Fehlermeldung wenn ich meine Seite aufrufe

  • Hallo,

    ein dringendes Problem. Ich habe über FTP das Yigg-Plugin hochgeladen und wollte es über das Plugin-Register registrieren. Dann erschien diese Fehlermeldung:

    Catchable fatal error: Object of class __PHP_Incomplete_Class could not be converted to string in /var/www/cn2480955/html/wordpress/wp-settings.php on line 239


    In diesem Bereich muss der Fehler sein:

    ) );
    if ( !defined('COOKIE_DOMAIN') )
    define('COOKIE_DOMAIN', false);

    require (ABSPATH . WPINC . '/vars.php');

    // Check for hacks file if the option is enabled
    if (get_option('hack_file')) {
    if (file_exists(ABSPATH . 'my-hacks.php'))
    require(ABSPATH . 'my-hacks.php');
    }

    if ( get_option('active_plugins') ) {
    $current_plugins = get_option('active_plugins');
    if ( is_array($current_plugins) ) {
    foreach ($current_plugins as $plugin) {
    if ('' != $plugin && file_exists(ABSPATH . PLUGINDIR . '/' . $plugin))
    include_once(ABSPATH . PLUGINDIR . '/' . $plugin);
    }
    }
    }


    Habe das Plugin dann wieder gelöscht, aber das Problem besteht immer noch und das auf jeder Seite! Komme jetzt noch nicht einmal in Wordpress rein :(
    Was soll ich tun?

    ...ahhhhhhhh...kann mir jemand helfen?

    Einmal editiert, zuletzt von liberphiler (17. Februar 2008 um 15:24)

    • Anzeige

    Hallo!

    Wenn du gerade an deiner Website arbeitest oder dein aktuelles Hosting überdenkst: Wir betreiben mit NetzLiving eine Hosting-Plattform, die speziell auf Performance, Sicherheit und einfache Verwaltung ausgelegt ist.

    • ✔️ Schnelle Ladezeiten (optimiert für WordPress & Co.)
    • ✔️ Deutsche Server & DSGVO-konform
    • ✔️ Persönlicher Support (kein 0815-Ticket-System)

    Mehr erfahren

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!