introduction screenshots faq forum blog modules components download
Please use the search function and/or read the FAQ first.
-->

Error after installation Joomla 1.5.15



Posted by: Valkenier
March 05, 2010 02:30PM
I have used Joomla on my local computer with easyphp 5.3.0. No problems.

I have upgraded to easyphp 5.3.1. Did a clean installation of Joomla. Installation went fine. Then when I try to visit the site (localhost) or the adminpage I get a whole bunch of errors. I show only the first 3:
Strict Standards: Non-static method JLoader::import() should not be called statically in C:\Program Files\EasyPHP\www\libraries\joomla\import.php on line 29

Strict Standards: Non-static method JLoader::register() should not be called statically in C:\Program Files\EasyPHP\www\libraries\loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in C:\Program Files\EasyPHP\www\libraries\joomla\import.php on line 32


To be sure I went back, did a clean install of easyphp 5.3.0, clean install of joomla. And: no problems.

Any clues on whats going on?
Posted by: kathir
April 05, 2010 01:41PM
Valkenier Wrote:
-------------------------------------------------------
> I have used Joomla on my local computer with
> easyphp 5.3.0. No problems.
>
> I have upgraded to easyphp 5.3.1. Did a clean
> installation of Joomla. Installation went fine.
> Then when I try to visit the site (localhost) or
> the adminpage I get a whole bunch of errors. I
> show only the first 3:
> Strict Standards: Non-static method
> JLoader::import() should not be called statically
> in C:\Program
> Files\EasyPHP\www\libraries\joomla\import.php on
> line 29
>
> Strict Standards: Non-static method
> JLoader::register() should not be called
> statically in C:\Program
> Files\EasyPHP\www\libraries\loader.php on line 71
>
> Strict Standards: Non-static method
> JLoader::import() should not be called statically
> in C:\Program
> Files\EasyPHP\www\libraries\joomla\import.php on
> line 32
>
>
> To be sure I went back, did a clean install of
> easyphp 5.3.0, clean install of joomla. And: no
> problems.
>
> Any clues on whats going on?
Posted by: sello
May 17, 2010 01:33PM
Valkenier Wrote:
-------------------------------------------------------
> I have used Joomla on my local computer with
> easyphp 5.3.0. No problems.
>
> I have upgraded to easyphp 5.3.1. Did a clean
> installation of Joomla. Installation went fine.
> Then when I try to visit the site (localhost) or
> the adminpage I get a whole bunch of errors. I
> show only the first 3:
> Strict Standards: Non-static method
> JLoader::import() should not be called statically
> in C:\Program
> Files\EasyPHP\www\libraries\joomla\import.php on
> line 29
>
> Strict Standards: Non-static method
> JLoader::register() should not be called
> statically in C:\Program
> Files\EasyPHP\www\libraries\loader.php on line 71
>
> Strict Standards: Non-static method
> JLoader::import() should not be called statically
> in C:\Program
> Files\EasyPHP\www\libraries\joomla\import.php on
> line 32
>
>
> To be sure I went back, did a clean install of
> easyphp 5.3.0, clean install of joomla. And: no
> problems.
>
> Any clues on whats going on?
Posted by: mimleo
June 03, 2010 12:17AM
Valkenier Wrote:
-------------------------------------------------------
> I have used Joomla on my local computer with
> easyphp 5.3.0. No problems.
>
> I have upgraded to easyphp 5.3.1. Did a clean
> installation of Joomla. Installation went fine.
> Then when I try to visit the site (localhost) or
> the adminpage I get a whole bunch of errors. I
> show only the first 3:
> Strict Standards: Non-static method
> JLoader::import() should not be called statically
> in C:\Program
> Files\EasyPHP\www\libraries\joomla\import.php on
> line 29
>
> Strict Standards: Non-static method
> JLoader::register() should not be called
> statically in C:\Program
> Files\EasyPHP\www\libraries\loader.php on line 71
>
> Strict Standards: Non-static method
> JLoader::import() should not be called statically
> in C:\Program
> Files\EasyPHP\www\libraries\joomla\import.php on
> line 32
>
>
> To be sure I went back, did a clean install of
> easyphp 5.3.0, clean install of joomla. And: no
> problems.
>
> Any clues on whats going on?
Posted by: BOUHAWA
June 15, 2010 04:49PM
> I have used Joomla on my local computer with
> easyphp 5.3.0. No problems.
>
> I have upgraded to easyphp 5.3.1. Did a clean
> installation of Joomla. Installation went fine.
> Then when I try to visit the site (localhost) or
> the adminpage I get a whole bunch of errors. I
> show only the first 3:
> Strict Standards: Non-static method
> JLoader::import() should not be called statically
> in C:\Program
> Files\EasyPHP\www\libraries\joomla\import.php on
> line 29
>
> Strict Standards: Non-static method
> JLoader::register() should not be called
> statically in C:\Program
> Files\EasyPHP\www\libraries\loader.php on line 71
>
> Strict Standards: Non-static method
> JLoader::import() should not be called statically
> in C:\Program
> Files\EasyPHP\www\libraries\joomla\import.php on
> line 32
>
>
> To be sure I went back, did a clean install of
> easyphp 5.3.0, clean install of joomla. And: no
> problems.
>
> Any clues on whats going on?
Posted by: Bort
January 03, 2011 09:50AM
I know this is way late but I've just resolved this issue.
In your php.ini file find "error_reporting". Turn it off.
DONE.

In most php.ini files turning a line off is simply done by adding a semi-colon to the beginning of the line you want to turn off.

so find the line:
error_reporting = E_ALL | E_STRICT

and change it to
;error_reporting = E_ALL | E_STRICT

hope this helps.
Posted by: Thierry
January 03, 2011 11:33AM
Bad idea: you'd better patch Joomla to set error level only for this bad coded piece of code.