2grosiek7 Posted October 6, 2016 Share Posted October 6, 2016 Hello, I noticed, that apache shows me a lot of errors like this: mod_fcgid: stderr: PHP Strict Standards: Declaration of Dispatcher::loadRoutes() should be compatible with DispatcherCore::loadRoutes($id_shop = NULL) in /.../override/classes/Dispatcher.php on line 0 or mod_fcgid: stderr: PHP Strict Standards: Declaration of Dispatcher::loadRoutes() should be compatible with DispatcherCore::loadRoutes($id_shop = NULL) in /.../override/classes/Dispatcher.php on line 0, referer: http://www.domain.com/page It is possible to repair this bug? Link to comment Share on other sites More sharing options...
rocky Posted October 7, 2016 Share Posted October 7, 2016 It seems you have an override that is not compatible with your PrestaShop version. You can fix it by changing the following in override/classes/Dispatcher.php: function loadRoutes() to: function loadRoutes($id_shop = null) Link to comment Share on other sites More sharing options...
2grosiek7 Posted October 7, 2016 Author Share Posted October 7, 2016 Seems to be repaired. Thank you! 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