Jump to content

Noodleman

Member
  • Posts

    728
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by Noodleman

  1. Yup, after every update unless you create a custom admin skin. but that's not a great idea because you probably want the updates
  2. in the newer versions you also need to adjust the javascript within the admin skin as there is a limit defined there. Previously the limit was only server side, now it does client and server side checks. clear your browser cache or hard refresh (CTRL F5) after making the change. From memory, I think it's in dropzone.js
  3. you are probably seeing the order overwriting bug which is fixed in a newer release. It's definately fixed in 6.1.5
  4. Your web server does not have ionCube loader installed so it doesn't know how to understand the code within the module files. This is normally installed by your hosting company unless you have a VPS or dedicated server. It's very simple to install but it's a server level thing
  5. if you run into any issues or have any questions, let me know
  6. This allows you to offer special prices if items are bought together. https://www.cubecart.com/extensions/plugins/product-addons-easily-purchase-related-products
  7. those lines are also not from the PHP error log it looks like a client side error taken from the browser.
  8. hmm. most hosting providers have an article to say where the logs can be found, but I can't seem to find it for TSO. I would suggest asking them via their support services where you can access the live error PHP logs. Once we know the content of those, figuring out what comes next should be easy
  9. it's describing an access log, not error log. Who's your hosting provider?
  10. Log into your hosting control panel and look for the error logs. The warning you've posted isn't going to cause the white screen as it's only warning. There should be rows for Errors. Sometimes hosting companies write an error log to a text file which you can find on your server using FTP. each hosting provider tends to do it a little differently. On the flip site, it's an odd warning.
  11. that's the wrong log. that's from your access log which records each request to your server. you will want your error log
  12. blank screen = PHP error which is being hidden. Check your server/hosting error logs, it will tell you what the problem is.
  13. What extension are you trying to manage?
  14. that's odd, as the file name in your error belongs to a Havenswift module. it's possible you had it installed at one time then removed it and the hook is invalid. when you delete the module CubeCart doesn't actually remove the hooks. In this case it needs to be deleted from the database. CubeCart_hooks, find the one in question and remove it.
  15. It's a havenswift module, and the error is from a hook which used to be there, but isn't anymore. You can manually delete the hook from the database, or disable it via "Manage hooks" in the admin area. If a hook is removed, CubeCart doesn't clean it up. Ideally CubeCart should check if a file exists before it tries to include it. If it doesn't exist, auto disable the hook
  16. I've had it happen on most stores I've updated as well. I just change the URL's back after upgrading by renaming the admin folder/admin file and updating the global config file.
  17. yup, but it's worth testing "just in case" as it was throwing the same, or similar error
  18. try this. https://github.com/cubecart/v6/issues/1330
  19. You mean like this? https://designerframes2u.com/glasses/ted-baker-re-run-8087-brown.html Might be worth reaching out to the site owner if it's what you are looking for. I think he had it custom built. It's a CC store.
  20. How much memory is available for the store to use based on the PHP config? check the phpinfo area
  21. delete the email template from the DB
  22. just delete the .htaccess file, then let it build a new one and re-add any custom rules. job done.
  23. Just because a minority do something, doesn't make it OK. However, that being said it's up to each store owner to make a moral and informed decesion about what they do, and don't do, thus pointing it out. I am aware of some stores/people having their accounts revoked whilst others have been OK. it's a gamble.
  24. it's against the PayPal usage policy to mark up your fee to cover their fee. But yes, I've seen a module which solves this issue by appening a fee of x% to the cart total and adding it as a line item to the order. I don't agree with it on the grounds that PayPal can suspend your account for it.
  25. My turn to ask for some help, because I can't seem to track down a CSS rule. On the category pages it's possible to define the product sort order. When you hover over various options in the select it makes the background for that option blue. I want to change this to another colour. Any idea where it's colour is defined?
×
×
  • Create New...