MySQL Error Occured
1146: Table 'theade_cart.CubeCart_Modules' doesn't exist
Just go into PHPMyAdmin and change the table name from CubeCart_modules to CubeCart_Modules
Same applies to the next error
MySQL Error Occured
1146: Table 'theade_cart.CubeCart_Downloads' doesn't exist
Just change the name CubeCart_downloads TO CubeCart_Downloads
N.B. Also there is an extra "; on the end of line 118 in transfer.inc.php that needs deleting
That's it folks, do those three edits and the software actually works!
UpDate -
Whoops, I spoke too soon. There are more problems now. Whenever I enable SSL, I get the dreaded "Forbidden You don't have permission" error.
The whole Admin locked up. Got out of trouble using the editconf.php tool to dis-engage ssl and got back in, but NO SSL useable.......
Has anyone else met this and got a cure for it??