Jump to content

Al Brookbanks

Staff
  • Posts

    6,664
  • Joined

  • Last visited

  • Days Won

    125

Everything posted by Al Brookbanks

  1. You should upgrade to CubeCart version 6 and use the new PayPal powered by Braintree extension.
  2. I don't know why the images don't show but I would restore a backup and start over.
  3. It's impossible for me to know. If it wasn't done then the upgrade would have overwritten any customisations. It should have been done when any customisations were made. What do you mean be rerunning the upgrade? You can't just do it again expecting it to fix the issue unless it was restored to its previous state. Issues like this are impossible to advise about as we don't know the history and what has and hasn't been done. The server error is probably due to cache as it's not got the expected file structure. If you can roll it back to how it was before or if you have a backup of how it was prior upgrade we could get this all done for you via tech support.
  4. I did wonder about MX records. I think Godaddy have outright blocked phpMailer since the recent security issue for PHP mail. Thanks for this.
  5. Can't you use this? https://www.cubecart.com/extensions/payment-gateways/paypal-standard
  6. 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.
  7. 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
  8. 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?
  9. 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.
  10. 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
  11. Thank you. I'll get this checked out on Monday.
  12. It looks like SSL isn't setup right in you hosting.
  13. If it's still showing 6.1.9 then it can't have the new version files. You'll need to upload again.
  14. This is much more up to date https://www.cubecart.com/extensions/plugins/paypal-powered-by-braintree
  15. 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());
  16. 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.
  17. 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.
  18. 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.
  19. 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.
×
×
  • Create New...