xampp - while configuring Joomla 1.5, it shows error -


i using xampp 1.8.1.

it working fine in joomla 2.5 & joomla 3. not working joomla 1.5, showing errors.

strict standards: non-static method jloader::import() should not called statically in /libraries/joomla/import.php on line 29

like above shows multiple errors.

then have changed php.ini file

set error_reporting e_all & ~e_notice

after changing shows same error

actually it's not error. it's showing because you(joomla) not following best practices. you(joomla) must follow standards when code.

joomla 1.5 kind of out-dated now. few strict standards. anyway when using joomla 1.5 fix . advise not use obsolete versions of joomla.

below show without strict standards.

error_reporting = e_all & ~e_notice 

check out list here.

read more


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -