 |

Kitovas
New User
Feb 9, 2005, 3:03 PM
Post #1 of 32
(10168 views)
Shortcut
|
RSS Feed
|
Can't Post
|
|
Ok, first time I'm psoting and don't know much about anything on coding, But I'll give it a shot anyway. I've read various threads in reference to importing an RSS feed into AM. It doesnt seem likely that any development will take place, but i bumped into a free program here http://www.feedforall.com . Apparently it captures the RSS feed and converts it to html, so i was wondering, if it converts it to html, is there any way of pasting the html code in a new article in AM and have it work that way? Am I making sense? Can anyone advise if its possible and if not any other suggestions? Thanks
|
|
|  |
 |

ross
Staff
/ Moderator

Feb 10, 2005, 3:43 PM
Post #2 of 32
(10142 views)
Shortcut
|
Hi Kitovas. Thanks for posting and welcome to the board! That looks like a neat program you found there. I have actually had a chance to test it out myself, however, it seems as though you should be able to integrate that with Article Manager. You might need to disable your xss filter though, so if you are running into any trouble getting this going, that could be the problem . Had you tried it out yourself? It would be great if you could give us some feedback on how well it works and how easy it is to use. 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.
(This post was edited by ross on Feb 10, 2005, 4:11 PM)
|
|
|  |
 | |  |
 |

terryally
User
May 2, 2005, 8:27 AM
Post #4 of 32
(9779 views)
Shortcut
|
Just bought this and installed and cannot get it to work. On the web page the error message reads as below but in the source, it says ' TemplateCell : Template cell 'row' is not defined!" The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
|
|
|  |
 |

WebFusion
User
Jun 13, 2005, 5:11 PM
Post #7 of 32
(9372 views)
Shortcut
|
I've had the same problem ( "Program Message TemplateCell : Template cell 'row' is not defined!) when trying to run publishcron.cg to create an RSS feed from AMscripts RSS script package. This is the only script I've ever had trouble getting to run and I'm really pulling out my hair!! What is the suggested fix?
|
|
|  |
 |

ross
Staff
/ Moderator

Jun 14, 2005, 11:32 AM
Post #8 of 32
(9361 views)
Shortcut
|
Hi WebFusion. Thanks for posting! Could I get you to post up the template you are using for your publishcron searches? I think you may just be missing a line of code and if I can take a look I would be able to point it out. 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.
|
|
|  |
 |

carminejg3
User
Aug 8, 2005, 8:05 AM
Post #9 of 32
(8994 views)
Shortcut
|
Hi Ross I upgraded to am version 1.40 from version 1.38. then tryied to get the rss feeds to run. good news is the file is being built bad news is I'm also getting the message from above. TemplateCell : Template cell 'row' is not defined! when checking the publishcron.cgi file /cgi-bin/exec/publishcron.cgi?page=1 Webmaster http://news.carjunky.com
|
|
|  |
 |

ross
Staff
/ Moderator

Aug 8, 2005, 11:47 AM
Post #10 of 32
(8989 views)
Shortcut
|
Hi Carmine. Thanks for posting! That error message is telling your there is a slight adjustment needed to the search results template you’re using in the publishcron search. What you’ll need to do is make sure that the following tags appear in your template somewhere: <!-- templatecell : row --> and <!-- /templatecell : row --> Could you take a look at that and see if it gets you going? Keep me up to date on your progress . ----------------------------------------------------------- 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.
|
|
|  |
 |

carminejg3
User
Aug 9, 2005, 6:51 AM
Post #11 of 32
(8953 views)
Shortcut
|
Hi Ross, I had my server admin add the xml mime, but he stated to me that since the file is in the cgi-bin the server thinks its executable. I also noticed a few post about this one that someone is suing the extensition php instead of xml, is there a reason for this? Webmaster http://news.carjunky.com
|
|
|  |
 |

ross
Staff
/ Moderator

Aug 9, 2005, 11:28 AM
Post #12 of 32
(8943 views)
Shortcut
|
Hi Carmine. Thanks for the update! You can actually use any extenstion you like for the actual template used by your rss feed search. You can even use any extension for the file that gets created by publishcron but in most cases an xml file will need to have an .xml extension in order for it to work in a news reader. So the reason you see some people working with a php file instead of xml is just personal preference. I actually prefer to have my rss template with .html extension so that I know it’s just the template. Does that help? Let me know if you would like anymore details . ----------------------------------------------------------- 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.
|
|
|  |
 |

carminejg3
User
Aug 9, 2005, 5:08 PM
Post #13 of 32
(8938 views)
Shortcut
|
currently my publishcron.ini looks like so: ********************************************* searchurl = http://news.domain.com/cgi-bin/exec/ page1 = /home/domain/public_html/news/test.xml query1 = &template=search/rss.html ************************************ and I have tried using these in place of the one above. query1 = &template=search/rss.xml query1 = &template=search/rss.php query1 = &template=search/rss.html These above get this message. Program Message Sorry, the template you've requested is not a registered template. These actually error out. query1 = &template=index/rss.xml query1 = &template=index/rss.php query1 = &template=index/rss.html anyone have any idea? Webmaster http://news.carjunky.com
|
|
|  |
 |

ross
Staff
/ Moderator

