
Originally Posted by
zapenterprises
Will it be worth upgrading to 3.2?
Upgrading should be your first step in troubleshooting. Whether it will fix your problem is impossible to tell as I don't know what is causing it and can't determine that without access to your site via a helpdesk ticket.
We have noticed that when the last item is purchased instead of setting stock lever for that item to 0 it adds several items.
If you can provide step by step instructions in a helpdesk ticket that will reproduce that problem we can look into it.
Please advise best course of action
1. Document steps to reproduce the problem. Reproduce the problem to confirm it exists.
2. Make sure your TEMP_Sessions table is present, named EXACTLY TEMP_Sessions, and is not crashed by running the following 2 queries (one at a time) in our query tool:
Query #1:
Code:
SHOW TABLES; # to check the name and presence of the table
Query #2:
Code:
CHECK TABLE TEMP_Sessions;
3. If you find a problem, stop and report it.
4. Upgrade.
5. Try to reproduce the problem. If it happens again, open a helpdesk ticket and include steps to reproduce the problem.
I've seen zero confirmed reports of this happening in updated versions of Squirrelcart without messed up databases. If you are having this problem, its highly likely that you have a database issue.