Jump to content

Al Brookbanks

Staff
  • Posts

    6,682
  • Joined

  • Last visited

  • Days Won

    125

Everything posted by Al Brookbanks

  1. The PHP mail function doesn't work and all possible SMTP connections are rejected. I found the following troubleshooting link via PHPMailer: https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting#godaddy .. that doesn't work either.
  2. View the page and press Ctrl + F5 to hard refresh clearing the cache. If you are on a Mac press Cmd + F5 instead. You lost your skin customisations because you didn't follow stage 1 of this and as a result the upgrade overwrote your changes: https://support.cubecart.com/Knowledgebase/Article/View/202/46/how-do-i-create-a-custom-skin-or-template
  3. Try a hard refresh. If that doesn't help upload the files again. Probably corrupt or missing files. Regarding skin.. what version did you upgrade from?
  4. If you can refund via the PCP and get it to send a notification to the store you can get CubeCart to listen for it via the "call" function. It all depends on the integration specification.
  5. Yes there is a token on the logout link to make sure it is you logging yourself out. https://github.com/cubecart/v6/blob/master/admin/skins/default/templates/main.php#L25
  6. Thank you. I'll get this checked out on Monday.
  7. It looks like SSL isn't setup right in you hosting.
  8. If it's still showing 6.1.9 then it can't have the new version files. You'll need to upload again.
  9. This is much more up to date https://www.cubecart.com/extensions/plugins/paypal-powered-by-braintree
  10. You can run the following SQL command to add it if you want. INSERT INTO `CubeCart_history` (`version`, `time`) VALUES ('6.1.10', UNIX_TIMESTAMP());
  11. CubeCart is not a hosted solution so you don't need a third party permission username. You just need your own dedicated API credentials. In other words we don't act as an intermediary in anyway.
  12. It's flood control. Just wait 6 seconds and it will work next time. I think it's just designed to stop the server getting hammered.
  13. CubeCart 6.1.10 has been released fixing a compatibility issue with PHP 5.4. Any merchant experiencing upgrade or install blocks will want to upgrade to this release instead. If you have already successfully upgraded to 6.1.9 there is no need to upgrade to this new release but we offer a patch below which will bring your store to 6.1.10 without having to perform a full upgrade again. What's New? - 2 resolved issues Netsparker Audit Result Test not required. Download: CubeCart-6.1.10.zip Download Patch: CubeCart-6.1.9_to_6.1.10_patch.zip Patch Info: If you have already upgraded to 6.1.9 successfully then you may want to patch it to 6.1.10 by simply replacing the contents of this file. Please note that the admin folder name will differ to that in the patch archive. Many thanks to Nikita from Softaculous for their detailed report concerning this issue.
  14. Updating your PHP version will fix this but CubeCart should work on PHP 5.4. The guys at Softaculous told me this.. I'll get a patch and new release in the next 24 hours. Sorry for any inconvenience.
  15. This is the second time I have heard this but no one has give me the error message yet. So far I have upgraded about 15 store and so far all have been a success.
  16. https://support.cubecart.com/Knowledgebase/Article/View/228/43/how-do-i-upgrade-from-cubecart-v6-to-latest-v6
  17. No upgrading manually will always work. Apache being able to write to your file structure depends on your hosting config for the auto upgrade tool to work.
  18. No because it depends on your hosting configuration. There's no one fit answer for all. There are some Google results for this and your hosting company may be able to help you. https://www.google.com/search?q=how+to+make+directory+writable+by+apache
  19. No it means Apache doesn't have permission to write where required. You'll need to change the file permission of every file for it to work or upgrade manually.
  20. We are pleased to announce the release of 6.1.9. This is just a maintenance release but upgrade is recommended. What's New? - 44 resolved issues Netsparker Audit Result Passed with no exploitable security issues found. Download: CubeCart-6.1.9.zip
  21. https://support.cubecart.com/knowledgebase/article/View/223/45/how-do-i-debug-a-blank-screen-error
×
×
  • Create New...