Page 1 of 1

Strict Standards: Non-static method JLoader::register()

PostPosted: 08. October 2010 17:42
by greengold
hi all..
Im having this kind of trouble: I trying to make joomla working...
I have installed XAMPP, Joomla from aur.
I have copied joomla from /srv/http/joomla/ to /opt/lampp/htdocs/ install, remove installation folder
and now Im geting "Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/libraries/loader.php on line 71" error when I log into localhost.
nano /etc/php/php.ini
Code: Select all
error_reporting = E_ALL & ~E_NOTICE


nano /opt/lampp/htdocs/configuration.php
Code: Select all
var $error_reporting = '6135';


...in arch forum they told me that thats PHP5.3.3 issue and I should do downgrade to PHP5.2 ...but Im using XAMPP package and I really donk know how to downgrade just PHP.
Can someone give me a hand?
thanks

Re: Strict Standards: Non-static method JLoader::register()

PostPosted: 17. October 2010 20:43
by greengold
bump...

Re: Strict Standards: Non-static method JLoader::register()

PostPosted: 17. October 2010 20:57
by Altrea
The easiest way to get to PHP 5.2 is to install a xampp Package with PHP 5.2.
I recommend you to install XAMPP 1.7.1 which comes with PHP 5.2.9 and is the last XAMPP package with PHP 5.2

You can download it at sourceforge

Re: Strict Standards: Non-static method JLoader::register()

PostPosted: 18. October 2010 09:27
by greengold
okej, its working with xampp 1.7.1 ,thanks!