Dawx Posted December 3, 2010 Share Posted December 3, 2010 I've been getting this error message: Trying to get property of non-object in /application/controllers/index.php on line 37 Here is line 37 $this->view->title = $pageInfo[0]->title; any help would be much appreciated. Link to comment https://forums.phpfreaks.com/topic/220521-trying-to-get-property-of-non-object/ Share on other sites More sharing options...
trq Posted December 3, 2010 Share Posted December 3, 2010 Either view or $pageInfo[0] are not objects. Link to comment https://forums.phpfreaks.com/topic/220521-trying-to-get-property-of-non-object/#findComment-1142434 Share on other sites More sharing options...
Dawx Posted December 3, 2010 Author Share Posted December 3, 2010 Could you possibly tell me how to fix this? I'm not the best at php. Thanks. Link to comment https://forums.phpfreaks.com/topic/220521-trying-to-get-property-of-non-object/#findComment-1142549 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.