Hi,
i had my server set up new and restored the Blog from my Backup files. After i did so i dont see the Blog, insted of this the Install screen. What should i do to get back my Blog ?
Thanks for your Help,
Rolli
After restore the Blog doesnt work
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: After restore the Blog doesnt work
It seems you did not do a complete backup. The behaviour you get can happen if the file serendipity_config_local.inc.php was not saved and restored. The file holds the configuration data to access your blog.
It should look like this, you can create it manually:
It should look like this, you can create it manually:
Code: Select all
<?php
/*
Serendipity configuration file
Written on Tue, 29 Mar 2005 16:16:27 +0200
*/
$serendipity['versionInstalled'] = '0.8-beta5';
$serendipity['dbName'] = 'serendipity';
$serendipity['dbPrefix'] = 'serendipity_MERGE_';
$serendipity['dbHost'] = 'localhost';
$serendipity['dbUser'] = 'root';
$serendipity['dbPass'] = 'whowantsmypassword';
$serendipity['dbType'] = 'mysql';
$serendipity['dbPersistent'] = false;
// End of Serendipity configuration file
// You can place your own special variables after here:
?>
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/