Sorry if this has been answered in another thread, but I am having trouble with my zenphoto installation. After I finished running the setup.php file, i started getting this error when trying to go to my admin page:
Not Found
The requested URL /zp-core/admin.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
My install is here:
www.drewsheneman.com/gallery
if you notice, when you click on a picture, the link does not go to the picture, I believe that the path configuration is wrong, but i am not sure how to fix this. any help would be greatly appreciated.
Comments
First, your .htaccess file seems to be wrong given the folder zenphoto is installed in. But, stranger, setup is not complaining about it.
Then your pictures all seem to be in a folder named cgi-system where one would expect an album name.
I was able to load the admin.php login page without the 404 error. If you can get into admin you should try turning off mod_rewrite and delete your .htaccess file.
i have the same exact problem, but can you please tell me how you got to enter the admin page without the 404 problem ?
thank you...
p.s. http://www.youuussef.com/photos/
@needhelp:Could you please take a look here: http://www.zenphoto.org/support/topic.php?id=2764&replies=10#post-16542
This is why i believe that the path configuration is screwed up, because i have tons of photos in my gallery/albums directory! the links just do not point there for some reason.
`// define('WEBPATH', '/zenphoto');
// define('SERVERPATH', '/full/server/path/to/zenphoto');`
and enter your paths there manually.
define('WEBPATH', '/gallery');
define('SERVERPATH', 'http://www.drewsheneman.com/gallery');
www.drewsheneman.com/gallery
now i get
"Error: The 'albums' directory (http://www.drewsheneman.com/gallery/albums/) cannot be found."
lol this is very strange. that is the directory and path where my photos are! why isnt it finding it haha
i set it to
define('WEBPATH', '/gallery');
define('SERVERPATH', $_SERVER['DOCUMENT_ROOT'].'/gallery');
works!