That works as it should, so it must be my config settings. I will have a review and report back.
Thanks for the help. Stu On Wed, 2007-04-11 at 16:46 +0100, Mark Brier (Lists) wrote: > 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 _______________________________________________ Peterboro mailing list [email protected] https://mailman.lug.org.uk/mailman/listinfo/peterboro
