Zurück   WordPress Deutschland Forum > Support > Konfiguration

Antwort
 
Themen-Optionen Ansicht
Alt 17.02.2008, 14:06   #1 (permalink)
PostRank: 1
 
Registriert seit: 31.01.2008
Beiträge: 44
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?

Geändert von liberphiler (17.02.2008 um 15:24 Uhr).
liberphiler ist offline   Mit Zitat antworten
Antwort

Lesezeichen

Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist aus.
HTML-Code ist aus.
Trackbacks are aus
Pingbacks are aus
Refbacks are aus


Alle Zeitangaben in WEZ +1. Es ist jetzt 09:46 Uhr.


Powered by vBulletin® Version 3.7.4 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 | Impressum | Ein Inpsyde.com Projekt