Ich habe bereits mehrere Wordpress-Blogs installiert und bin auch eigentlich kein Neuling mehr, jedoch tritt bei meinem jetztigen Blog bei der Installation folgendes Problem auf:
PHP
wp-config.php file. I need this before we can get started. Need more help? We got it. You can create a wp-config.php file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file.", "WordPress › Error");
}
require_once('../wp-config.php');
require_once('./upgrade-functions.php');
if (isset($_GET['step']))
$step = $_GET['step'];
else
$step = 0;
header( 'Content-Type: text/html; charset=utf-8' );
?>
>
text_direction) ) : ?>
[b][IMG]file:///Users/XXX/Desktop/wordpress/wp-admin/images/wordpress-logo.png[/IMG][/b]
'.__('Already Installed').''.__('You appear to have already installed WordPress. To reinstall please clear your old database tables first.').'
'); switch($step) { case 0: ?> ReadMe documentation at your leisure.'), '../readme.html'); ?>
Alles anzeigen
Wenn ich zur Installationsseite surfen will, bekomme ich noch nciht einmal eine Verbindung zu meiner Seite.
Was könnte denn da der Fehler sein?