- Posts: 2144
- Thank you received: 4
Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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
Question Forum is creating HTML Errors
17 years 2 months ago #17600
by Lintzy
Replied by Lintzy on topic Re:Forum is creating HTML Errors
I checked both links of yours with Internet Explorer 8 and got no error messages - all looked well.
Please Log in or Create an account to join the conversation.
17 years 2 months ago #17646
by mibert
Replied by mibert on topic Re:Forum is creating HTML Errors
Hi there,
thanks for your messages and for trying to help.
I dont mind Errors which users dont see. There is a lot of them in my site.
Anyway, the Errors, wich I stated are visible Errors in the status bar of the IE8.
I have check with several PCs and all are the same with IE8. No Error is reported by FF and Chrome.
Here are the javescript codes, which creates the problem at www.diabetes-kids.de/forum/hilfe-zur-dia...itragsbewertung.html :
and
Both are coming from Kunena.
I did not have any of this problems at 1.0.9. The update from Fireboard to 1.0.9 was very smooth and no problem.
Thanks in advance for your help and have a nice day.
With best regards
Michael
thanks for your messages and for trying to help.
I dont mind Errors which users dont see. There is a lot of them in my site.
Anyway, the Errors, wich I stated are visible Errors in the status bar of the IE8.
I have check with several PCs and all are the same with IE8. No Error is reported by FF and Chrome.
Here are the javescript codes, which creates the problem at www.diabetes-kids.de/forum/hilfe-zur-dia...itragsbewertung.html :
Code:
<script type = "text/javascript">
jQuery(function()
{
jQuery(".fb_qr_fire").click(function()
{
jQuery("#sc" + (jQuery(this).attr("id").split("__")[1])).toggle();
});
jQuery(".fb_qm_cncl_btn").click(function()
{
jQuery("#sc" + (jQuery(this).attr("id").split("__")[1])).toggle();
});
});
</script>
and
Code:
<script type = "text/javascript">
jQuery(document).ready(function()
{
jQuery("#jrftsw").click(function()
{
jQuery(".forumtools_contentBox").slideToggle("fast");
return false;
});
});
</script>
Both are coming from Kunena.
I did not have any of this problems at 1.0.9. The update from Fireboard to 1.0.9 was very smooth and no problem.
Thanks in advance for your help and have a nice day.
With best regards
Michael
Please Log in or Create an account to join the conversation.
17 years 2 months ago #17654
by Lintzy
Replied by Lintzy on topic Re:Forum is creating HTML Errors
Ah yes, you are right. I did not see the error in statusbar
.
Yes I can confirm, I get the same error messages. Btw, this error is shown in Internet Explorer 6, 7 and 8.
But you have more than these two scripts on page, theses ones too:
www.google-analytics.com/urchin.js
ads.diabetes-kids.de/www/delivery/ajs.ph...itragsbewertung.html
ads.diabetes-kids.de/www/delivery/ajs.ph...itragsbewertung.html
ads.diabetes-kids.de/www/delivery/ajs.ph...itragsbewertung.html
ads.diabetes-kids.de/www/delivery/ajs.ph...itragsbewertung.html
Yes I can confirm, I get the same error messages. Btw, this error is shown in Internet Explorer 6, 7 and 8.
But you have more than these two scripts on page, theses ones too:
www.google-analytics.com/urchin.js
ads.diabetes-kids.de/www/delivery/ajs.ph...itragsbewertung.html
ads.diabetes-kids.de/www/delivery/ajs.ph...itragsbewertung.html
ads.diabetes-kids.de/www/delivery/ajs.ph...itragsbewertung.html
ads.diabetes-kids.de/www/delivery/ajs.ph...itragsbewertung.html
Please Log in or Create an account to join the conversation.
17 years 2 months ago #17662
by mibert
Replied by mibert on topic Re:Forum is creating HTML Errors
Yes, you are right that there are other scripts running, but these don't create any error.
Its only the two scripts from Kunena, which create the Error.
Best regards
Michael
Its only the two scripts from Kunena, which create the Error.
Best regards
Michael
Please Log in or Create an account to join the conversation.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
Less
More
- Posts: 1107
- Thank you received: 3
17 years 2 months ago #17668
by grumblemarc
We love stars on the Joomla Extension Directory .
Replied by grumblemarc on topic Re:Forum is creating HTML Errors
Did you ever think that one of the other scripts are conflicting with Kunena causing it to error? It does happen you know. I have suggested this many times and you seem to refuse to want to address the other add-ons on the page. Good luck trying to get this fixed.
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
17 years 2 months ago #17673
by mibert
Replied by mibert on topic Re:Forum is creating HTML Errors
Did you realize that there is an Error reported in IE8 status bar, even in the page you are looking right now??
This is not a problem of other scripts but a problem created by Kunena and it does happen similarly even at this Kunena pages.
The Script, which is creating the Error here is the following:
Anyway, for the sake of completeness, I disabled the ads on my webpage and found the errors still. I would not expect the Google Analytics script to cause such problem. If you think so, I will also disable.
Best regards and thanks for trying to help
Michael
This is not a problem of other scripts but a problem created by Kunena and it does happen similarly even at this Kunena pages.
The Script, which is creating the Error here is the following:
Code:
<script type="text/javascript" src="http://www.kunena.com/components/com_community/assets/script-1.2.pack.js"></script>
Anyway, for the sake of completeness, I disabled the ads on my webpage and found the errors still. I would not expect the Google Analytics script to cause such problem. If you think so, I will also disable.
Best regards and thanks for trying to help
Michael
Please Log in or Create an account to join the conversation.
Time to create page: 0.243 seconds