Hallo,
ich wollte heute mit meinem Wordpress-System umziehen.
Ich habe vor der Sicherung der MySQL-Datenbank bereits in den Einstellungen den neuen Domainname etc. eingetragen.
Danach habe ich die MySQL-Datenbank gesichert und erfolgreich in die neue Datenbank importiert. Die wp-config.php habe ich dementsprechend angepasst.
Nun erscheinen einige Fehlermeldungen.
Eine konnte ich bereits entfernen, indem ich den Uploadpfad in der wp-config.php fest eingetragen habe.
Nun gibt es noch folgenden Fehlermeldungen:
Code
[B] Warning[/B]: realpath() [[URL="http://deva.comuse.org/function.realpath"]function.realpath[/URL]]: open_basedir restriction in effect. File(/var/www/vhosts/comuse.org/subdomains/test/httpdocs/wp-content/uploads) is not within the allowed path(s): (/var/www/vhosts/deva.comuse.org/httpdocs:/tmp) in [B]/var/www/vhosts/deva.comuse.org/httpdocs/wp-includes/functions.php[/B] on line [B]1963[/B]
[B]Warning[/B]: realpath() [[URL="http://deva.comuse.org/function.realpath"]function.realpath[/URL]]: open_basedir restriction in effect. File(/var/www/vhosts/comuse.org/subdomains/test/httpdocs/wp-content/uploads) is not within the allowed path(s): (/var/www/vhosts/deva.comuse.org/httpdocs:/tmp) in [B]/var/www/vhosts/deva.comuse.org/httpdocs/wp-includes/functions.php[/B] on line [B]1963[/B]
[B]Warning[/B]: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/deva.comuse.org/httpdocs/wp-includes/functions.php:1963) in [B]/var/www/vhosts/deva.comuse.org/httpdocs/wp-login.php[/B] on line [B]290[/B]
[B]Warning[/B]: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/deva.comuse.org/httpdocs/wp-includes/functions.php:1963) in [B]/var/www/vhosts/deva.comuse.org/httpdocs/wp-login.php[/B] on line [B]302[/B]
Ich habe bereits ein tmp-Ordner angelegt und Rechte verpasst, aber dies hilft nicht weiter.
Was kann ich machen, damit alles funktioniert?
Vielen Dank für Antworten!