TCB-Netherlands Posted December 29, 2018 Share Posted December 29, 2018 Goede morgen beste mede shoppers, Sinds de update naar 1.7.5 krijg ik op de module pagina de simpele woorden "error" in de server log staat het volgende: 7722#0: *1178 FastCGI sent in stderr: "PHP message: PHP Fatal error: Access level to Inix2Module::displayInformation() must be public (as in class ModuleCore) in /var/www/vhosts/mijnwebsite.nl/httpdocs/modules/inixframe/InixModule.php on line 0" while reading response header from upstream Ik kom er niet helemaal uit, dus als iemand wat weet, dan zou ik erg geholpen zijn. Specs zijn: PHP versie 7.3.0 FPM by Nginx HTTP/2 Prestashop versie 1.7.5 Link to comment Share on other sites More sharing options...
TCB-Netherlands Posted December 29, 2018 Author Share Posted December 29, 2018 Gevonden! Op regel 2133 van /modules/inixframe/inixmodule.php Verander: protected function displayInformation($msg) { $this->informations[] = $msg; } in: public function displayInformation($msg) { $this->informations[] = $msg; } 2 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