Jump to content
thirty bees forum

Recommended Posts

Posted (edited)

If you try to reset the official paypal module in a vanilla install of TB (I tried 1.0.8 and bleeding edge), you get:

[ThirtyBeesException]

[] is not a valid configuration key
at line 1032 in file classes/Configuration.php

1027.      * @since   1.0.8
1028.      */
1029.     protected static function validateKey($key)
1030.     {
1031.         if ( ! Validate::isConfigName($key)) {
1032.             $e = new PrestaShopException(sprintf(
1033.                 Tools::displayError('[%s] is not a valid configuration key'),
1034.                 Tools::htmlentitiesUTF8($key)
1035.             ));
1036.             die($e->displayMessage());
1037.         }

On top of that, the paypal module does not seem to work any longer with knowband's supercheckout module 5.0.5+. Checkout stalls at 80% 

Edited by smarterweb
Posted

Is there anything in your error logs? The only things that really should have been changed in that version is sending over the transaction information to paypal, that was removed. 

Posted (edited)

logs are empty. can you reset the module without issues?
I will install an older version (before 5.4) and see if that still works...

tried uninstalling, get the same error

 

Edited by smarterweb

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...