Home » Item #816
I can't access the back end of my CactuShop site after upgrading to v5.1. I get this error:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: '[object]'
/cactushop/_authorize.asp, line 33
Why is this and how can I fix it?
The logins records for the back end now contain an extra field, LOGIN_Language, which tells CactuShop which language to display the back end in for this user.
The Data Tool v2.3 may miss this field and leave it blank. This causes an error when logging in.
To fix the error, manually add the ID number of the required language (from the tblCactuShopLanguages table) into the LOGIN_Language field for each record in the tblCactuShopLogins table. For most users, this value will be 1 (English).