Hallo,
nach der Installation von Wordpress und einem Theme wurde mir unter Einstellungen-->Permalinks folgende Fehlermeldung angezeigt:
Warning: is_writable() [function.is-writable]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (CwPHP) in /home/www/cwcity/hosting/e/v/eve/htdocs/wordpress/wp-admin/options-permalink.php on line 132
Warning: is_writable() [function.is-writable]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (CwPHP) in /home/www/cwcity/hosting/e/v/eve/htdocs/wordpress/wp-admin/includes/misc.php on line 133
Ich habe Wordpress in einem Unterverzeichnis liegen, wie man sehen kann, aber in der Browserzeile erscheint das "wordpress" nicht mehr. Dies habe ich mittels eines Eintrages in die index.php im htdocs-Verzeichnis erreicht:
<?php
define('WP_USE_THEMES', true); //Wordress Themen laden
require([FONT=monospace]'.[/FONT]/wordpress/wp-blog-header.php'); //Wordpress CMS laden
?>
Ich weiß nicht ob es etwas damit zu tun hat, aber der "is not within the allowod path(s)" macht mich doch mißtrauisch.
Wie kann ich den Fehler oben beheben?