Hi,
I'm in the process to migrate my blog to another hoster. I made a backup of all files from the old host and ftp'ed them to the new server. Also the same for the MySQL database. So far so good. But how do I setup Serendipity to get it to work on the new server?
I know it's somewere written in the forum, but I can't find it anymore.
So what is the easiest way to do it?
regards,
Bert
migration to another server
migration to another server
To bee or not to bee, that is the question
Check out this section in the FAQ: http://www.s9y.org/11.html#A21
If you need any more help or run into any problems, please post back here.
If you need any more help or run into any problems, please post back here.
Hi,
I changed serendipity_config_local.inc.php for the MySQL settings but now I get this when logging into my site with index.php
Any idea what's going wrong?
Bert
I changed serendipity_config_local.inc.php for the MySQL settings but now I get this when logging into my site with index.php
[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
Any idea what's going wrong?
Bert
To bee or not to bee, that is the question
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi plofhead!
It also seems you did not upload a valid PHP file? The file must start with "<?php" not "[php"!
Regards,
Garvin
It also seems you did not upload a valid PHP file? The file must start with "<?php" not "[php"!
Regards,
Garvin
# 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/