Hi guys
Could anybody help me out with this error i am getting on my website
http://ccgsparents.com
Fatal error: Call to a member function on a non-object in /clientdata/www/com/c/ccgsparents.com/inc/right.inc.php on line 5
The right.inc.php contents are >
<?
$sponsors_array = $request->getAttribute("sponsors_array");
$sponsors_text = $request->getAttribute("sponsors_text");
?>
<p class="subheading"><?=$sponsors_text->get_content_title();?></p>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td align="left" valign="top"><span class="mainfont"><?=$sponsors_text->get_content();?></span></td>
</tr>
<?if($sponsors_array){
foreach($sponsors_array as $sponsorsform){
$id = $sponsorsform->getid();
$title = $sponsorsform->gettitle();
$imagename = $sponsorsform->getimagename();
$orderby = $sponsorsform->getorderby();
$link = $sponsorsform->getlink();
?>
<tr>
<td align="center" valign="top"><A HREF="<?=$link?>" target="_blank"><img src="download/<?=$imagename?>" border=0 alt="<?=$title?>"/></A></td>
</tr>
<tr>
<td height="2"><img src="images/spacer.gif" alt="" width="1" height="2"></td>
</tr>
<?
}
}
?>
</tr>
</table>
<p class="mainfont">Please support our supporters as they support our children.<br>
<a href="main.php?do=clientsitecontent&action=home&pageid=current_sponsors">Click here </a></p><!-- #EndLibraryItem -->