Jump to content

Ausy

Member
  • Posts

    684
  • Joined

  • Last visited

Everything posted by Ausy

  1. To log into the Admin pages you have to go to http://www.yoursite.com/admin.php and then use the correct user name and password.
  2. The first error is covered here. https://support.cubecart.com/index.php?_m=k...42&nav=0,17 Your global.inc.php file should be configured like so $glob['rootRel'] = '/'; $glob['storeURL'] = 'http://www.yoursite.com';
  3. Check your includes/global.inc.php file and if it has $glob['encoder'] = 'zend'; change it to $glob['encoder'] = 'ioncube';
  4. There is lots of information on the skins here http://www.cubecartforums.org/docs/
  5. Ausy

    MySQL errors!

    Looks like your database was not created correctly on install. I would delete this installation and database and start again.
  6. Just visited your store and its working fine without the SSL, I can add to basket and so on, sorry I should have asked if you are using SEO and if so have you tried creating a new htaccess file?
  7. Have you correctly installed the htaccess file or maybe an old one? Also Clear the cache.
  8. Use the version 4 config tool here https://support.cubecart.com/index.php?_m=d...cid=0&nav=0 You can turn off SSL with it.
  9. In the version 4 documentation over at Cubecartforums.org there is a section on how to upgrade V3 skins. http://www.cubecartforums.org/docs/
  10. Well its just for featured items and does it really matter if its out of stock? You could always disable the product, I have not tried that but is should stop it showing in the featured product box.
  11. After making any alterations its a good idea to clear the cache, you can also sort out the product count, the tools are in Admin - Rebuild and recount
  12. No not built in, possibly can be done with a mod but you would need to ask over at http://www.cubecartforums.org/index.php?
  13. You would have to raise a ticket at CubeCart.com
  14. Strange how its changed? Check your includes/global.inc file and see what it says in $glob['encoder'] = If it says Zend change it to ioncube.
  15. Are you using Firefox 3.01? I thinks its possibly a bug due to the latest Firefox release. I get this when using Firefox but it works fine with IE7. It seems that if you re apply the link it will work.
  16. Ausy

    SSL Issue

    Oh yes sorry I didnt notice that in the first post and thought you were refering to the numbers on the end. Have you made any changes to SEO settings in admin?
  17. Ausy

    SSL Issue

    This is normal when you visit the secure pages.
  18. Move the files to the root and then in includes/global.inc change the storeURL and rootRel. rootRel should be '/'
  19. You can just use your ftp client to upload the images to the correct folders. If you need the thumbnails there is a ficility to rebuild them in Admin.
  20. Yours it not quite the same problem but either your database user name or password is incorrect.
  21. You will have to truncate the cubecart lang table through php myadmin to rectify this. You will lose any information you entered on your homepage in the process so take a copy if you need to.
  22. You only need one store, just direct both domains to it. If your not sure how to do it your host should be able to help.
  23. In defense of the Authors the instructions regarding htaccess file are right under the selection box that you turned on. :rolleyes:
  24. Try clearing cache through Admin-maintenance-rebuild/recount. Have you altered any of the search engine optimization settings at all?
×
×
  • Create New...