Beiträge von barczek

    worpress error dazu:

    Error establishing a database connection

    This 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.

    tach,

    bin bei m5t.de. alles raufgeladen, wp-config wie folgt veraendert:
    *******************************************************
    <?php
    // ** MySQL settings ** //
    [COLOR=Red]define('DB_NAME', 'freehost_XXXX_1'); // freehost_XXXX_1
    define('DB_USER', 'freehost_XXXX'); // freehost_XXXX
    define('DB_PASSWORD', 'YYYYY'); // [/COLOR][COLOR=Red]YYYYY[/COLOR]
    [COLOR=Red]define('DB_host', 'http://www.m5t.de'); // Kostenloser Webspace mit PHP MySQL und FTP [COLOR=YellowGreen]»»»weil mit localhost auch schon probiert[/COLOR][/COLOR]
    // 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-includes/languages.
    // For example, install de.mo to wp-includes/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');
    ?>

    http://www.m5t.de/dateimanager.p…r&dir=wordpress
    *******************************************************

    was habe ich falsch gemacht? alle dateien liegen in der ersten hirarchie, hab also keinen unterordner erstellt.
    waere doll, wenn mir da einer helfen kann!

    lg, barcz