Jump to content

Al Brookbanks

Staff
  • Posts

    6,680
  • Joined

  • Last visited

  • Days Won

    125

Everything posted by Al Brookbanks

  1. Since a recent upgrade we seem to have many missing avatars. I'm working to get this fixed. It may mean we need to switch to Gravatar. Sorry about this!
  2. It should handle that automatically for you by sticking the product or category id on the end.
  3. All fixed now. We had a GeoIP database fault which is now resolved.
  4. This is because you have debug mode turned on in your stores settings (Advanced section). Just turn it off.
  5. I'm sorry to hear you are having problems. There are no known issues on our end. Maybe if you can PM me or email sales [at] cubecart (dot) com the email address you are using to login or register we can look at your account. Due to the upcoming privacy law changes we have had to make some significant privacy changes to our database so there could be a problem. Again I'm sorry for any inconvenience caused.
  6. My local development environment is PHP 7.2 and it runs like a dream on that too. I've got one customer who store doesn't function very well on PHP 7.0 but I think its due to badly configured opcache, switching to 5.6 fixed it but I never got to the bottom of what the actual problems was. W
  7. It means that PHP 7 on the server hasn't been compiled with APC support. Either compile APC or edit the includes/global.inc.php file to use "file" instead of "apc" as cache method.
  8. It's the data for the table header to show the column names and sort.
  9. We can look into this for you and refund you if you are not happy with our work.
  10. Might be worth asking at the official github project. https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port Our version could actually be out of date.
  11. If you are a Mac user and uploaded via FTP you need to "merge" folders and not "replace". If you chose replace then the content of the modules/* folders will have been deleted.
  12. Ok I'd suggest removing the minification filter then unless we have some clearer error messages we can Google.
  13. The only advice I can give us to remove the filter file and any uses of it within skins until you can upgrade the environment. It's not needed if the skin is optimised manually.
  14. Wow it really is old. Is there a good reason you are having to use such old software? PHP 7.1 or 7.2 would be ideal.
  15. You can't have done it properly. https://support.cubecart.com/Knowledgebase/Article/View/228/43/how-do-i-upgrade-from-cubecart-v6-to-latest-v6
  16. Unless you are a big company with poor track record I don't think it will be unless a complaint is made against your store.
  17. Follow the manual upgrade instructions. This feature will only work with default foundation skin from 6.2.
  18. Wow I've never seen anything like this before. It sounds like some code has got stuck in a loop or the mail server has a fault. There is no way to turn email off in CubeCart. Maybe remove or "comment out" this line of code: https://github.com/cubecart/v6/blob/6.1.15-branch/classes/mailer.class.php#L213 Alternatively you could change the email send method to SMTP in the stores settings and intentionally add incorrect information. That could cause slow page loads as it tries to connect to bad SMTP URLs.
  19. LOL! Sorry about that. I absolutely hate ads but the Google ones pretty much pay for the web hosting so its pretty handy.
  20. Ha! Yes I do. See us devs are more on the ball than people think!
×
×
  • Create New...