Page 1 of 1

problems after moving to a new server

Posted: Sun Apr 06, 2008 1:25 pm
by heizi
Hey everyone,

I've moved my whole website (incl. database) from one server to another and now I'm faced with some php errors that I can't figure out, eg.:

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/kunden/webs/mkaestne/marcus-kaestner.de/blog/plugins/serendipity_event_s9ymarkup/serendipity_event_s9ymarkup.php) is not within the allowed path(s): (/var/www/vhosts/marcus-kaestner.de/httpdocs:/tmp) in /var/www/vhosts/marcus-kaestner.de/httpdocs/blog/include/plugin_api.inc.php on line 445

the rest of them can be seen at marcus-kaestner.de/blog

I'd be very glad if anyone could help!

Cheers,

Marcus

Re: problems after moving to a new server

Posted: Sun Apr 06, 2008 1:36 pm
by garvinhicking
Hi!

I suggest to make a database dump and view it with an editor, then search for occurences of the old path and change it to the new path on your new server.

Usually, this should only happen in the serendipity_config and serendipity_plugins database tables.

HTH,
Garvin

Posted: Sun Apr 06, 2008 10:00 pm
by heizi
Thank you a lot, Garvin. :-)