problems after moving to a new server

Having trouble installing serendipity?
Post Reply
heizi
Regular
Posts: 6
Joined: Wed Nov 08, 2006 10:31 am
Location: Where noone ever goes
Contact:

problems after moving to a new server

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: problems after moving to a new server

Post 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
# 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/
heizi
Regular
Posts: 6
Joined: Wed Nov 08, 2006 10:31 am
Location: Where noone ever goes
Contact:

Post by heizi »

Thank you a lot, Garvin. :-)
Post Reply