
ross
Staff
/ Moderator

Jul 11, 2006, 1:38 PM
Post #2 of 4
(7829 views)
Shortcut
|
Hi Tag. Thanks for posting and welcome the boards! What is supposed to happen here is the RSS runs a search using that xml template and then saves the results as a static file on your server. Now, when you test out your RSS you are getting that template error message on the screen. If you check out the source of the rss.xml file this is generating you’ll notice that the source code is the same. Of course, it isn’t properly formatted to be read as an RSS feed so you are getting the other error message refering to </head> Basically what this all means is that the RSS is working more or less the way it should be. The only problem is going to be with the template= part of query1. I did a little investigating on your site and it looks like the rss_template.xml file was actually uploaded to your search folder instead. Check out this link: http://www.uktickets.co.uk/cgi-bin/ARTMAN/exec/search.cgi?search=1&perpage=20&template=search/rss_template.xml That’s what you are wanting to see when you test the publishcron. When this page is saved as rss.xml it will give you a proper RSS feed. All you’ll need to do is update your query1 so it looks like this: search=1&perpage=20&template=index/rss_template.xml Now, just so I could get you back on track asap, I didn’t go into much detail about what the different parts of the publishcron.ini file are for. Give this a shot first to see if it gets you going and the let me know if you wanted those details. How does that sound? And just for future reference, we are always happy to help so if you get stuck on something, feel free to email, post or give us a call. I look forward to hearing from you . ----------------------------------------------------------- Cheers, Ross Fairbairn - Product Specialist support@interactivetools.com Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting: http://www.interactivetools.com/consulting/
|