Jump to content

Al Brookbanks

Staff
  • Posts

    6,680
  • Joined

  • Last visited

  • Days Won

    125

Everything posted by Al Brookbanks

  1. I'm not sure you can. Possibly on some browsers. You could use a split button with custom CSS http://foundation.zurb.com/sites/docs/v/5.5.3/components/kitchen_sink.html
  2. You can run 6.1.4 on PHP 5.2 temporarily if you replace the classes/config.class.php file from 6.0.12 and then remove these lines of code: https://github.com/cubecart/v6/blob/master/ini.inc.php#L14-L16 Once happy you can put the PHP version to 5.6 or higher and replace the classes/config.class.php file from the most recent CubeCart version. Since the release of 6.1.0 we have seen a significant downturn in new CubeCart stores. It seems so many web hosting companies won't move above PHP 5.3 due to "register globals" being defunct. Register Globals was the worst thing to ever happen to PHP in my opinion.
  3. Not without a provider. e.g. https://www.cubecart.com/extensions/plugins/postcode-anywhere
  4. It will never happen because the vast majority of our merchants have generic shared web hosting which will never be compatible with ElasticSearch. We could integrate it but only for merchants who have there own dedicated server or VPS and are happy configuring ElasticSearch. Sadly this just doesn't fit our demographic and the development time required to implement this isn't worth while.
  5. It makes a very small income which in turn helps development of your shop.
  6. There is a bug in 6.1.1 which breaks the auto upgrade method. This was due to a change in the upgrade notifications that didn't get carried over the to maintenance tool. It was an oversight during development of the extensions update notifications. You'll need to replace the admin/sources/maintenance.inc.php file from ant recent version and then try to upgrade again or perform a manual upgrade.
  7. Thanks both. From my testing all changes work work. I do recall seeing this issue on build.
  8. I expect you are either uploading the files to the wrong place or the existing files are not getting overwritten. We have upgrade services if you are interested. I've upgraded about three stores this morning manually to 6.1.4 with success. Please have a good read of the manual upgrade instructions. https://support.cubecart.com/Knowledgebase/Article/View/228/43/how-do-i-upgrade-from-cubecart-v6-to-latest-v6 Hope you get it done ok.
  9. A security directory traversal vulnerability has been discovered in all version of CubeCart version 6. CubeCart version 6.1.4 has been release which patches this. We recommend that all merchants upgrade to 6.1.4 or patch their store as soon as possible. Manual Patch: https://github.com/cubecart/v6/commit/8f1ec4e87c58e60e7fd865eabc6a1ab2b721729c Download: CubeCart-6.1.4.zip We would like to pass on our warm thanks to all the staff at Japan Computer Emergency Response Team (JPCERT) Coordination Center for discovering this issue and for handling it so professionally.
  10. Welcome. As a result of this.. https://github.com/cubecart/v6/issues/1461
  11. Honestly I'm not lying. You need PHP 5.4 or higher.
  12. It's because your hosting doesn't meet the requirements. https://www.cubecart.com/hosting-requirements
  13. You can test it by installing an old version of any extension. The dash will then show a new version available. There is an ignore option. If ignore it clicked I believe is another new version comes available the notification will come back.
  14. I was thinking the same. phpMyAdmin will export large databases in a normal hosting account with typical resource limitation. Good place to look....
  15. Possibly. The security suite recommends disabling dangerous functions like shell_exec.
  16. Ok cool. Building this tool with low PHP resource limits isn't easy. Let's hope we can perfect it. Tools like phpmyadmin manage. Thanks Brian
  17. The old method was less reliable. I tested the new tool with a 600mb database. The test was positive and restore was positive too. I'll take a look at your findings. Thank you.
  18. It's just your browser cache. Please hard refresh or clear temp files.
  19. It doesn't sound like any changes are needed in CubeCart from reading this thread.
  20. @fabriceunko Can you tell me what it should be? - 1 en moyenne, basé sur 5 revue - 1 en moyenne, basé sur 5 avis - 1 en moyenne, basé sur 5 commentaires
  21. I'm sorry but CubeCart has no functionality for repeat invoicing and thus we have not integrated repeat billing into any of the payment integrations.
  22. An important security update is included with this release of CubeCart due to a remote code execution vulnerability found within the 3rd party phpMailer library. The phpMailer library is included in all releases of CubeCart from 5.0.0 and is responsible for the delivery of all store email. How to patch without upgrading to 6.1.2 Please download CubeCart 6.1.2 and extract the archive. Delete your classes/phpMailer folder and replace it with the folder from 6.1.2. This patch will work for any version of CubeCart of 5.0.0 or higher. What else is new? - 70 Closed Issues - Significant optimisations and stability upgrades to the database and file backup/restore tools. - Auto assign of image uploads to products. - Image folder create tool from add/edit product. - Toggle view assigned/all images on product edit page. Important Release Notes From 6.1.2 CubeCart requires ZipArchive which replaces the old PclZip library which hasn't been developed since 2009. Please verify that your PHP configuration has ZipArchive support prior to upgrading. We have attached a PHP script (ziparchive-check.php) which can be used to verify prior to upgrade. Download Link: CubeCart-6.1.2.zip Download Link: CubeCart-6.1.3.zip
×
×
  • Create New...