smarterweb Posted March 3, 2019 Share Posted March 3, 2019 (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 keyat 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 March 4, 2019 by smarterweb Link to comment Share on other sites More sharing options...
lesley Posted March 3, 2019 Share Posted March 3, 2019 What version of php are you using? Link to comment Share on other sites More sharing options...
smarterweb Posted March 3, 2019 Author Share Posted March 3, 2019 tried both php 7.0 and 7.1 - same issue Link to comment Share on other sites More sharing options...
lesley Posted March 3, 2019 Share Posted March 3, 2019 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. Link to comment Share on other sites More sharing options...
smarterweb Posted March 3, 2019 Author Share Posted March 3, 2019 (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 March 3, 2019 by smarterweb Link to comment Share on other sites More sharing options...
lesley Posted March 3, 2019 Share Posted March 3, 2019 You are right, I have logged the error to github, https://github.com/thirtybees/thirtybees/issues/864 Link to comment Share on other sites More sharing options...
haylau Posted March 3, 2019 Share Posted March 3, 2019 Thanks for the response. Unfortunately that had no effect 😞 Link to comment Share on other sites More sharing options...
lesley Posted March 3, 2019 Share Posted March 3, 2019 I think you replied to the wrong thread. I cannot see how to move it. I am going to reply to the other thread though. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now