Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Feeds Error

More
16 years 4 months ago #35036 by darksoul
Replied by darksoul on topic Re:Feeds Error
greko wrote:

hello,
The problem is the plugin CB Seyret Tab
But I don't know how to help solve the problem.
I'm sorry

i dont use seyret cb tab! :P

Please Log in or Create an account to join the conversation.

More
16 years 4 months ago #35042 by greko
Replied by greko on topic Re:Feeds Error
weird.
I had the same problem and that code I came from that plugin ...

Please Log in or Create an account to join the conversation.

More
16 years 4 months ago #35588 by tamerax
Replied by tamerax on topic Re:Feeds Error
i have this issue and i switched to the none-ajax based version of What R U Doing and it still doesn't work.
I also don't use the Seyret plugin :(

Please Log in or Create an account to join the conversation.

More
16 years 4 months ago #35684 by Matias
Replied by Matias on topic Re:Feeds Error
Can you copy feed xml into here (maybe zipped file)?

Please Log in or Create an account to join the conversation.

More
16 years 4 months ago #35730 by tamerax
Replied by tamerax on topic Re:Feeds Error
XML Parsing Error: not well-formed
Location: www.ravecanada.net/portal/index.php?opti...unc=fb_rss&no_html=1
Line Number 12, Column 23:if (obj.getAttribute && obj.value.length>mlength)
^

that's all i get

Please Log in or Create an account to join the conversation.

More
16 years 4 months ago #35734 by xillibit
Replied by xillibit on topic Re:Feeds Error
If you look the source code of your rss, you will see that at the top you have javascript code and css which don't need to be here.

Code:
<script type="text/javascript"> /*********************************************** * Textarea Maxlength script- � Dynamic Drive (www.dynamicdrive.com) * This notice must stay intact for legal use. * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ function ismaxlength(obj){ var mlength=obj.getAttribute? parseInt(obj.getAttribute("maxlength")) : "" if (obj.getAttribute && obj.value.length>mlength) obj.value=obj.value.substring(0,mlength) } </script> <style type="text/css"> <!-- #whatru_main{ margin-bottom: 10px; } #whatru_message{ text-align:left; } #whatru_button{ text-align:right; display:inline; } #whatru_status{ text-align:left; } #whatru_main .inputbox{ width:100%; margin: 5px 5px 5px 5px; } #whatru_status{ font-size:16px } #whatru_time_diff{ font-size:10px } --> </style>

I don't provide support by PM, because this can be useful for someone else.

Please Log in or Create an account to join the conversation.

Time to create page: 0.287 seconds