RuletZ 5 Posted July 7, 2015 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) Share this post Link to post Share on other sites
El Patron 2,874 Posted July 7, 2015 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 Share this post Link to post Share on other sites
RuletZ 5 Posted July 8, 2015 Posted July 8, 2015 thanks! I solved the problem with your suggestion. 1 Share this post Link to post Share on other sites
patriciosoto 9 Posted July 9, 2015 Posted July 9, 2015 i have the same problem but i cant find the private in the file 1 Share this post Link to post Share on other sites
Migha128 0 Posted July 12, 2015 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. Share this post Link to post Share on other sites
El Patron 2,874 Posted July 12, 2015 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. Share this post Link to post Share on other sites
Migha128 0 Posted July 13, 2015 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. Share this post Link to post Share on other sites
jvicente1971 8 Posted July 14, 2015 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 Share this post Link to post Share on other sites
Migha128 0 Posted July 14, 2015 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 !! Share this post Link to post Share on other sites
Solution El Patron 2,874 Posted July 14, 2015 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 Share this post Link to post Share on other sites
David Eschmeyer 32 Posted August 18, 2015 Posted August 18, 2015 awesome, worked like a charm. Thanks for the solution Share this post Link to post Share on other sites
CyB 0 Posted September 29, 2015 Posted September 29, 2015 My shop does not have this module? modules\inixframe\InixModule.php Share this post Link to post Share on other sites
espacioled 5 Posted October 22, 2015 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 Share this post Link to post Share on other sites
ferramentapesca_it 1 Posted October 29, 2015 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 Share this post Link to post Share on other sites
ietax 11 Posted November 9, 2015 Posted November 9, 2015 I have same problem and I cannot access to mudule on my BO!!! How can I resolve? Thanks Share this post Link to post Share on other sites
chazzbg 3 Posted November 10, 2015 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 Share this post Link to post Share on other sites
giulomas 7 Posted December 17, 2015 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? Share this post Link to post Share on other sites
chazzbg 3 Posted December 18, 2015 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. Share this post Link to post Share on other sites
giulomas 7 Posted December 23, 2015 Posted December 23, 2015 Hi, thanks for answer! I've solved with jvicente1971's method! Thanks Share this post Link to post Share on other sites
trancan 0 Posted April 7, 2016 Posted April 7, 2016 Good! TX! Share this post Link to post Share on other sites
gianluca82 0 Posted September 8, 2016 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) Share this post Link to post Share on other sites
gianluca82 0 Posted September 8, 2016 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) Share this post Link to post Share on other sites
rajpoot cosmetics 0 Posted January 9, 2020 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 Share this post Link to post Share on other sites
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