Blank page when trying to install Joomla on OSX10.6
Friday, September 10th, 2010
If you get a blank page when you try and install Joomla check to make sure you have safe_mode turned off.
Now safe_mode is set in your php.ini file but also in httpd.conf. The php script below may help you debug a few errors.
1 2 3 4 5 6 7 | <?php mysql_connect("localhost", "root", "SECRET") or die(mysql_error()); echo "Connected to MySQL<br />"; mysql_select_db("test") or die(mysql_error()); echo "Connected to Database"; phpinfo(); ?> |






