osCommerce Checkout Problems + Solution
Jan 19, 2010 · 1 minute readCategory: oscommerce
This is post is now quite old and the the information it contains may be out of date or innacurate.
If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub
Most osCommerce installs store session information to a MySQL table called (suprisingly) sessions.
Sometimes (I have only seen this twice on umpteen osCommerce sites) the sessions table will become corrupted. The irritating thing is that if this happens it seems that the site will not stop working completely with a useful error message, but instead will continue to work but will behave very strangely.
If your osCommerce site is behaving strangely then try this fix.
Open phpMyAdmin and select your SQL database and then copy and paste the following into the SQL section and hit run:
REPAIR TABLE `sessions`;