Jump to content

Al Brookbanks

Staff
  • Posts

    6,682
  • Joined

  • Last visited

  • Days Won

    125

Everything posted by Al Brookbanks

  1. The article form 2012 is still completely valid. If you are using the Foundation skin then take a look at the official docs combined with our support article. http://foundation.zurb.com/sites/docs/v/5.5.3/
  2. That's your problem. Please see: https://www.cubecart.com/hosting-requirements
  3. I think if SSL is switched on the admin side forces SSL. It's stored in the config array in the CubeCart_config table. ssl needs to be set to have a value of 0.
  4. Is SSL enabled? If so turn it off before exporting the database. I can't remember if v4 detects paths or not. If it does it may have a problem with the username style path. Maybe you can setup http://localhost/shop instead?
  5. The best place to get technical support for CubeCart is directly from us. We are the only source that knows CubeCart inside out and back to front.
  6. Hosts can make these changes without letting their clients know. The more the browser caches and for longer the less hits on the server.
  7. I'd change; ExpiresByType text/html "access 1 day" to; ExpiresByType text/html "access 0 seconds"
  8. curl_exec is the most favourable way to communicate with remote servers. fopen is not recommended. You need this enabled as it is used for everything from reCaptcha, CubeCart version check to taking card payments.
  9. It can be really tough to solve. However you could debug this by changing this line https://github.com/cubecart/v6/blob/master/includes/lib/recaptcha/recaptchalib.php#L74 to: $request->skiplog(false); will show the request and response in the request log in the admin control panel of your store. You may need to enable allow_url_fopen in the MultiPHP INI Editor of WHM.
  10. You sure can.. just add the code to the templates/content.homepage.php file.
  11. Ask the hosts I'd say. phpMyAdmin is a database tool which isn't relevant to this.
  12. Thats not a good idea and could be why you have this problem in the first place. Please only do a fresh install or upgrade an existing store. If you are importing the database from a CSV file via the admin control panel that should be fine.
  13. CubeCart successfully detected the amounts were incorrect but it shouldn't have updated the order status.. I'm checking the code..
  14. When you add/edit a product in the options tab. Select the option you want to assign, click the green + icon to add it and repeat. Once all the options you want show in the list above it click save. Reference our demo store. It might help show you.
  15. Welcome @spree, it's great to hear your positive feedback! Best of luck with everything.
  16. Are you using 1.0.7? https://www.cubecart.com/extensions/payment-gateways/paypal-standard 1.0.7 checks the value matches before changing the status.
  17. Log out of the admin control panel and you'll see the front end as a regular visitor.
  18. The demo store used Maria DB 10.0. It will be fine.
  19. Yes it should be fine with PHP 7.1 and mysqli.
×
×
  • Create New...