Cool Danke es hat geklappt :D :D Vielen Dank
Beiträge von [l!n3]
-
-
Jetzt kommt:
ZitatAlles anzeigenWarning: Wrong parameter count for define() in /srv/www/htdocs/web71/html/blog/wp-config.php on line 3
Warning: Wrong parameter count for define() in /srv/www/htdocs/web71/html/blog/wp-config.php on line 4
Warning: Wrong parameter count for define() in /srv/www/htdocs/web71/html/blog/wp-config.php on line 5
Warning: Wrong parameter count for define() in /srv/www/htdocs/web71/html/blog/wp-config.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/web71/html/blog/wp-config.php:3) in /srv/www/htdocs/web71/html/blog/wp-includes/wp-db.php on line 304
WordPress
Error establishing a database connectionThis either means that the username and password information in your wp-config.php file is incorrect or we can't contact the database server at DB_HOST. This could mean your host's database server is down.
* Are you sure you have the correct username and password?
* Are you sure that you have typed the correct hostname?
* Are you sure that the database server is running?If you're unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.
-
Wie findes ich den Pfad herraus?? CHMOD sind alle auf 777. Es stimmt alles.
-
Nagut hier: Aber das Passwort hab ich rausgenommen:
ZitatAlles anzeigen<?php
// ** MySQL settings ** //
define('usr_web71_9', 'wordpress'); // The name of the database
define('web71', 'username'); // Your MySQL username
define('', 'password'); // ...and password
define('localhost', 'localhost'); // 99% chance you won't need to change this value// Change the prefix if you want to have multiple blogs in a single database.
$table_prefix = 'wp_'; // example: 'wp_' or 'b2' or 'mylogin_'// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to 'de'
// to enable German language support.
define ('WPLANG', '');/* Stop editing */
define('ABSPATH', dirname(__FILE__).'/');
require_once(ABSPATH.'wp-settings.php');
?> -
Hat sich erledigt das mit Präfix. Aber es geht einfach nicht. Ich weiß echt nicht warum. Wahrscheinlich lass ich es mit Wordpress
-
Okay ich check das nochmal. Achja die EInschränkungen isnd für den Kostenlosen Webspace ich habe aber ein Paidpaket. Achja in einem Punkt bin ich mir nicht sicher. Was ist das mit Präfix gemeint?? Das versteh ich garnicht
-
-
Hallo
Ich habe die ganze Zeit Probleme bei der Installation immer kommt
ZitatWordPress
Error establishing a database connectionThis either means that the username and password information in your wp-config.php file is incorrect or we can't contact the database server at DB_HOST. This could mean your host's database server is down.
* Are you sure you have the correct username and password?
* Are you sure that you have typed the correct hostname?
* Are you sure that the database server is running?If you're unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.
Ich weiß nicht was ich machen soll hab schon mindestens 5 mal die Config.php überprüft aber es stimmt alles. Liegt es daran das mein SQL Server keine externen Zugriffe zulässt?? Weil ein Forum kann ich auch installieren und da klappt alles problemlos nur hier nicht. Wäre echt super wenn ihr mir helfen könntet. Vielen Dank[/code]