Why Does My Web Site Have a Blank Page? |
|
So you've just installed a new component, module or plugin, or made some other change to your site's PHP code. You've enabled it on the Joomla backend and configured its settings just right. Then you browsed to your web site's home page and found that there is only a blank page displayed, a white screen with nothing else. Don't panic, you just have a PHP error. Turn On Error ReportingThe reason you have a blank white page is because you have a PHP error and you have Error Reporting set to None in your site's Global Configuration. You'll need to turn on Error Reporting to locate the error and then address the specific problem. First go to your site's Global Configuration on the backend. Go to the Server tab and find the Error Reporting setting. Change Error Reporting to Maximum and click Save at the top right of the global configuration panel. This will make your server print out all PHP errors, notices and warnings so you can locate which file the error is coming from, which line causes the error, and what type of error it is. Now browse back to your site's home page. This time you will see the PHP output of any errors, notices or warnings. Note the file, line number and type of error described. Now you can try to fix the code yourself, contact the extension developer for support, or uninstall the component, plugin or module in question. Turn Error Reporting Back Off
|


Subscribe to the RSS Feeds















