Notice!

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

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

1658:	// print  '<div class="news_full">';
1659:	$myData['text'] = $object->text;
1660:	

Notice!

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

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

1669:	$myData['fullview'] = $fullview;
1670:	$myData['title'] = $object->title;
1671:	$myData['url_title'] = $object->url_title;

Notice!

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

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

1670:	$myData['title'] = $object->title;
1671:	$myData['url_title'] = $object->url_title;
1672:	

Notice!

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

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

1679:	
1680:	$pictures = Format::factory( $object->picture,'json')->to_array();
1681:	

Warning!

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

COREPATH/classes/format.php @ line 105:

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