Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HELP - Catchable fatal error


Guest

Recommended Posts

Hi,

 

I haven't been able to find anything on other threads that helps me.

 

I had set up a store this year and everything was working fine, and then all of a sudden, the shop went haywire, and the index page of the store/cart doesn't work, and there is this message at the bottom:

 

Catchable fatal error: Object of class infoBox could not be converted to string in /home/ausbeaut/public_html/shop/includes/boxes/information.php on line 29

 

I've been reading on the net, and it is possible the hosting provider has upgraded the PHP version to 5.2, which it is now.

 

The problem is, I don't know how to fix it.

 

Here is the shop: http://australianbeautysupplies.com.au/shop/

 

If anyone can help, I would be very appreciative.

 

Cheers,

Ana

Link to comment
Share on other sites

$info_box_contents = array();

$info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_PDF_CATALOGUE, '', 'NONSSL') .

This is what line 29 look like.It something to do with the SSL.Did you add SSL recently?

Link to comment
Share on other sites

$info_box_contents = array();

$info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_PDF_CATALOGUE, '', 'NONSSL') .

This is what line 29 look like.It something to do with the SSL.Did you add SSL recently?

 

No, I didn't add anything, but the hosting provider may have. I really don't know enough about the language. Do you know the problem with the line is?

Thanks

Ana

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...