• hi, advanced question here ?? I am moving a wordpress installation from one domain to another. I’ve moved over the full database, and the new installation is pretty much happy (all my blog posts are showing up etc).

    the only problem is this message at the very top of the blog page:

    Warning: file_exists(): open_basedir restriction in effect. File(/var/www/vhosts/-.com/httpdocs/blog/wp-content/plugins//../../../../../../../../../../../../../../../../../tmp/ro8kfbsmag.txt) is not within the allowed path(s): (/var/www/vhosts/-.com/httpdocs:/tmp) in /var/www/vhosts/-.com/httpdocs/blog/wp-settings.php on line 201

    it looks like it’s doing something VERY strange to find the /tmp folder. can someone give me an idea of where I might look to help WP correct this? is there a config setting someplace to specify a temp folder?

    thank you,
    eric

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Eric Mueller

    (@pnoeric)

    hmm the issue seems to do with get_option(‘active_plugins’) returning that crazyness as an entry… still tracking it down

    Thread Starter Eric Mueller

    (@pnoeric)

    hmm I’m at a loss. the wp_options db table is quite a beast, and I’m not sure what it should be, but I don’t think it’s actually a problem in the database table (since the db is identical on both boxes and everything works perfectly on the old server).

    so, I blame some kind of config issue on the new server. any ideas where I should look?

    Thread Starter Eric Mueller

    (@pnoeric)

    turns out my WP installation was hacked– did another google search and this time I found something.

    https://www.ads-software.com/support/topic/141041?replies=27

    yay, google for helping me

    boo, wordpress support for being MIA ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘strange error message on moved installation’ is closed to new replies.