I just found out about zenphoto today. I setup my domain and database and installed the program somewhat successfully. I am able to login to the back end and upload images. But when I simply type in my domain, it still gets a "can't find server" message. I'm not sure why. The last link goes directly into an album and there's a different error message. I'm pretty sure I need to move some things around in my FTP client. I just don't know what.
http://www.artfromtheeveryday.comhttp://artfromtheeveryday.com/index.phphttp://artfromtheeverday.com/gs-bin/index.php?album=minimalAny help woul be appreciated.
Thanks,
afte
Comments
Not sure how that happened.
Actually, I'm just a dork.
That's how it happened.
But all joking aside, I'm going to try and reinstall and see if I can't get this all straightened out. I'm not sure the error message had anything to do with the total dorkage of registering a misspelled domain name.
I'll keep you posted. (no pun intended)
http://www.artfromtheeveryday.com.
The site is not formatting right and when you click on the link, you get some sort of error message.
Please help.
Thanks.
afte
The requested URL /gs-bin/index.php was not found on this server.
Apache/2.0.54 Server at artfromtheeveryday.com Port 80
_____________________________________________________________________
This is the error message that I'm getting. I've looked for the gs-bin/index.php file and I cannot find it.
Any help would be appreciated.
Thanks
Zenphoto comes with the htaccess file that is actually changed by running setup.
Not Found
The requested URL /gs-bin/index.php was not found on this server.
Apache/2.0.54 Server at www.artfromtheeveryday.com Port 80
Any other ideas?
// define('WEBPATH', '/zenphoto');
// define('SERVERPATH', '/full/server/path/to/zenphoto');
What should I change this information to?
`
define('WEBPATH', '/');
define('SERVERPATH', '/gs-bin/')'
`
The latter define is probably wrong as there is likely a root folder path you will need, but no way to tell from what we can see.
Anyway, it is pretty clear that the automatic path detection zenphoto does is not compatible with how your site is setup so you will need to figure out what these defines need to be.
PHP magic_quotes_gpc [is enabled]
You should consider disabling magic_quotes_gpc. For more information click here.