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?