Sponsor-Board.de
WordPress Installations Probleme

+- Sponsor-Board.de (https://www.sponsor-board.de)
+-- Forum: Community (/forumdisplay.php?fid=56)
+--- Forum: Hilfe (/forumdisplay.php?fid=102)
+---- Forum: Netzwerk (/forumdisplay.php?fid=107)
+---- Thema: WordPress Installations Probleme (/showthread.php?tid=57008)


WordPress Installations Probleme - FoGraphic - 14.09.2015 14:01

Hallo zusammen,
ich bin gerade dabei auf einem Webspace WordPress zu installieren.
Obwohl ich dies schon öfters gemacht habe, komme ich jetzt nicht weiter. Biggrin

Ich öffne die URL kriege diese Fehlermeldung.

Code:
Warning: file_exists(): open_basedir restriction in effect. File(/var/customers/webs/ni747621_1/../wp-config.php) is not within the allowed path(s): (/var/customers/webs/ni747621_1/:/var/customers/tmp/ni747621_1/:/usr/share/php/:/usr/share/php5/:/tmp/) in /var/customers/webs/ni747621_1/wp-admin/setup-config.php on line 56


Kann mir jemand weiterhelfen?
Der Webspace wird bei Nitrado gemietet, falls das weiterhilft. Smile

Liebe Grüße,


RE: WordPress Installations Probleme - Finn - 14.09.2015 14:08

Von wo hast du dir denn Wordpress gezogen??


RE: WordPress Installations Probleme - FoGraphic - 14.09.2015 14:16

WordPress hab ich mir von [Link: Registrierung erforderlich] gezogen.
Hab auch schon die Englische Version sowie die Deutsche installiert, aber bei beiden kommt der gleiche Fehler raus.


RE: WordPress Installations Probleme - g-Web - 14.09.2015 14:37

Was steht denn in der setup-config.php in Zeile 56?


RE: WordPress Installations Probleme - FoGraphic - 14.09.2015 14:41

Fängt Zeile 55 an. Smile

PHP-Code:
// Check if wp-config.php exists above the root directory but is not part of another install
if ( file_exists(ABSPATH '../wp-config.php' ) && ! file_existsABSPATH '../wp-settings.php' ) )
    
wp_die'<p>' sprintf__"The file 'wp-config.php' already exists one level above your WordPress installation. If you need to reset any of the configuration items in this file, please delete it first. You may try <a href='install.php'>installing now</a>."), 'install.php' ) . '</p>' );

$step = isset( $_GET['step'] ) ? (int) $_GET['step'] : -1




RE: WordPress Installations Probleme - g-Web - 14.09.2015 14:45

Erstelle im gleichen Verzeichnis wie Wordpress ein tmp Ordner und gebe diesem CHMOD 777.

Danach folgendes in die wp-config.php eintragen

PHP-Code:
define ('WP_TEMP_DIR''/var/customers/webs/ni747621_1/tmp/'); 




RE: WordPress Installations Probleme - Alex - 14.09.2015 14:47

Hallo,
Ich denke eher das Dir hier der Hoster ein Strich durch die Rechnung macht.

"open_basedir restriction" - ist hier wohl das Thema. Kontaktiere am besten Dein Hoster oder stell doch einmal eine PHPINFO zur Verfügung.

Das Problem kann vermutlich nur Dein Hoster lösen, höchstens Du kannst eigene php.ini erstellen.

Gruss Alex

PS: g-Web sieht genau das gleiche Problem wie ich löst es aber mit einem Workaround


RE: WordPress Installations Probleme - FoGraphic - 14.09.2015 14:50

g-Web schrieb:
Erstelle im gleichen Verzeichnis wie Wordpress ein tmp Ordner und gebe diesem CHMOD 777.

Danach folgendes in die wp-config.php eintragen

PHP-Code:
define ('WP_TEMP_DIR''/var/customers/webs/ni747621_1/tmp/'); 


Soll ich den Ordner CHMOD 777 nennen oder verstehe ich das total falsch? Biggrin


RE: WordPress Installations Probleme - Peter - 14.09.2015 14:51

-


RE: WordPress Installations Probleme - FoGraphic - 14.09.2015 14:58

Alles klar, danke bis dahin!

Nur finde ich jetzt die wp-config.php nicht, sondern nur die wp-config-sample.php
Jemand eine Idee wo ich die jetzt finde?

Liebe Grüße,


RE: WordPress Installations Probleme - g-Web - 14.09.2015 15:00

Einfach diese umbennen Wink


RE: WordPress Installations Probleme - FoGraphic - 14.09.2015 15:17

Nun kriege ich die Meldung "Entschuldigung, ich brauche eine wp-config-sample.php Datei um damit zu arbeiten. Bitte lade sie erneut von deiner WordPress Installation hoch." Biggrin


RE: WordPress Installations Probleme - g-Web - 14.09.2015 15:22

Ja mein Fehler.

Nimm die Änderungen in der wp-config-sample.php vor.

Danach normal die Installation starten.

Aber am besten wäre es , wie schon Alex gesagt hat ,

sich an den Hoster zu wenden.


RE: WordPress Installations Probleme - FoGraphic - 14.09.2015 17:36

Alles klar, vielen dank!