Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Strict Standards: Non-static method JLoader::import() should not be called statically in D:\xampp\htdocs\web\libraries\joomla\import.php on line 29

Strict Standards: Non-static method JLoader::register() should not be called statically in D:\xampp\htdocs\web\libraries\loader.php on line 71

i got this error time and again

aftr installing joomla
Posted

1 solution

Update to the latest versions of both.

Try it, if it is not working...

Change the following line in the php.ini file:

Line 516: error_reporting = E_ALL | E_STRICT

TO

Line 516: error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED

Save that and restart Apache.

This is an excerpt of this page[^].

Cross fingers.
 
Share this answer
 
Comments
prince_rumeel 8-Aug-12 8:18am    
please can u give me the any link to update the latest version?
Thanks..


Regards
Rana Rumeel
Joan M 8-Aug-12 9:07am    
http://www.joomla.org/
tulip goody 8-Aug-12 8:39am    
where is the "php.ini" located?
Joan M 8-Aug-12 9:08am    
well, you have the xampp environment installed, so you should find it in the directories in which that environment has been installed.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900