Notice!

ErrorException [ Notice ]: Trying to get property of non-object

APPPATH/classes/model/frontend/content.php @ line 1736:

1735:	// print  '<div class="news_full">';
1736:	$myData['text'] = $object->text;
1737:	

Notice!

ErrorException [ Notice ]: Trying to get property of non-object

APPPATH/classes/model/frontend/content.php @ line 1747:

1746:	$myData['fullview'] = $fullview;
1747:	$myData['title'] = $object->title;
1748:	$myData['url_title'] = $object->url_title;

Notice!

ErrorException [ Notice ]: Trying to get property of non-object

APPPATH/classes/model/frontend/content.php @ line 1748:

1747:	$myData['title'] = $object->title;
1748:	$myData['url_title'] = $object->url_title;
1749:	

Notice!

ErrorException [ Notice ]: Trying to get property of non-object

APPPATH/classes/model/frontend/content.php @ line 1757:

1756:	
1757:	$pictures = Format::factory( $object->picture,'json')->to_array();
1758:	

Warning!

ErrorException [ Warning ]: Invalid argument supplied for foreach()

COREPATH/classes/format.php @ line 105:

104:	
105:	foreach ($data as $key => $value)
106:	{