Error in PHP Script
/site/index.php
PHP Version: 5.1.4;  Zend Engine Version: 2.1.0;  Qcodo Version: 0.3.23 (Qcodo Beta 3)
Application: Apache/2.0.52 (Red Hat);  Server Name: elorin.ca
HTTP User Agent: CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Trying to get property of non-object
Error Type:   E_NOTICE

Rendered Page:   Click here to view contents able to be rendered

Source File:   /var/www/vhosts/elorin.ca/httpdocs/site/view/public/dsp_eventDetail.php     Line:   11

Line 6:    if ( $intEventId ) {
Line 7:    	$objEvent = ElnEvent::Load($intEventId);
Line 8:    }
Line 9:    
Line 10:    ?>
Line 11:    <div class="heading"><?php print $objEvent->Title; ?></div><br/>
Line 12:    
Line 13:    <?php
Line 14:    if ($objEvent->Location)
Line 15:    	print '<div><strong>Where</strong>: ' . $objEvent->Location . '</div>';
Line 16:    if ($objEvent->DateStart && $objEvent->DateEnd) {

Call Stack:

#0 /var/www/vhosts/elorin.ca/httpdocs/site/view/public/dsp_eventDetail.php(11): QcodoHandleError()
#1 /var/www/vhosts/elorin.ca/httpdocs/site/parsed/public.eventdetail.php(19): include()
#2 /var/www/vhosts/elorin.ca/httpdocs/fuseboxcore/fusebox4.runtime.php5.php(543): include()
#3 /var/www/vhosts/elorin.ca/httpdocs/site/index.php(13): require_once()

Variable Dump:   Show/Hide