Beiträge von hessenschorsch

    <?php
    // ** MySQL settings ** //
    define('DB_NAME', '****'); // Der Name der Datenbank, die du benutzt.
    define('DB_USER', '****'); // Dein MySQL-Datenbank-Benutzername.
    define('DB_PASSWORD', '*****'); // 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');
    ?>

    Hallo Leute
    habe heute wp lokal installiert.
    kann auch auf den Blog zugriefen und anschauen aber komm nicht in admin rein
    auf der anmeldeseite erscheint:

    Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\wordpress\wp-config.php:1) in C:\xampp\htdocs\wordpress\wp-login.php on line 12

    log ich mich dann doch ein kommt folgendes:


    Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\wordpress\wp-config.php:1) in C:\xampp\htdocs\wordpress\wp-login.php on line 12

    Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\wordpress\wp-config.php:1) in C:\xampp\htdocs\wordpress\wp-includes\pluggable.php on line 367

    Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\wordpress\wp-config.php:1) in C:\xampp\htdocs\wordpress\wp-includes\pluggable.php on line 368

    Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\wordpress\wp-config.php:1) in C:\xampp\htdocs\wordpress\wp-includes\pluggable.php on line 329

    was läuft hier falsch?

    die dateien sind alle da

    und vor allem wie kann ich lokal rechte änder (cmod??)

    Hallo

    Also ich bin ein Anfänger im Bereich PHP
    deshalb vorab um Nachsicht bitte

    Also im Header sollen 2 Fotos eingebracht werden.
    Dort sollen nach Rückkehr auf die Startseite bzw. nach neuladen des Browsers 2 neue stehen usw. usw.

    Jetzt habe ich schon ein paar sachen ausprobiert aber noch funzt es nicht
    letztes plugin wp-table

    welche weiteren Infos braucht ihr noch

    Danke voraus