bg17aw Posted October 25, 2016 Share Posted October 25, 2016 (edited) Everything works, I changed the site URL in Advanced/SEO&URLs, I invalidated the cache the best I could. I am on 1.6.1.4 However, I have this error (please see picture) when I go to Modules/Positions: This only happens on my local, the live site works ok. Any ideas? Edited October 25, 2016 by bg17aw (see edit history) Link to comment Share on other sites More sharing options...
bellini13 Posted October 25, 2016 Share Posted October 25, 2016 you have debug mode enable on the local site, which is why you see the error. I assume you have debug mode disabled on the live site, which is why you do not see the error. Link to comment Share on other sites More sharing options...
bg17aw Posted October 25, 2016 Author Share Posted October 25, 2016 you have debug mode enable on the local site, which is why you see the error. I assume you have debug mode disabled on the live site, which is why you do not see the error. Yes, you are correct about the debug settings. Only enabled on local. But that doesn't answer the question why is this error there and how to fix it. Link to comment Share on other sites More sharing options...
rocky Posted October 26, 2016 Share Posted October 26, 2016 It seems that module is not compatible with your PrestaShop version, since it's using a different number of parameters in the validateOrder function. You can try to fix it by editing the file specified in the error message, look for the validateOrder function and make sure the parameters match the ones in classes/PaymentModule.php for that function. 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