Problems after XAMPP 1.7.4 installation and Configuring Joomla

Asked By 0 points N/A Posted on -
qa-featured

I have installed xampp 1.7.4 in my netbook operated by using windows 7 and I have configured joomla as CMS in the server software. But I have faced a problem that it does not works properly. Some error shows in front page like Strict Standards: Non-static method JHTML::_() should not be called statically in C:xampphtdocsbdcomponentscom_contenthelpersicon.php on line 64. 

How can I solve this problem?

 

 

 

SHARE
Answered By 0 points N/A #80808

Problems after XAMPP 1.7.4 installation and Configuring Joomla

qa-featured

If you find many Strict standards errors in your joomla web, here some tips to remove these error to showed up again

A. Find php.ini on xamppphpphp.ini. Go find attribute: error_reporting = E_ALL | E_STRICT. Change the value to E_ALL & ~E_NOTICE & ~E_DEPRECATED. Save the file, and test again

B. If the errors still shows on your web page, login to your administrator area on the back-end then review you component, modules and plugins installed on your web page. update all of them to the latest version. Find the latest joomla extensions at here:
https://extensions.joomla.org/

Hope this can help

Related Questions