Aug 10, 2005, 1:04 PM
Post #14 of 32
(8890 views)
Shortcut
|
Hi Carmine Thanks for posting your ini file . The first thing I notice is that the template you are using is an index one. The publishcron script is running a search so the results will actually need to be on search results template. Could you try changing rss.xml into a search results template? You can use whatever extension you like for the template. Let me know how that works for 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.
|
|
|  |
 |

carminejg3
User
Aug 10, 2005, 1:31 PM
Post #15 of 32
(8888 views)
Shortcut
|
How would i change it to a search results one? When I have the publishcron call the file in the search/ directory it saves its not a valid template. Webmaster http://news.carjunky.com
|
|
|  |
 |

ross
Staff
/ Moderator

Aug 10, 2005, 3:31 PM
Post #16 of 32
(8877 views)
Shortcut
|
Hi again Carmine . Thanks for the update! Do you think you could send in a support request for me on this one? I am not actually sure yet what’s causing these problems but if I can take a closer look for you, I am sure we can get it all going. Here’s a link to the support request page: https://www.interactivetools.com/support/email_support.cgi 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.
|
|
|  |
 | |  |
 |

ross
Staff
/ Moderator

Aug 11, 2005, 4:35 PM
Post #18 of 32
(8834 views)
Shortcut
|
|
Re: [DefenceTalk.com] RSS Feed
[In reply to]
|
Can't Post
|
|
Hi DefenceTalk. Thanks for posting! I took a look at your rss page and it seems to load ok for me. Had you already resolved the issue? Perhaps I am just not looking in the right place. If that’s the case, can you give me a few more details about where I can see the problem? 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.
|
|
|  |
 |

DefenceTalk.com
User
Aug 11, 2005, 5:33 PM
Post #19 of 32
(8831 views)
Shortcut
|
Thanks Ross. I am getting this error: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. An invalid character was found in text content. Error processing resource 'http://www.defencetalk.com/news/rss.xml'. Line ...<description>< |
 |

Cliff
Staff

Aug 12, 2005, 10:53 AM
Post #20 of 32
(8814 views)
Shortcut
|
|
Re: [DefenceTalk.com] RSS Feed
[In reply to]
|
Can't Post
|
|
Hi DefenceTalk.com, Thanks for posting. The XML feeds can be a bit picky with characters so if you see these messages again, just check to see if an article title has a special character. For example the ’ is treated differently from the ' character even through the are essentially the same thing. Regards, Cliff Stefanuk - Customer Service Manager support@interactivetools.com
(This post was edited by Cliff on Aug 12, 2005, 10:53 AM)
|
|
|  |
 |

DefenceTalk.com
User
Aug 12, 2005, 10:57 AM
Post #21 of 32
(8811 views)
Shortcut
|
Well, i took out the summaries from the feeds. So, now it works. I don't know if I want to sit there and take out 's. Thanks!
|
|
|  |
 |

carminejg3
User
Aug 19, 2005, 9:38 AM
Post #22 of 32
(8708 views)
Shortcut
|
|
Re: [DefenceTalk.com] RSS Feed
[In reply to]
|
Can't Post
|
|
Good question with the promblemmatic ' in an rss feed. I have noticed that they are killing the xml feeds. I'm using rss version 2.0 and still getting stop by them. Is it possible to strip them out somewhere in the publishcron.cgi file? So that the feeds will work as well as any other feed stoppers. 2Nd part to this post. Now to anwser the orginal question. I'm using the http://www.feedforall.com rss-to-html, and actually calling it via a php include file, which is working out great. I'm looking to use it a few other places as well. With the program they send you, you could actually instert your feed, into a page. I'm using it on this site as well with a bmw feed from yahoo. www.bmwtraderonline.com scroll to the bottom. I'll need to clean it up a bit, bit they are helpful articles and the text is printed to the page, to give it some more content. Webmaster http://news.carjunky.com
|
|
|  |
 |

Cliff
Staff

Aug 19, 2005, 3:48 PM
Post #23 of 32
(8698 views)
Shortcut
|
Hi carminejg3, Thanks for posting. That's a great implementation of the FeedForAll, so thanks for posting that. Back to the first part of your post. You will need to remove special characters in order for the XML file to publish properly and since publishcron.cgi is only intended to take a search query and publish a static file it's not going to be able to do this for you. So when you are adding your article titles, just make sure that they don't have the ’ which is treated differently from the ' character. Regards, Cliff Stefanuk - Customer Service Manager support@interactivetools.com
|
|
|  |
 |

Mike4172
User
Aug 21, 2005, 1:30 PM
Post #24 of 32
(8631 views)
Shortcut
|
Thought I'd drop a line on this as I've dived into RSS the past year with wreckless abandon. Basically in order to eliminate parse errors with special characters such as ', £ you must identify what your servers most liberal encoding is. Then apply that to the feed. Combine this with the cdata command and anything you can type will output without a parse error within RSS file. :) Regards, Michael NEW!Logo and Website Design Auto Post Date and Expiration GoForum 2.02 http://www.amscripts.net SKYPE - michael.amscripts
(This post was edited by Mike4172 on Aug 21, 2005, 1:32 PM)
|
|
|  |
 | |  |
|