Finally, I found something useful on Joomla! Discussion Forums.
To solve this issue, simply change the following configuration in your php.ini file.
- Change
error_reporting = E_ALL | E_STRICT
toerror_reporting = E_ALL & ~E_STRICT
- Change
display_errors = On
todisplay_errors = Off
Remember to restart your Apache server after the changes. You should be able to view to Joomla! homepage now.
0 comments:
Post a Comment