Dank des aufklärenden Artikels von pagenotfound hab ich endlich keine TinyMCE Fehlermeldungen mehr, wenn ich Artikel unter WP schreiben will. Vorher hatte ich immer gleich 5x am oberen Rand folgende Meldung in leichter Variation:

Warning: is_file()[function.is-file]: open_basedir
restriction in effect. File(/en.js) is not within
the allowed path(s):
(/var/www/htdocs/:/usr/share/php:/tmp) in
/var/www/meine-seite/httpdocs/wp-admin/includes/
post.php on line 1187

Zur Behebung des Problems einfach in der Datei  wp-admin/includes/post.php die Zeile 1188 und 1189 auskommentieren. Dann siehts so aus:

#if ( function_exists('realpath') )
#    $path = trailingslashit( realpath($path) );