Strict standards : Non-static methods called statically

Joomla version 1.5 is end-of-life and are no longer supported. Please use Joomla 3.x instead.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
TorbenOlsen
Joomla! Apprentice
Joomla! Apprentice
Posts: 14
Joined: Tue Jun 26, 2012 8:39 am

Re: Strict standards : Non-static methods called statically

Post by TorbenOlsen » Mon Jan 06, 2014 11:22 am

SOLVED... Finally. :-)

Still no success with all of the above. I then tried to change .htaccess file but no luck either as it resultet in "internal error". Uploaded the original file back to the server, which then mysteriously caused the problem to disappear. No error messages/notifications on my site...!!

Thanks for your help!

toplisek
Joomla! Intern
Joomla! Intern
Posts: 61
Joined: Tue Jul 06, 2010 10:04 am

Re: Strict standards : Non-static methods called statically

Post by toplisek » Mon May 05, 2014 10:47 am

joomla 1.5.is not compatible with PHP 5.4

skarani
Joomla! Apprentice
Joomla! Apprentice
Posts: 19
Joined: Tue Jun 24, 2014 7:28 pm

Re: Strict standards : Non-static methods called statically

Post by skarani » Wed Jun 25, 2014 6:44 am

judy2segev wrote:Once I was trying to remove these following errors after installing Joomla-
Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/libraries/joomla/import.php on line 29

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/libraries/joomla/import.php on line 32

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/libraries/loader.php on line 138

Strict Standards: Non-static method JRequest::clean() should not be called statically in /opt/lampp/htdocs/joomla/libraries/joomla/import.php on line 33
I was able to repair it by changing the following value in configuration.php file which is present in Joomla home folder.
* EARLIER VALUE : var $error_reporting = ‘-1′;
* CHANGED VALUE: var $error_reporting = ’6135′;
May be this can help somebody facing related problem.
i have the same nagging error, i have tried this and its not working for me.

skarani
Joomla! Apprentice
Joomla! Apprentice
Posts: 19
Joined: Tue Jun 24, 2014 7:28 pm

Re: Strict standards : Non-static methods called statically

Post by skarani » Wed Jun 25, 2014 6:47 am

somebody help how i can access php.ini file from a remote host?

and if i want to edit htaccess file how and where do i edit?


Locked

Return to “Installation 1.5”