RuletZ Posted July 7, 2015 Share Posted July 7, 2015 (edited) Hi, after my upgrade i have this error: Fatal error: Access level to Inix2Module::displayWarning() must be public (as in class ModuleCore) in /home/admin/domains/xxx.xx/public_html/modules/inixframe/InixModule.php on line 3792Any idea? Thanks Hi, after my upgrade i have this error: Fatal error: Access level to Inix2Module::displayWarning() must be public (as in class ModuleCore) in /home/admin/domains/xxx.xx/public_html/modules/inixframe/InixModule.php on line 3792Any idea? Thanks Edited July 8, 2015 by PianetaModellismo (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted July 7, 2015 Share Posted July 7, 2015 (edited) Hi, after my upgrade i have this error: Fatal error: Access level to Inix2Module::displayWarning() must be public (as in class ModuleCore) in /home/admin/domains/xxx.xx/public_html/modules/inixframe/InixModule.php on line 3792 Any idea? Thanks open file modules/inixframe/InixModule.php find displayWarning in code change 'protected' to 'public'. I hope this helps. Edited July 14, 2015 by El Patron changed 'loo for' private to protected. (see edit history) 2 Link to comment Share on other sites More sharing options...
RuletZ Posted July 8, 2015 Author Share Posted July 8, 2015 thanks! I solved the problem with your suggestion. 1 Link to comment Share on other sites More sharing options...
patriciosoto Posted July 9, 2015 Share Posted July 9, 2015 i have the same problem but i cant find the private in the file 1 Link to comment Share on other sites More sharing options...
Migha128 Posted July 12, 2015 Share Posted July 12, 2015 I have also exactly the same problem.. I can't also find the private in the file.. Error: Fatal error: Access level to Inix2Module::displayWarning() must be public (as in class ModuleCore) in I tried everything to update Prestashop to 1.6.1.0, but nothing works.. Not with auto upgrader (because I get that fatal error) and not manually. Link to comment Share on other sites More sharing options...
El Patron Posted July 12, 2015 Share Posted July 12, 2015 i have the same problem but i cant find the private in the file I have also exactly the same problem.. I can't also find the private in the file.. Error: Fatal error: Access level to Inix2Module::displayWarning() must be public (as in class ModuleCore) in I tried everything to update Prestashop to 1.6.1.0, but nothing works.. Not with auto upgrader (because I get that fatal error) and not manually. Hi, can you post here any displayWarning code lines here please? Thanks. Link to comment Share on other sites More sharing options...
Migha128 Posted July 13, 2015 Share Posted July 13, 2015 Fatal error: Access level to Inix2Module::displayWarning() must be public (as in class ModuleCore) in E:\HostingSpaces\Hagenaar1\webgenius.nl\wwwroot\watsj\modules\inixframe\InixModule.php on line 3746 This is the whole error. Link to comment Share on other sites More sharing options...
jvicente1971 Posted July 14, 2015 Share Posted July 14, 2015 Hi I had the same problem and solve it.... open InixModule.php and find: protected function displayWarning($msg) Change to public function displayWarning($msg) 6 1 Link to comment Share on other sites More sharing options...
Migha128 Posted July 14, 2015 Share Posted July 14, 2015 Hi I had the same problem and solve it.... open InixModule.php and find: protected function displayWarning($msg) Change to public function displayWarning($msg) It works! Thank you very much !! Link to comment Share on other sites More sharing options...
El Patron Posted July 14, 2015 Share Posted July 14, 2015 this is the proper solution, thanks ! https://www.prestashop.com/forums/topic/451923-solved-upgrade-16014-161-error-module-inixframe/?p=2096737 Link to comment Share on other sites More sharing options...
David Eschmeyer Posted August 18, 2015 Share Posted August 18, 2015 awesome, worked like a charm. Thanks for the solution Link to comment Share on other sites More sharing options...
CyB Posted September 29, 2015 Share Posted September 29, 2015 My shop does not have this module? modules\inixframe\InixModule.php Link to comment Share on other sites More sharing options...
espacioled Posted October 22, 2015 Share Posted October 22, 2015 hi, changing it, appears this error [PrestaShop] Fatal error in module file :/var/www/vhosts/s18382511.onlinehome-server.info/bgenostore/prestashop/modules/inixframe/InixModule.php:require_once(): Failed opening required '/var/www/vhosts/s18382511.onlinehome-server.info/bgenostore/prestashop/modules/inixframe/classes/InixMail.php' (include_path='/var/www/vhosts/s18382511.onlinehome-server.info/bgenostore/prestashop/tools/htmlpurifier/standalone:.:') module installed: http://www.presta-apps.com/129-prestashop-cash-on-delivery-with-tax-module.html Link to comment Share on other sites More sharing options...
ferramentapesca_it Posted October 29, 2015 Share Posted October 29, 2015 hi, changing it, appears this error [PrestaShop] Fatal error in module file :/var/www/vhosts/s18382511.onlinehome-server.info/bgenostore/prestashop/modules/inixframe/InixModule.php: require_once(): Failed opening required '/var/www/vhosts/s18382511.onlinehome-server.info/bgenostore/prestashop/modules/inixframe/classes/InixMail.php' (include_path='/var/www/vhosts/s18382511.onlinehome-server.info/bgenostore/prestashop/tools/htmlpurifier/standalone:.:') module installed: http://www.presta-apps.com/129-prestashop-cash-on-delivery-with-tax-module.html i have some problem... after installing the module got on http://www.presta-apps.com/129-prestashop-cash-on-delivery-with-tax-module.html appear this error message [PrestaShop] Fatal error in module file :/web/htdocs/www.ferramentapesca.it/home/modules/inixframe/InixPaymentModule.php: Access level to Inix2PaymentModule::displayWarning() must be public (as in class ModuleCore) may please someone help? 1 Link to comment Share on other sites More sharing options...
ietax Posted November 9, 2015 Share Posted November 9, 2015 I have same problem and I cannot access to mudule on my BO!!! How can I resolve? Thanks Link to comment Share on other sites More sharing options...
chazzbg Posted November 10, 2015 Share Posted November 10, 2015 (edited) Hello, This is caused by fairly old version of the Inixframe - a framework that powers our modules, you can get the most recent version from here https://www.dropbox.com/s/lfc8wpe3nq254vq/inixframe_%28Presta-Apps%20Solutions%29_v2.5.6.zip?dl=0 install it like a normal module - BO > modules > add new , or extract the files and upload through ftp to your modules folder Edited November 10, 2015 by chazzbg (see edit history) 3 Link to comment Share on other sites More sharing options...
giulomas Posted December 17, 2015 Share Posted December 17, 2015 Hi, I get the same error! I've tried to change protected to public, but nothing happens... I get the same error! Any suggestion? Link to comment Share on other sites More sharing options...
chazzbg Posted December 18, 2015 Share Posted December 18, 2015 Hi, I get the same error! I've tried to change protected to public, but nothing happens... I get the same error! Any suggestion? are you sure you've made the changes on the right place ? please post the complete error, may be it's something else. Link to comment Share on other sites More sharing options...
giulomas Posted December 23, 2015 Share Posted December 23, 2015 Hi, thanks for answer! I've solved with jvicente1971's method! Thanks Link to comment Share on other sites More sharing options...
trancan Posted April 7, 2016 Share Posted April 7, 2016 Good! TX! Link to comment Share on other sites More sharing options...
gianluca82 Posted September 8, 2016 Share Posted September 8, 2016 (edited) Hi I have this problem, I changed as indicated, but now I'm going to click in modules and services, and I get this problem. [PrestaShop] Fatal error in module file :/web/htdocs/www.........../home/presta/modules/codfee/codfee.php: Class 'Inix2PaymentModule' not found Possible to solve this problem? Edited September 8, 2016 by gianluca82 (see edit history) Link to comment Share on other sites More sharing options...
gianluca82 Posted September 8, 2016 Share Posted September 8, 2016 (edited) Hi I had the same problem and solve it.... open InixModule.php and find: protected function displayWarning($msg) Change to public function displayWarning($msg) Hi I have this problem, I changed as indicated, but now I'm going to click in modules and services, and I get this problem. [PrestaShop] Fatal error in module file :/web/htdocs/www.............../home/presta/modules/codfee/codfee.php: Class 'Inix2PaymentModule' not found Possible to solve this problem? Thanks Gianluca Edited September 8, 2016 by gianluca82 (see edit history) Link to comment Share on other sites More sharing options...
rajpoot cosmetics Posted January 9, 2020 Share Posted January 9, 2020 Hello any body please help me how can i recover my backoffice module. plz chk my debug report and error screenshot 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