Attention
If your Photo Cart is suddenly getting a 500 error or only displaying a blank page then you or your hosting company has updated the PHP (programming language) to PHP 7 which Photo Cart is not compatible with (and will not be compatible with) mainly because of the removal of the my_sql functions which are replaced with my_sqli functions.
You would need to have the PHP version downgraded to 5.6 in order for Photo Cart to work. If downgrading the PHP doesn't work then you may have to update Photo Cart to the last version of 7. Download Photo Cart 7 upgrade files. Upgrade instructions.
Photo Cart was retired in 2015. Check out Sytist.
Can Not Log In To Admin After Server Move
I have imported old DB into a new DB with a new user and can now access Photocart, however I can not login as admin.
/photocart/admin/manage.php
I do not get an error message, and it just refresh the page when I attempt to log in.
I tried adding the 2 lines suggested in without success.
I was able to login into a test account so I think the clients should be able to log in... but I can not.
I tried the lost password link and entered what should be the correct email address and get the message:
"Sorry, that email address does not match. Please try again."
If you see these to lines:
ini_set('session.gc_maxlifetime', 1800);
ini_set('session.save_path', $setup['path']."/sessions");
Remove them.
if it doesn't have those 2 lines:
Create a new folder inside your Photo Cart folder named: sessions (if one does not exist)
Edit the setup.php file.
Add the following 2 lines of code on a blank line before the closing PHP tag ?>
ini_set('session.gc_maxlifetime', 1800);
ini_set('session.save_path', $setup['path']."/sessions");
My Email Address: info@picturespro.com
I have now removed them and went right in... Perfect! Thank you
Loading more pages