I just installed zenphoto using my PowWeb control panel at http://photo.maltese.net. I can get to the admin page. When I try to login eith my username and password, I go right back to the admin page. Any ideas?
Well, judging by your gallery it would appear you have some sort of pathing problem. Are you sure you got your .htaccess file set up correctly? mod_rewrite definitely works?
Failing that, you might want to try the recommendation in this post:
I get to the Admin page, OK, but I cannot post an image, I keep getting a directory not found error. To your point, it has to be a pathing issue. I'm just not so hot with PHP, so I can't tell you any more. Additionally, I see that I have a "zen" not a "zenphito" directory. Hmm...
Comments
Failing that, you might want to try the recommendation in this post:
http://www.zenphoto.org/support/topic.php?id=159
I made the following mods to my "config.php" file:
/** Do not edit below this line. **/
/**********************************/
$_zp_conf_vars = $conf;
define('SERVERPATH', '/www/m/maltesenet/photo/htdocs');
define('WEBPATH', '/zen');
define('SERVERCACHE', SERVERPATH . "/cache");
define('WEBCACHE', WEBPATH . "/cache");
?>
I get to the Admin page, OK, but I cannot post an image, I keep getting a directory not found error. To your point, it has to be a pathing issue. I'm just not so hot with PHP, so I can't tell you any more. Additionally, I see that I have a "zen" not a "zenphito" directory. Hmm...
Any ideas, or can I send you a file?
Thanks,
Chris
Solution was to manualy clear cookies. Perhaps a functiont that checks if a cookie is present, auto clear it?