Hallo,
ich versuche gerade verzweifelt Wordpress und XAMPP ans laufen zu bringen. 1. XamPP (aktuellste Version - frisch runtergeladen) installiert.
2. Wordpress in einen unterordner von htdocs gelegt.
3. wp-config.php in htdocs/wordpress/ abgelegt.
jetzt bekomme ich aber folgede Fehlermeldung:
wp-config.php file. I need this before we can get started. Need more help? [URL="http://wordpress.org/docs/faq/#wp-config"]We got it[/URL].
You can [URL="file:///C:/apache/htdocs/wordpress/wp-admin/setup-config.php"]create a wp-config.php file through a web interface[/URL], but this doesn't work
for all server setups. The safest way is to manually create the file.");
require_once('../wp-config.php'); require_once('./upgrade-functions.php');
$schema = ( isset($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) == 'on' ) ?
'https://' : 'http://'; $guessurl = str_replace('/wp-admin/install.php?step=2', '', $schema .
$_SERVER['HTTP_HOST'] . dirname($_SERVER['PHP_SELF']) ); if (isset($_GET['step']))
$step = $_GET['step']; else $step = 0; header( 'Content-Type: text/html; charset=utf-8' ); ?>
Überall steht PHP-Code dazwischen. Über die automatische create-funktion funktioniert es auch nicht. Er kommt immer wieder auf den create-screen zurueck. Muss ich die Rechte unter windows irgendwie noch anders setzen?
Für mich sieht das so aus, als würde php nicht laufen, aber im xampp-controll-panel steht alles auf "grün".
Hat jmd nen Hinweis für mich?
Sonnige Grüße
Viv