×
Jun 30, 2020 · I've updated the website to PHP 7.3.19 and come across some error codes on the front end, I was able to fix the non static method error for the ...
Feb 15, 2022 · I need to upgrade my current version of PHP 7.4 to version 8.1 in order to ensure Akeeba backup keeps working later this year. However when I ...
People also ask
Dec 10, 2015 · Hi, I'm getting lots (1,000's) of errors along these lines: Strict Standards: Non-static method JLoader::import() should not be called ...
May 18, 2017 · I just upgraded to Joomla 3.71 and PHP version 7.0 so I'm not sure what effect that will have on my error logs but the code I use above, I've ...
Sep 9, 2021 · The only non-static function is getModuleById , which cannot be called from a static context of this class directly. You either have to create a ...
Dec 10, 2010 · I'm getting the same error trying to run the latest version of joomla on easyPHP. Going to try wamp to see if I get the same result ...
Feb 7, 2014 · Method #1: Using Joomla's settings · Login to your Joomla backend as super administrator. · In the main menu select Site -> Global Configuration ...
Dec 6, 2016 · In PHP 7, calling non-static methods statically is deprecated, and will generate an E_DEPRECATED warning. Support for calling non-static methods ...
Oct 28, 2022 · This method getHttp() is non static. So, error is coming. Check Here: /libraries/vendor/joomla/http/src/HttpFactory.php. Expected result. The ...
Apr 20, 2013 · Strict Standards: Non-static method JLoader::import() should not be called statically in /home/chinfote/public_html/libraries/joomla/import ...