By Arkar on
When upgrading my site from 4.6 to 4.7 I get blank pages for update.php or index.php what is going on ? Using php 5.1.6. I can't acess any page. When reverting to 4.6 everything works again.
When upgrading my site from 4.6 to 4.7 I get blank pages for update.php or index.php what is going on ? Using php 5.1.6. I can't acess any page. When reverting to 4.6 everything works again.
Comments
settings.php
Make sure the databse info is correct in your settings.php file:
$db_url = 'mysql://username:password@localhost/databasename';I overwrote mine once by accident and had this problem. You did back up the old one right?
Cut this line out of the old settings.php file and paste it into the new one.
Advanced Web Design