(http://www.domainname.de/install/index. ... siontest=1):
Fatal error: Call to a member function GetRow() on a non-object in /users/domainname/www/lib/classes/class.contentoperations.inc.php on line 843
Zeile 840-44:
Code: Select all
$db = &$gCms->GetDb();
$query = "SELECT content_id FROM ".cms_db_prefix()."content WHERE default_content = 1";
$row = &$db->GetRow($query);
if (!$row)