Stuart Bird wrote: > On Wed, 2007-04-11 at 16:36 +0100, Mark Brier (Lists) wrote: >> I would suggest changing the .sql file. Any text editor will do. >> >> Replace "CREATE DATABASE gpbroadband;" with "USE peterboro". > > I'd just done that and the database seems to have been restored, > however, after making the necessary changes in configuration.php I am > just seeing a blank white page when I try to load the site in a browser. > > Any idea's - I'm so close I can taste it :0
hmm, difficult to say, not much to work with when all you get is a blank screen. Make sure your webserver is configured to run php. Put this in a file called test.php in your webroot <html> <head> <title> PHP Test Script </title> </head> <body> <?php phpinfo( ); ?> </body> </html> Then browse to http://yourwebserver/test.php There is also a database/php test here which may be worth looking at ... http://www.karakas-online.de/EN-Book/test-scripts.html HTH, M -- .~. Mark Brier - Open Source Tech Consultant / v \ mark AT openitup DOT org / lists AT openitup DOT org /( _ )\ PubKey - http://www.openitup.org/keys/markatopenitup.asc ^ ^ +44 (0)161 2422132 / +44 (0)7793 036840 _______________________________________________ Peterboro mailing list [email protected] https://mailman.lug.org.uk/mailman/listinfo/peterboro
