Beiträge von atup.de

    Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w009ae8f/wp-config.php:22) in /www/htdocs/w009ae8f/wp-login.php on line 12

    Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w009ae8f/wp-config.php:22) in /www/htdocs/w009ae8f/wp-login.php on line 24

    Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w009ae8f/wp-config.php:22) in /www/htdocs/w009ae8f/wp-includes/pluggable.php on line 390

    JEtzt wenn ich mich auf der Admin Site einloggen will.

    Also nun habe ich das problem hier :


    WordPress › Error oder :


    Can’t select database

    We were able to connect to the database server (which means your username and password is okay) but not able to select the d0076b54@atup.de/mysqladmin database.

    • Are you sure it exists?
    • Does the user d0076b54 have permission to use the d0076b54@atup.de/mysqladmin database?
    • On some systems the name of your database is prefixed with your username, so it would be like username_wordpress. Could that be the problem?

    If you don't know how to setup a database you should contact your host. If all else fails you may find help at the WordPress Support Forums.


    So komme ich in das Menu :

    http://atup.de/bild.png

    Mal ein Bild davon!


    Weiß aber nicht wie ist die einstellen soll.
    Wenn einer ICQ hat : 261-281-655

    Hi
    Ich bin bei ALL-INKL.COM und habe meine Domain usw schon eingerichtet (atup.de)
    Apple - Technik und Poker

    Ein freund hat mir von Word Press erzählt und mein Problem ist dass ich die Fehlermeldung
    Parse error: syntax error, unexpected T_STRING in /www/htdocs/w009ae8f/wp-config.php on line 3

    bekomme.
    Habe schon in linde 3 nachgeguckt aber ich finde nichts falsches !


    So sieht die aus die datei

    php
    // ** MySQL settings ** //
    define('DB_NAME', 'atup.de/mysqladmin/'); // Der Name der Datenbank, die du benutzt.
    define('DB_USER',
    'Datenbankname'); // Dein MySQL-Datenbank-Benutzername.
    define('DB_PASSWORD', 'MeinPasswort'); // Dein MySQL-Passwort
    define('DB_HOST', 'localhost'); // 99% Chance, dass du hier nichts ändern musst.
    define('DB_CHARSET', 'utf8');
    define('DB_COLLATE', '');

    // Wenn du verschiedene Präfixe benutzt kannst du innerhalb einer Datenbank
    // verschiedene WorPress-Installationen betreiben
    $table_prefix = 'wp_'; // Nur Zahlen, Buchstaben und Unterstriche bitte!

    // Hier kannst du einstellen welche Sprachdatei benutzt werden soll.
    // Wenn du nichts einträgst wird Englisch genommen.
    define ('WPLANG', 'de_DE');


    /* Das war`s, ab hier bitte nichts mehr editieren! Happy blogging. */
    define('ABSPATH', dirname(__FILE__).'/');
    require_once(ABSPATH.'wp-settings.php');