Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HEADING_TITLE


tognito

Recommended Posts

Posted

hello,

can somebody help me abou this problem in my site?!!

every time that i try to enter in catalog i have this error and is impossible to see the catalog.

 

HEADING_TITLE

Fatal error: Call to undefined function: tep_image() in /web/htdocs/www.latribulatina.it/home/modules/catalog/index.php on line 289

 

thanks for helps!

Posted
hello,

can somebody help me abou this problem in my site?!!

every time that i try to enter in catalog i have this error and is impossible to see the catalog.

 

HEADING_TITLE

Fatal error: Call to undefined function: tep_image() in /web/htdocs/www.latribulatina.it/home/modules/catalog/index.php on line 289

 

thanks for helps!

 

tep_image is a standard function in catalog/includes/functions/html_output.php

 

Make sure you have the file, make sure you have the function IN the file .. problem solved.

 

Re: HEADING_TITLE

If you ever see something like that you can be almost certain that (caps underscore) you are missing a language file or a file in languages.

 

catalog/includes/languages/<mylanguage>.php

catalog/includes/languages/<mylanguage>/<all files in here>

Posted
hello,

can somebody help me abou this problem in my site?!!

every time that i try to enter in catalog i have this error and is impossible to see the catalog.

 

HEADING_TITLE

Fatal error: Call to undefined function: tep_image() in /web/htdocs/www.latribulatina.it/home/modules/catalog/index.php on line 289

 

thanks for helps!

 

 

First make sure your file includes/configuration.php is pointing to the correct functions folder.

 

if it does :

 

Then go to includes/functions folder and open the file html_output.php and make sure it is defined...

 

If it is...

 

You missing a call to INCLUDE it somewhere...

 

Track it down...

 

~~~Tapuahk

Archived

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

×
×
  • Create New...