Exception in PHP Script
/index.php
PHP Version: 5.2.4-2ubuntu5.19;  Zend Engine Version: 2.2.0;  Qcodo Version: 0.4.14
Application: Apache;  Server Name: www.buurtpersbureau.nl
HTTP User Agent: CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Trying to get property of non-object
Exception Type:   E_NOTICE

Source File:   /var/www/vhosts/buurtpersbureau.nl/httpdocs/project/controller/PageController.class.php     Line:   189

Line 184:    			$this->redirect('Page', 'index');
Line 185:    		}
Line 186:    		
Line 187:    		public function view($id) {
Line 188:    			$page = Page::LoadByLink($id);
Line 189:    			if ($page->Homepage) {
Line 190:    				header("Location: " . Config::$rooturl);
Line 191:    				die;
Line 192:    			}
Line 193:    			if ($pageHistory = PageHistory::LoadByTitle($id)) {
Line 194:    				$url = Config::$rooturl . "/" . $pageHistory->Redirect;

Call Stack:

#0 /var/www/vhosts/buurtpersbureau.nl/httpdocs/framework/lib/qcodo/includes/qcodo/_core/framework/_functions.inc.php(21): QErrorHandler::HandleError()
#1 /var/www/vhosts/buurtpersbureau.nl/httpdocs/project/controller/PageController.class.php(189): __qcodo_handle_error()
#2 (): PageController->view()
#3 /var/www/vhosts/buurtpersbureau.nl/httpdocs/framework/lib/classes/Controller.class.php(125): call_user_func_array()
#4 /var/www/vhosts/buurtpersbureau.nl/httpdocs/index.php(14): Controller::loadContent()

Global Variables Dump:   Show/Hide



Exception Report Generated:  Monday, February 6 2012, 10:11:41.63174300 PM CET
Exception Report NOT Logged