Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Call to a member function on a non-object


capsulas

Recommended Posts

:D Hello, I?m a beginer, I include a FAQ System contribution in my page. OSC Version 2.2

 

It?s work perfectly in Admin Area, but not in the User Area (see the beta

version of my webpage:

http://www.capsulasdeconocimiento.com/cata...ogo/default.php

 

Specifically when I use FAQ link, the following error show the sreen:

 

Fatal error: Call to a member function on a non-object in /home/capsulas/capsulasdeconocimiento-www/catalogo/zz_faq.php on line 8

 

in the zz_faq.php

 

<?php

 

require('includes/application_top.php');

 

//require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_FAQ);

require(DIR_WS_LOCAL_LANGUAGES . $language . '/' . 'zz_faq.php');

 

$breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_FAQ, '', 'NONSSL'));

?>

 

Could you help me, to fix it...

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...