Jump to content

rhys

Member
  • Posts

    7
  • Joined

  • Last visited

Everything posted by rhys

  1. After three days of total frustration I downloaded yesterdays version of 3.0.18 and did a total reinstall of the site. I can tell you that it now actually works with SSL enabled, with the correction of one last irritating file error. In cart/modules/gateway/PayPal/transfer.inc.php you have to delete the "; at the end of line 118 :)
  2. I just want to reset my SSL since I had to change servers. Thanks for any help. This happened to me too. I finally had to download and install the latest version of 3.0.18 to get back into my site. Now editconf.php works OK.
  3. 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??
  4. Easy fix = goto line 118 in transfer_inc.php <input type='hidden' name='upload' value='1' />"; and delete the ;" off the end so it reads <input type='hidden' name='upload' value='1' /> Much easier than replacing a lot of files.
  5. Just had/solved this problem. In my case it was because I was attempting to update with Opera. The Rich Text Editor only works with IEx and Firefox
  6. Just had/solved this problem. In my case it was because I was attempting to update with Opera. The Rich Text Editor only works with IEx and Firefox ;)
  7. rhys

    SSL ANYONE???

    Had a really hair tearing time but finally found this setup worked perfectly: Secure Server Setup (use editconfig.php) $config['rootRel_SSL'] /~vomnz/cart/ $config['storeURL_SSL'] https://eagle.oksecure.com/~vomnz/cart $config['rootDir_SSL'] /home/vomnz/public_html/cart It seems that where the store is not in the root then it needs the folder name in every entry above. ;)
×
×
  • Create New...