Hallo zusammen,
ich bin neu hier und grüße euch und überfalle euch gleich mal.
Bin dabei meinen ersten WP zu installieren und habe nun folgendens Problem.
Es erscheint folgende Fehlermeldung in Einstellungen-->Permalinks
Zitat
Warning: is_writable(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (/www/htdocs/w010a5d5/:/tmp:/usr/bin:/www/htdocs/w010a5d5:/bin:/usr/local/bin:/usr/share/php) in /unterverzeichnis/wordpress/wp-admin/options-permalink.php on line 130Warning: is_writable(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (/www/htdocs/w010a5d5/:/tmp:/usr/bin:/www/htdocs/w010a5d5:/bin:/usr/local/bin:/usr/share/php) in /unterverzeichnis/wordpress/wp-admin/includes/misc.php on line 133
Blog soll über domain.de aufgerufen werden können und ich dachte ich hätte es entsprechend eingerichtet
htaccess sieht so aus und liegt in ./unterverzeichnis
ZitatRewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
index.php ebenso
ZitatAlles anzeigen<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);/** Loads the WordPress Environment and Template */
require('./wordpress/wp-blog-header.php');
Es läuft auch soweit alles. Blog ist über domain.de aufrufbar, aber es werden keine Entwürfe in der Vorschau angezeigt. Wird der Beiträg veröffentlich ist er aufrufbar.
Kann mir jemand spontan sagen wo der Fehler liegt?
Vielen lieben Dank
Samureye