Nyx2891 Posted September 12, 2015 Share Posted September 12, 2015 I'm a novice in Prestashop and need some assistance I attempted (incorrectly it appears) to install a hook After i received a blank admin page - my site is still showing just not admin panel I turned on Debug and am getting this error Fatal error: Access level to Inix2Module::displayWarning() must be public (as in class ModuleCore) in /home1/kjcanes/public_html/store/modules/inixframe/InixModule.php on line 3746 I have no idea what to do Link to comment Share on other sites More sharing options...
gabdara Posted September 13, 2015 Share Posted September 13, 2015 Go to file modules/inixframe/InixModule.php and search for: protected function displayWarning($msg) Change it into: public function displayWarning($msg) Link to comment Share on other sites More sharing options...
kamaleon Posted September 13, 2015 Share Posted September 13, 2015 Q tal si desactivas el modulo y compruebas si no esta el error Link to comment Share on other sites More sharing options...
Nyx2891 Posted September 13, 2015 Author Share Posted September 13, 2015 Thank you the below worked Go to file modules/inixframe/InixModule.php and search for: protected function displayWarning($msg) Change it into: public function displayWarning($msg) Link to comment Share on other sites More sharing options...
Recommended Posts