Page 1 of 1

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

PostPosted: 17. June 2015 20:34
by web@izzy
Error display on joomla 1.5.26 web page with mesage below

Cookies do not appear to be enabled on your browser client. You will not be able to install the application with this feature disabled. Alternatively, there could also be a problem with the server's session.save_path. If this is the case, please consult your hosting provider if you don't know how to check or fix this yourself.

Again error messages below...


Strict Standards: Non-static method JLoader::load() should not be called statically in C:\xampp\htdocs\sexcrunchtv\libraries\loader.php on line 161

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

Deprecated: Non-static method JPath::clean() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\sexcrunchtv\libraries\joomla\application\component\model.php on line 253

Strict Standards: Non-static method JLoader::import() should not be called statically in C:\xampp\htdocs\sexcrunchtv\libraries\loader.php on line 186

Deprecated: Non-static method JModel::addIncludePath() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\sexcrunchtv\libraries\joomla\application\component\controller.php on line 382

Deprecated: Non-static method JRequest::getCmd() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\sexcrunchtv\installation\installer\installer.php on line 41

Deprecated: Non-static method JRequest::getVar() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\sexcrunchtv\libraries\joomla\environment\request.php on line 255

Deprecated: Non-static method JRequest::_cleanVar() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\sexcrunchtv\libraries\joomla\environment\request.php on line 140

Deprecated: Non-static method JFilterInput::getInstance() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\sexcrunchtv\libraries\joomla\environment\request.php on line 577

Deprecated: Non-static method JFactory::getSession() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\sexcrunchtv\libraries\joomla\application\application.php on line 433

Deprecated: Non-static method JText::_() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\sexcrunchtv\installation\installer\controller.php on line 93

Deprecated: Non-static method JFactory::getLanguage() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\sexcrunchtv\libraries\joomla\methods.php on line 120

How do i retify this???

Regards...

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

PostPosted: 17. June 2015 20:44
by glitzi85
I would recommend using an up to date version of Joomla, the version you are using is 3 years old.

Otherwise you could suppress the warnings by configuring error_reporting in your php.ini accordingly, however, this does not fix those problems, just hides them.

The cookie-Problem is not a real problem, that's just because the error messages are outputted before the cookie could be set (which is impossible as soon as output is generated).