|
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
|