Hello,
First of all, I know what it says, But I don't know what to do about it. I know little to nothing about php. There is an empty "album" folder inside the Zenphoto folder. I have found the line in the functions.php just don't know what it is looking for
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/dhaenter/public_html/zenphoto/zp-core/functions.php on line 672
About to update tables...
Error: The 'albums' directory (/full/server/path/to/zenphoto/albums/) cannot be found.
A little hand holding would help a lot about now.
Oh and I have mod rewrite enabled in the .htaccess file
Thanks
Cindy
Comments
NM, I figured it out. I had uncommented the define('WEBPATH', '/zenphoto');
define('SERVERPATH', '/full/server/path/to/zenphoto');
All I did was re comment it with the 2 forward slashes on both lines and that took care of it.
Cindy