Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help! Error when open sub category


rocdy

Recommended Posts

Posted

When i create a sub category and when i clik the category to show my sub category list it appear error like this :

 

Warning: include(includes/modules/FILENAME_PRODUCTS_SLIDER) [function.include]: failed to open stream: No such file or directory in C:\AppServ\www\bnetb\index.php on line 157

 

Warning: include() [function.include]: Failed opening 'includes/modules/FILENAME_PRODUCTS_SLIDER' for inclusion (include_path='.;C:\php5\pear') in C:\AppServ\www\bnetb\index.php on line 157

 

Any idea to this error will be very apreciated. I'm not good at PHP script. :huh:

Rocdy

 

Beginner in php programming and still learning from this forums.

Special thanks for Oscommerce Community Forums that help me a lot. :-)

Posted
Warning: include(includes/modules/FILENAME_PRODUCTS_SLIDER) [function.include]: failed to open stream: No such file or directory in C:\AppServ\www\bnetb\index.php on line 157

It means that file does not exist. That is not a part of stock osc so will have to find out what the name of that file is and then make sure it is in includes/modules directory.

 

You can find the name of the file by looking in includes/filenames.php for FILENAME_PRODUCTS_SLIDER.

Posted
It means that file does not exist. That is not a part of stock osc so will have to find out what the name of that file is and then make sure it is in includes/modules directory.

 

You can find the name of the file by looking in includes/filenames.php for FILENAME_PRODUCTS_SLIDER.

Thanks for the reply. i will do what u suggest. :-)

Rocdy

 

Beginner in php programming and still learning from this forums.

Special thanks for Oscommerce Community Forums that help me a lot. :-)

Archived

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

×
×
  • Create New...