there seem to be a few links that dont work or are out of date. I've just downloaded and successfully installed zenphoto. after the setup the administrate link pointed to an admin folder which didn't exist - i changed this to point to the admin.php file and it worked. Then the admin.php file failed to point back to itself after uploading.
this is the path requested after clicking 'upload' (after the domain name (the installation is in the folder 'zenphoto')) "/zenphoto/admin/?page=edit&album=me"
by editing the link in the address bar (ie changing /admin..... to /zen/admin.php..... ) it works.
Other links also dont work - clicking on browse gallery and then on an album fails to work. Also all the images (thumbnails etc) and album links dont work - they go to /zenphoto/[albumname]. All of my albums are in zenphoto/albums/[albumname]
It seems that something crucial is not quite right
Comments
Maybe the path to your root folder in the `.htaccess` file or in your `config.php` is incorrect?
http://alistairms-computer.local/~alistairm/mccportfolio/zp/admin/?page=edit&album=mm
with this error:
The requested URL /~alistairm/mccportfolio/zp/admin/ was not found on this server.
(i tried a complete reinstall of zenphoto into the folder 'zp')
I've tried setting the mod_rewrite to true and setting the RewriteBase to:
RewriteBase http://alistairms-computer.local/~alistairm/mccportfolio/zp/
and
RewriteBase /~alistairm/mccportfolio/zp/
any ideas?
I'll make a bugfix release soon that fixes all these problems...
But I still can't get the system to work. /admin doesn't work by itself; it needs the .php suffix added. That's no biggie, but then when I attempt to upload a .zip at /admin.php?page=upload, after clicking "Upload," /admin.php?action=upload loads a blank page. The folder I specified is created in the albums directory, but it is empty. If I reload /admin.php?action=upload, I return to /admin.php?page=upload, which then includes this message: "Something went wrong ... You must upload at least one file."
HELP!