Jump to content

Al Brookbanks

Staff
  • Posts

    6,638
  • Joined

  • Last visited

  • Days Won

    123

Everything posted by Al Brookbanks

  1. Not if your current configuration works. The CubeCart demo store is on Maria 10.0
  2. If you upgrade to EasyApache 4 you can specify the PHP version for each domain which should help. CubeCart v6 will be fine with MySQL and MariaDB. V6 will run with all PHP versions 5.4.0 and above including PHP 7.1.
  3. We can do one then you'll be able to copy the changes across or see what we did. Hope you get it sorted.
  4. Hi Richard, we can do this for you under the managed support plan if that works for you.
  5. Yes I agree. Maybe a root file called constants.php with a bunch of well.. constants.
  6. Agreed. It's frustrating we have to impose this limit. I develop on a mac and PHP is configured to be able to ask for extra resources when needed. I can upload a 10Mb file and PHP will create thumbnails. Unfortunately most hosting companies don't allow temporary resource spikes and we are bound to the fixed PHP memory limit. In this case many images over 350Kb will crash the store. Memory errors in GD crashes are impossible to catch. Although this limit is annoying.. I don't think we have much choice. I'd rather impose it then have a new merchant upload 5Mb files direct from their SLR then think CubeCart is crap because the server crashes out.
  7. Have a look at this line: https://github.com/cubecart/v6/blob/master/admin/skins/default/js/admin.js#L322
  8. It is because there were no changed between those versions. Nothing to worry about.
  9. The issue of line items missing is complex and as far as we are aware it is fixed in 6.1.5. Alec was a massive help. The issue we think came around low stock items in the basket. Say you have 3 items in your basket. Two have plenty of stock and one is the last one. If the stock level is reduced to zero when the order is placed (transferred to payment). If the customer users the browser back button it could screw things up as technically the item is now out of stock. If the stock change time is "Processing" then this isn't going to happen as the stock changes after payment. Processing is the default setting.
  10. It will make absolutely no difference to upgrades. Sorry if I caused confusion.
  11. It's more likely to cause problems.
  12. Please also make sure stock reduces when the order status is set to Processing and not Pending.
  13. I've got no words really. Another sad and frustrating day. Where next....
  14. I would say it depends a bit. Looking at user agents is tricky because there are so many variations which will change with time. Detecting viewport with CSS media queries is probably a better way to go.
  15. I think it works now. The search index was updating.
  16. This is new.. I had a look at the code and it all looks good to me. The documentation looks good too.
  17. This is a first. Which extension was it and does it have any specific requirement like Ioncube?
  18. Hi Eddie, As usual Brian is spot on. The upcoming release will ignore files not identified as images.
  19. CubeCart isn't expecting those files. Please delete all three from the images/source folder.
  20. That's right.. make appropriate changes there. In this case delete the second and third rows. Even the notices above suggest what to do.
  21. It's not something that can be explained very easily. Please login to phpMyAdmin and view the table structure in question. At the bottom is a section listing all column indexes. These need to be edited. You may find incorrect ones and duplicates. Don't worry if you make a mistake as it can be corrected with no data loss. Take a full database backup first.
×
×
  • Create New...