© 2024 Häberli Regie | , all rights reserved
Impressum | Datenschutz
Powered by www.raystorm.com
Notice!
ErrorException [ Notice ]: Trying to get property of non-object
APPPATH/classes/model/frontend/content.php @ line 1894:
1893:
1894: $myData['text'] = $object->text;
1895:
Notice!
ErrorException [ Notice ]: Trying to get property of non-object
APPPATH/classes/model/frontend/content.php @ line 1911:
1910: $myData['fullview'] = $fullview;
1911: $myData['title'] = $object->title;
1912: $myData['url_title'] = $object->url_title;
Notice!
ErrorException [ Notice ]: Trying to get property of non-object
APPPATH/classes/model/frontend/content.php @ line 1912:
1911: $myData['title'] = $object->title;
1912: $myData['url_title'] = $object->url_title;
1913:
Notice!
ErrorException [ Notice ]: Trying to get property of non-object
APPPATH/classes/model/frontend/content.php @ line 1921:
1920:
1921: $pictures = Format::factory( $object->picture,'json')->to_array();
1922:
Warning!
ErrorException [ Warning ]: Invalid argument supplied for foreach()
COREPATH/classes/format.php @ line 105:
104:
105: foreach ($data as $key => $value)
106: {