Technology TidBits

Answers to various technical questions on php programming, mysql, linux, and many more categories.
25% off Hosting at HostGator.com:
Use Code techbits25



I can't login to my admin area

Last updated: 02/08/2012
If your admin login just refreshes the same screen without logging you in, try this:

edit the "setup.php " and uncomment these two lines:

ini_set('session.gc_maxlifetime', 1800);
ini_set('session.save_path', $setup['path']."/sessions");

You probably should create the folder "sessions" in your photocart directory. 

This problem would occur either on installation, or after moving photocart to a new server / hosting provider.
blog comments powered by Disqus
Have your own Tech-bit to contribute? Submit it here




Powered by KnowledgebasePublisher 1.1
Host Gator
Content provided by Roberts WebForge, Inc.