Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Catchable fatal error


adrian.pearce

Recommended Posts

Posted

Having a problem with the information boxes on the left hand side of my site, i get the error:

 

Catchable fatal error: Object of class infoBox could not be converted to string

 

Here is the end of the code. I have tried to comment out the last line but it still errors

 

										'<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>' );
									 '<a href="' . tep_href_link(FILENAME_FOOBAR, '', 'NONSSL') . '">' . BOX_INFORMATION_FOOBAR . '</a><br>' .

 new infoBox($info_box_contents);


?>

 

Can anyone help.......

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...