I'm trying to migrate my site to another server. Copied the backups of the site and MySQL to the new server, but still I'm not able to login.
This is what I get:
php /* Serendipity configuration file Written on Fri, 04 Aug 2006 14:58:27 +0200 */ $serendipity['versionInstalled'] = '1.0'; $serendipity['dbName'] = 'plofhead'; $serendipity['dbPrefix'] = 'serendipity_'; $serendipity['dbHost'] = 'localhost'; $serendipity['dbUser'] = 'plofhead'; $serendipity['dbPass'] = '******'; $serendipity['dbType'] = 'mysql'; $serendipity['dbPersistent'] = false; // End of Serendipity configuration file // You can place your own special variables after here: ?>
Fatal error: Call to undefined function: serendipity_db_connect() in /sites/plofhead.nl/www/blog/serendipity_config.inc.php on line 196
When I install Serendipity from scratch everything seems to work.
I know there is a way to get the first setup screen again by removing a file or something because I did this before. But how? That way I'm able to enter all the correct values for the database and paths.
Regards,
Bert