TinyPortal
Development => Feedback => Bugs/Errors => Topic started by: aperseghin on December 29, 2006, 05:22:47 PM
This issue is fixable i think. It happens when a RSS feed has a error in it.
For instance say the XML of the RSS has an invalid character half way thru it. When the RSS parser reaches the error it reports the error on the last line of its output and stops. However IF that RSS feed is one of your centerblocks, nothing under it (incliding right blocks) will show up. My fix would be something like wraping the output of the parser (including errors) all together in a single variable (so the page would be drawn correctly) ... what do you think?