CG Feedmaker autodiscovery/rsslink renders 404 Page Not Found in IE
Posted: Wed Oct 21, 2009 3:31 am
I am running CGFeedmaker 1.0.8, CMSMS 1.6.6, CGExtensions 1.17.4, CGSimpleSmarty 1.4.3, Blogs 0.3.3.1, News 2.10.3 on PHP 5.2.6, MySQL, 4.1.2.2, Not using Pretty URLs
I created a blog page using "Blogs Made Simple" module and added the CGFeedmager autodiscovery and rsslinks to the page. When I click either rss icon/link, I get a blank page or 404 Page Not Found error in Internet Explorer.
Error detail indicates - XML document must have a top level element.
Line: 0 Character: 0
The URL for the blank page is http://www.mydomain.com/index.php?mact= ... eturnid=47
My actual content ID is 62 on the page that contain the RSS icon/links.
I fixed the bad C-Data code for the description, added checked and double checked the tags, everything. I am using the provided "blogs" template.
{* original rss feed template *}
{$feed.title}
{if isset($feed.link) && !empty($feed.link)}{$feed.link}{/if}
{if isset($feed.description) && !empty($feed.description)}{$feed.description}{/if}
{if isset($feed.copyright) && !empty($feed.copyright)}{$feed.copyright}{/if}
{if isset($generator)}{$generator}{/if}
{if isset($feed.managing_editor) && !empty($feed.managing_editor)}{$feed.managing_editor}{/if}
{if isset($admin_email)}{$admin_email}{/if}
{if isset($feed.image) && !empty($feed.image)}
{if isset($feed.description) && !empty($feed.description)}{$feed.description}{/if}
{if isset($feed.link) && !empty($feed.link)}{$feed.link}{/if}
{$feed.title}
{$file_location}/{$feed.image}
{/if}
{* an example of how to create a feed from a call to the news module *}
{* you can use any smarty variable that is available in the news summary template *}
{* you can substitute this logic with output from any module that supports a summary
view, or possibly get artistic and mix output from different modules *}
{Blogs assign='junk'}
{foreach from=$items item='entry'}
title}]]>
{$entry->entryurl}
{$entry->entryurl}
{$entry->author}
{$entry->$entry->time|date_format}
{* categorylink}]]> *}
truncatedtext|strip_tags|summarize:80}]]
{/foreach}
Regards,
Jab
I created a blog page using "Blogs Made Simple" module and added the CGFeedmager autodiscovery and rsslinks to the page. When I click either rss icon/link, I get a blank page or 404 Page Not Found error in Internet Explorer.
Error detail indicates - XML document must have a top level element.
Line: 0 Character: 0
The URL for the blank page is http://www.mydomain.com/index.php?mact= ... eturnid=47
My actual content ID is 62 on the page that contain the RSS icon/links.
I fixed the bad C-Data code for the description, added checked and double checked the tags, everything. I am using the provided "blogs" template.
{* original rss feed template *}
{$feed.title}
{if isset($feed.link) && !empty($feed.link)}{$feed.link}{/if}
{if isset($feed.description) && !empty($feed.description)}{$feed.description}{/if}
{if isset($feed.copyright) && !empty($feed.copyright)}{$feed.copyright}{/if}
{if isset($generator)}{$generator}{/if}
{if isset($feed.managing_editor) && !empty($feed.managing_editor)}{$feed.managing_editor}{/if}
{if isset($admin_email)}{$admin_email}{/if}
{if isset($feed.image) && !empty($feed.image)}
{if isset($feed.description) && !empty($feed.description)}{$feed.description}{/if}
{if isset($feed.link) && !empty($feed.link)}{$feed.link}{/if}
{$feed.title}
{$file_location}/{$feed.image}
{/if}
{* an example of how to create a feed from a call to the news module *}
{* you can use any smarty variable that is available in the news summary template *}
{* you can substitute this logic with output from any module that supports a summary
view, or possibly get artistic and mix output from different modules *}
{Blogs assign='junk'}
{foreach from=$items item='entry'}
title}]]>
{$entry->entryurl}
{$entry->entryurl}
{$entry->author}
{$entry->$entry->time|date_format}
{* categorylink}]]> *}
truncatedtext|strip_tags|summarize:80}]]
{/foreach}
Regards,
Jab