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.
Not Letting Me Login To Admin And Client Login Problems
I also tried logging to the admin page and it said I had the wrong password. I tried resetting everything 3x but it still wouldn't let me log in.
Please advise.
If it seems to just refresh the page when you try to log in, it is a PHP session handling issue on the server. Here is what you can do to create a workaround fix:
FTP connect to your website in your FTP program.
Navigate into your Photo Cart folder.
Create a new folder inside your Photo Cart folder named: sessions (if one does not exist)
Download the setup.php file that is inside your Photo Cart folder to your computer and open it in a text editor like notepad.
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");
Save and re-upload into your Photo Cart folder.
My Email Address: info@picturespro.com
Loading more pages