Hello.
After a change of the server hosting company to PHP5 and MySQL5 i get following errors.
Notice: Undefined property: ContentViewSection::$article in /var/www/web220/html/site/templates/gk_hewahoo/html/com_content/section/blog_item.php on line 77
Follow Line have the same Problem: 81, 90 and 109
I hope someone can help me.
The helpful tip was:
Open file that i mentioned inside that error message...make a backup. And find all instances of this: $this->article-> and change to this: $this->item->
Thanks you Mr. Stepanek