This is how i got rid of this error in php admin panel, i know it’s not elegant or efficient but for an old script , if it works….
1st line in config.php :
error_reporting (E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED & ~E_WARNING);
This is how i got rid of this error in php admin panel, i know it’s not elegant or efficient but for an old script , if it works….
1st line in config.php :
error_reporting (E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED & ~E_WARNING);
Copyright 2014 - 2025 © WebmasterBay.EU