Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I installed the featured_products


soteris

Recommended Posts

I follow the instructions of the Contribution featured_products and I got this:

 

Warning: main(includes/modules/FILENAME__FEATURED): failed to open stream: No such file or directory in /var/www/html/catalog/index.php on line 313

 

Warning: main(): Failed opening 'includes/modules/FILENAME__FEATURED' for inclusion (include_path='.:/php/includes:/usr/share/php') in /var/www/html/catalog/index.php on line 313

 

Please HELP.

Link to comment
Share on other sites

you need to finish the installation, you are missing the define for FILENAME_FEATURED in your includes/filenames.php file

define('FILENAME_FEATURED', 'whateverthefilenameis.php');

Link to comment
Share on other sites

Thank you for your reply

I have this:

define('FILENAME_FEATURED', 'featured.php');

define('FILENAME_FEATURED_PRODUCTS', 'featured_products.php');

 

 

 

you need to finish the installation, you are missing the define for FILENAME_FEATURED in your includes/filenames.php file

define('FILENAME_FEATURED', 'whateverthefilenameis.php');

Link to comment
Share on other sites

Also it says that To disable this contribution, all you would need to do is set the value of

FEATURED_PRODUCTS_DISPLAY in /catalog/includes/configure.php to false.

 

But there is no FEATURED_PRODUCTS_DISPLAY in this file /catalog/includes/configure.php . Help

 

 

Thank you for your reply

I have this:

define('FILENAME_FEATURED', 'featured.php');

  define('FILENAME_FEATURED_PRODUCTS', 'featured_products.php');

Link to comment
Share on other sites

Yes the files are at the correct spot.

 

Also it says that To disable this contribution, all you would need to do is set the value of

FEATURED_PRODUCTS_DISPLAY in /catalog/includes/configure.php to false.

 

But there is no FEATURED_PRODUCTS_DISPLAY in this file /catalog/includes/configure.php . Help

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...