ZenphotoCMS Forum
Can't get beyond Admin page - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Can't get beyond Admin page (/thread-199.html)



Can't get beyond Admin page - SoFlaChris - 2006-01-09

Hello,

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?

TIA,
Chris




Can't get beyond Admin page - Luckyspin - 2006-01-09

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:

http://www.zenphoto.org/support/topic.php?id=159




Can't get beyond Admin page - SoFlaChris - 2006-01-09

Hey Todd,

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




Can't get beyond Admin page - kientran - 2006-05-06

I had a lot of trouble with this also.

Solution was to manualy clear cookies. Perhaps a functiont that checks if a cookie is present, auto clear it?




Can't get beyond Admin page - trisweb - 2006-05-06

Yep kientran, that's a good idea. I'll add it to the bugtracker.