Unable to log in after new server installation

jstein1206

Joined: 2006-03-27
Posts: 3
Posted: Thu, 2009-07-16 19:59

The following information is required to get an answer:
Get this information from the PHP diagnostic (in the configuration wizard).
Gallery URL (optional but very useful): www.stwtractor.com
Gallery version: 1.4.4-pl6
Apache version:
PHP version (don't just say PHP 4, please): 5.2.6
Graphics Toolkit: imagemagick
Operating system:
Web browser/version (if applicable):

Hi All,

[/i]I was hosting a site for a client of mine on our own server... since then moved it to Verio. Everything works fine except when the user attempts to log in the app, the login window disappears but user is not logged in. I realize I am using an older version of the program and there are security issues, however, it was working fine on my own server, i'm pretty sure it's some security setting or php setting that i need to adjust... would anyone have an idea of where to look? [i]I'm not a PHP expert...

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2009-07-16 20:03

I would suspect a session save path issue. I bet that session data is not being saved on the server, or the webserver user does not have permissions to write to the directory where session data is saved.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
jstein1206

Joined: 2006-03-27
Posts: 3
Posted: Fri, 2009-07-17 12:28

Okay, that makes sense... I have already given the gallery folder full permissions, however, did have to (of course) update the paths in the PHP config files. It might be that as well... would you happen to know which config file this would be in?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2009-07-17 13:35

It would be a server/php config file try php.ini

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team