ich bekomme in meiner FAQ wenn ich auf RSS Feed gehe (Oranger Button) folgenden Fehler
Fatal error: Call to a member function strtolower() on a non-object in /var/www/web51/html/FAQ/inc/String.php on line 146
die String.php sieht da so aus
Code: Select all
public static function strtolower($str)
{
return self::$instance->strtolower($str);
}