Post
by sovainfo » Sat Dec 06, 2014 8:06 pm
Normally, a blank page is either a javascript or PHP error. Right click on the popup and request the page source. Anything there? If it looks like a complete html page you probably have a javascript problem. If nothing there, you probably have a PHP error.
Setting error reporting in Global configuration to 'maximum' should reveal the PHP error causing this.
Issue with migrating? Include logs/joomla_update.php in your report!
Blank screen? Verify pagesource for HTML code (javascript error)
Installation failing on populating database? Install with set_time_limit(0)
Document your customizations!