Beiträge von liquid-flavour

    Also die config.php scheint sauber zu sein. Jedoch endet der PHP-Block nicht mit ?>
    Keine Ahnung ob das nötig ist, jedenfalls endet die Datei so:

    PHP
    /** WordPress absolute path to the Wordpress directory. */
    if ( !defined('ABSPATH') )
        define('ABSPATH', dirname(__FILE__) . '/');
    
    
    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . 'wp-settings.php');

    In der function.php hab ich jedoch diese merkwürdigen Stellen gefunden:

    PHP
    /* since 3.4.3 */
    function add_js_link() {
        global $bfa_ata;
        if ( $bfa_ata['javascript_external'] == "External" ) { ?>
        <script type="text/javascript" src="<?php echo $bfa_ata['get_option_home']; ?>/?bfa_ata_file=js"></script>
        <?php } 
    }
    PHP
    Usage:
    <?php bfa_widget_area([parameters]); ?>
    
    
    Example: 
    <?php bfa_widget_area('name=My widget area&cells=4&align=1&align_2=9&align_3=7&width_4=700&before_widget=<div id="%1$s" class="header-widget %2$s">&after_widget=</div>'); ?>

    Sind diese Leerzeichen denn sinnvoll bzw.könnten diese den Fehler verursacht haben? :confused:
    Danke für eure Hilfe

    Boa das ist natürlich auch eine Aufgabe.
    Ich habe keinen Plan wo die PHP-Blöcke anfangen bzw. aufhören. Und ja da sind Leerzeile enthalten,doch welche genau weg müssen weiß ich nicht

    Schaut mal hier die zweite Hälfte der Function.php

    Danke für die Antwort

    Zitat

    Dann poste mal die Fehler-Meldungen hier, wir können nämlich nicht hellsehen :wink:


    Notice
    : Use of undefined constant restore_options - assumed 'restore_options' in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-content/plugins/dmsguestbook/admin.php on line 102

    Notice: Undefined index: restore_options in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-content/plugins/dmsguestbook/admin.php on line 102

    Notice: Use of undefined constant restore_options - assumed 'restore_options' in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-content/plugins/dmsguestbook/admin.php on line 108

    Notice: Undefined index: restore_options in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-content/plugins/dmsguestbook/admin.php on line 108

    Notice: Undefined index: action in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-content/plugins/dmsguestbook/admin.php on line 1942

    Notice: Undefined index: action2 in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-content/plugins/dmsguestbook/admin.php on line 2041

    Notice: Undefined index: action3 in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-content/plugins/dmsguestbook/admin.php on line 2046

    Notice: Undefined index: editdata in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-content/plugins/dmsguestbook/admin.php on line 2765

    Notice: Undefined index: action in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-content/plugins/dmsguestbook/admin.php on line 2820

    Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-includes/functions.php on line 3237

    Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-includes/functions.php on line 3237

    Notice: Undefined variable: logo_icon_text in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-content/themes/atahualpa/functions/bfa_theme_options.php on line 478

    Notice: Undefined variable: header_image_text in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-content/themes/atahualpa/functions/bfa_theme_options.php on line 602

    Notice: Undefined variable: widget_form_string in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-content/themes/atahualpa/functions/bfa_theme_options.php on line 1862

    Notice: Undefined index: std in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-content/themes/atahualpa/functions/bfa_get_options.php on line 16

    Notice: Undefined variable: left_col in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-content/themes/atahualpa/functions/bfa_get_options.php on line 194

    Notice: Undefined variable: left_col2 in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-content/themes/atahualpa/functions/bfa_get_options.php on line 195

    Notice: Undefined variable: right_col in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-content/themes/atahualpa/functions/bfa_get_options.php on line 196

    Notice: Undefined variable: right_col2 in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-content/themes/atahualpa/functions/bfa_get_options.php on line 197

    Notice: register_sidebar_widget ist seit Version 2.8 veraltet! Benutze stattdessen wp_register_sidebar_widget(). in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-includes/functions.php on line 3237

    Notice: register_widget_control ist seit Version 2.8 veraltet! Benutze stattdessen wp_register_widget_control(). in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-includes/functions.php on line 3237

    Notice: register_sidebar_widget ist seit Version 2.8 veraltet! Benutze stattdessen wp_register_sidebar_widget(). in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-includes/functions.php on line 3237

    Notice: register_widget_control ist seit Version 2.8 veraltet! Benutze stattdessen wp_register_widget_control(). in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-includes/functions.php on line 3237

    Notice: register_sidebar_widget ist seit Version 2.8 veraltet! Benutze stattdessen wp_register_sidebar_widget(). in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-includes/functions.php on line 3237

    Notice: register_widget_control ist seit Version 2.8 veraltet! Benutze stattdessen wp_register_widget_control(). in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-includes/functions.php on line 3237

    Notice: Use of undefined constant wp_cumulus_widget - assumed 'wp_cumulus_widget' in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-content/plugins/wp-cumulus/wp-cumulus.php on line 375

    Notice: register_sidebar_widget ist seit Version 2.8 veraltet! Benutze stattdessen wp_register_sidebar_widget(). in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-includes/functions.php on line 3237

    Notice: register_widget_control ist seit Version 2.8 veraltet! Benutze stattdessen wp_register_widget_control(). in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-includes/functions.php on line 3237

    Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-includes/functions.php:3237) in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-content/plugins/si-contact-form/si-contact-form.php on line 1108

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-includes/functions.php:3237) in /home/vol4/byethost17.com/b17_3600780/liquid-flavour.de/htdocs/wordpress/wp-content/plugins/si-contact-form/si-contact-form.php on line 1108

    Zitat

    Die WP_DEBUG ist meines Wissens standardmässig enthalten , relativ weit unten in der wp-config.php - also wenn die Zeile bei Dir gefehlt hat, frage ich mich, von welcher Version Du das Update gemacht hast.

    Ich hab von Version 2.8.x auf 3.0 upgedatet. Allerdings habe ich auch gesehen, das die config.php von meiner allerersten Instalation 2.6. ist.

    • Vielleicht sollten wir erstmal den Zugriff auf Backend wiederherstellen, bzw.bräuchte ich da als erstes eure Hilfe
    • die nächste Frage wäre dann, wie ich Updates generell am sinnvollsten installiere, die Daten sichere und im Notfall wieder so herstellen kann wie es vor dem Update war

    Hallöchen,
    ich habe gestern meine Seite aktualisiert, auf WP 3.0.1.
    Nach dem Upgrade kam noch kurz der Hinweis, dass die Datenbank aktualisiert wird und dann der übliche Anmeldebildschirm.
    Nach der Anmeldung erscheint nur leider das Backend nicht, sondern der Bildschirm bleibt weiß.

    Habt ihr eine Ahnung was falsch gelaufen ist bzw. wie ich die Verbindung/Weiterleitung zum Backend wieder herstellen kann?

    Danke