How to Fix Strict Standards: Non-static method in Joomla
After installation of some modules you might have experienced an error that occurs when PHP on their server is set to strict error reporting - where they receive error messages starting with phrases: “Strict Standards: Non-static method … on line XX”. Essentially, Strict Standards warnings are not really errors; they're messages designed for developers, but I fully agree they do not like nice on working Joomla site.
Those are two working solutions:
Method 1: In Joomla Back-end : System -> Global Configuration, then click on the “Server” tab and find the Error Reporting parameters. Then set the Error Reporting setting to “None” and click on “Save” to keep the changes. See below screenshots...
1. Log into Joomla
2. Go to System => Global Configuration
3. Set "None"
Method 2: If above solution will not help, in root folder find php.ini file and inside edit line with "error_reporting" or create php.ini file and then inside put following code:
Popular Posts Hits
How to Fix Strict Standards: Non-static method in Joomla
After installation of some modules you might have experienced an error that occurs when PHP on their server is set to strict error reporting - where they receive error messages starting with phrases: “Strict Standards: Non-static method … on line XX”. Essentially, Strict Standards warnings are not really errors; they're messages designed for developers, but I fully agree they do not like nice on working Joomla site.
Those are two working solutions:
1. Log into Joomla
2. Go to System => Global Configuration
3. Set "None"
or
create php.ini file and then inside put following code:
Already have an account? Login into comment