Home » Item #262
Any idea why I am getting this message when I log on to "My Account"? The database has full permissions.
Error Type:
ADODB.Recordset (0x800A0E79)
Operation is not allowed when the object is open.
/shop/includes/functions.asp, line 493
This was a bug in some versions of CactuShop prior to 4.502.
The issue is caused by an rs_main.close being inside an 'if' statement rather than outside.
To correct the issue, look through the script for rs_main.close and ensure it is moved to the line immediately after the following 'End if' statement. If in doubt, please contact us for the latest zip or the modified script.