Trying to get property of non-object

I’ve been getting this error message Notice:

Trying to get property of non-object in /application/controllers/index.php on line 37

Here is line 37
[php]$this->view->title = ; $pageInfo[0]->title;[/php]

from this line that you posted I can tell you that either $this, $this->view or $pageInfo[0] is not an object. You are going to have to post more of your code if you want further help.

Sponsor our Newsletter | Privacy Policy | Terms of Service