Jump to content

Al Brookbanks

Staff
  • Posts

    6,680
  • Joined

  • Last visited

  • Days Won

    125

Everything posted by Al Brookbanks

  1. Thanks for your show of support! Please note that hasn't been tested. It should be as simple as changing these lines of code: https://github.com/cubecart/v6/blob/master/classes/seo.class.php#L45 https://github.com/cubecart/v6/blob/master/classes/seo.class.php#L856 Then delete your root .htaccess file or edit ot to match the changes on line 856 above.
  2. It will be fine unless you have extensions that require Ioncube.
  3. Ok if you load this page: https://www.mydomain.co.uk/electrical-products/electrical-terminals/crimp-terminals-blue/blue-butt-connector-4-0mm-crimps-terminals.html Can you view the source code to see any links to /electrical-products
  4. Do you have any custom rewrite rules in the htaccess?
  5. Hmmm.... Maybe the SEO database table can have an extra text column added to hold these parameters. e.g. id path typeitem_id custom params ---------------------------------------------------------------- 1 test cat 0 {"a":1,"b":2} Then replace or merge the GET variables with the value from the params column?
  6. The current version should sort it. 6.1.6 is due after the bank holiday weekend which has numerous security hardening features.
  7. I don't know if any of you guys still have this issue. I think the best way to get to the bottom of it could be with this: http://www.inspectlet.com/ Then you can see exactly what the user did. Test it here: http://www.inspectlet.com/hello/capturedemo
  8. Thanks for your supporting words and welcome to CubeCart. I'm sure you can achieve this if you have the coding experience required. Best of luck.
  9. I don't think that's possible to answer without first studying the API. I would assume it is very time consuming and not straightforward.
  10. There isn't one but it would be possible to integrate.
  11. PHP needs to be compiled with the ZipArchive library.
  12. It can be turned off in the stores settings. Settings >> Layout >> "Allow users to change front-end skin?"
  13. Yes this is coming with 6.1.6 but skin edits will be required.
  14. Sorry Richard but we don't have that. Min would be month one.
  15. Honestly it's just hard to solve. Use the new reCaptcha v2.
  16. Not if your current configuration works. The CubeCart demo store is on Maria 10.0
  17. 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.
  18. We can do one then you'll be able to copy the changes across or see what we did. Hope you get it sorted.
  19. Hi Richard, we can do this for you under the managed support plan if that works for you.
  20. Yes I agree. Maybe a root file called constants.php with a bunch of well.. constants.
  21. 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.
×
×
  • Create New...