Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

RSS Feeds (rss.php)


neilwalker

Recommended Posts

Posted

Hi I have been trying to add the rss feed mod to my site; i have gone trough the readme and i coming up with the following error:

 

Warning: main(/web/catalog/includes/application_top.php): failed to open stream: No such file or directory in /home/9438/spain123/www.restaurantsvouchers.com/public_html/catalog/rss.php on line 93

 

Warning: main(/web/catalog/includes/application_top.php): failed to open stream: No such file or directory in /home/9438/spain123/www.restaurantsvouchers.com/public_html/catalog/rss.php on line 93

 

Fatal error: main(): Failed opening required '/web/catalog/includes/application_top.php' (include_path='.:/usr/local/lib/php') in /home/9438/spain123/www.restaurantsvouchers.com/public_html/catalog/rss.php on line 93

 

However when i got to line 93 this is the code:

 

##################################################################### */

require('/web/catalog/includes/application_top.php');

 

Nothing in the read me advised about modifying application_top.php; am i missing somthing somewhere.

 

If anybody can give any assistance i would much appriciate it.

 

Cheers

  • 10 months later...
Posted

you need to change the path of where is located your aplication_top.php

 

Change this:

require('/web/catalog/includes/application_top.php');

 

With:

require('includes/application_top.php');

  • 2 months later...
Posted

I used this contrib rigt out of the box & it worked fine, even with my SEO URLs, but there is a BIG problem. It only covers the 20 or so items I have on my index page, not the 3,000+ other products in my site's database.

 

Am I missing something? Am I doing somethign wrong? Or is there a way to set this up to cover them all. Isn't that what RSS is supposed to do?

 

Confused! Help! Need water, whiskey & ice, GASP!

 

Mikey boy.

 

you need to change the path of where is located your aplication_top.php

 

Change this:

require('/web/catalog/includes/application_top.php');

 

With:

require('includes/application_top.php');

Archived

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

×
×
  • Create New...