Notice!

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

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

1512:	// print  '<div class="news_full">';
1513:	$myData['text'] = $object->text;
1514:	

Notice!

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

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

1523:	$myData['fullview'] = $fullview;
1524:	$myData['title'] = $object->title;
1525:	$myData['url_title'] = $object->url_title;

Notice!

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

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

1524:	$myData['title'] = $object->title;
1525:	$myData['url_title'] = $object->url_title;
1526:	

Notice!

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

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

1533:	
1534:	$pictures = Format::factory( $object->picture,'json')->to_array();
1535:	

Warning!

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

COREPATH/classes/format.php @ line 105:

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