Hallo zusammen,
nachdem ich die wp-config.php folgendermaßen konfiguriert habe.
ZitatAlles anzeigen<?php
// ** MySQL settings ** //
define('DB_NAME', 'usr_ncxxxx'); // The name of the database
define('DB_USER', 'ncxxxx'); // Your MySQL username
define('DB_PASSWORD', 'xxxxxxxx'); // ...and password
define('DB_HOST', 'db2.netclusive.de'); // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = 'wp_'; // Only numbers, letters, and underscores please!// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-content/languages.
// For example, install de.mo to wp-content/languages and set WPLANG to 'de'
// to enable German language support.
define ('WPLANG', '');/* That's all, stop editing! Happy blogging. */
define('ABSPATH', dirname(__FILE__).'/');
require_once(ABSPATH.'wp-settings.php');
?>
bekomme ich folgende Fehlermeldung wenn ich auf http://www.meinDomainname.de/wp-admin/install.php gehe:
ZitatWarning: main(/home/www/ncxxxx/html/wp-includes/wp-db.php) [function.main]: failed to open stream: No such file or directory in /home/www/ncxxxx/html/wp-settings.php on line 72
Fatal error: main() [function.require]: Failed opening required '/home/www/ncxxxx/html/wp-includes/wp-db.php' (include_path='.:/usr/local/php4/lib/php') in /home/www/ncxxxx/html/wp-settings.php on line 72
Hat vielleicht einer ne Idee was ich falsch gemacht habe? Bin echt komplett ratlos im Moment :confused: