vansrv7 Posted May 20, 2014 Share Posted May 20, 2014 Solved one error, discovered one new.... I tried to load an image in one module (lof advance footer) who uses the ajaxfilemanger. At the opening I receive the following error messages: Strict Standards: Redefining already defined constructor for class Auth in /var/www/vhosts/MYDOMAIN/httpdocs/shop/adminXXXX/ajaxfilemanager/inc/class.auth.php on line 18 Strict Standards: Redefining already defined constructor for class Session in /var/www/vhosts/MYDOMAIN/httpdocs/shop/adminXXXX/ajaxfilemanager/inc/class.session.php on line 65 Strict Standards: Redefining already defined constructor for class file in /var/www/vhosts/MYDOMAIN/httpdocs/shop/adminXXXX/ajaxfilemanager/inc/class.file.php on line 65 Strict Standards: Redefining already defined constructor for class SessionAction in /var/www/vhosts/MYDOMAIN/httpdocs/shop/adminXXXX/ajaxfilemanager/inc/class.sessionaction.php on line 30 Strict Standards: Redefining already defined constructor for class manager in /var/www/vhosts/MYDOMAIN/httpdocs/shop/adminXXXX/ajaxfilemanager/inc/class.manager.php on line 124 Could not find anything on the forum. Link to comment Share on other sites More sharing options...
El Patron Posted May 21, 2014 Share Posted May 21, 2014 personally when turning on debug, native prestashop should not report 'strict standards' for normal error logging. this should really only be used by developers. if you shop has no funtional issue, then turn off errors and/or change the reporting level. make sure to never ever run with errors turned on as visitors will be scared off.. 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