masonse Posted April 14, 2013 Share Posted April 14, 2013 Prestashop version 1.5.4.0 I receive the following error message when trying to add information to any banner/advertising block modules. [PrestaShop] Fatal error in module (*) Call to undefined function checkImage() Where (*) is the name of the module. I receive this error on TM Banner module, Block Advertising Module, Block Advertising Multi module. Please can anyone help? 1 Link to comment Share on other sites More sharing options...
J. Danse Posted April 14, 2013 Share Posted April 14, 2013 In your modules, you can change the checkImage() reference by ImageManager::validateUpload() Link to comment Share on other sites More sharing options...
masonse Posted April 14, 2013 Author Share Posted April 14, 2013 Thanks for your prompt response. Please could you give me a little more guidance? I read a thread that said "CheckImage function for ImageManager::validateUpload and when you done that, it's possible that appears another error with the imageResize funciton, you have to change the imageResize by ImageManager::resize also" Where exactly can I change this and what am I changing it from? Thank you in advance. Link to comment Share on other sites More sharing options...
J. Danse Posted April 15, 2013 Share Posted April 15, 2013 You need to know where the erros happen (like the module you quoted) and see in their PHP files where's the lines the function checkImage() is. If you want, I maybe can help you by do this modification for you, If you agree to send me some FTP credentials. (Of course, don't do it right in this thread ;-)) 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