- Posts: 7
- Thank you received: 0
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 Kunena forum version 1.5.7 & ChronoComments (fixed)
- CharliBrawn
-
Topic Author
- Offline
- New Member
-
Less
More
16 years 4 months ago - 16 years 3 months ago #35777
by CharliBrawn
Kunena forum version 1.5.7 & ChronoComments (fixed) was created by CharliBrawn
Hello friends, I have installed on my site:
-Comments Chrono 1.2 Component
-ChronoComments 1.2 Plugin
I installed the latest version Kunene forum version 1.5.7 and now I have a problem in the forum preview.
The error gives me is this:
Fatal error: Call to undefined method JDocumentRAW: addCustomTag () in / home / psexdssw / public_html / plugins / content / ChronoComments.php on line 85
and the problem is some kind of incompatibility with the plugin ChronoComments.php
I find that to disable the preview works fine, but then stops working the ChronoComments component.
sorry for my English... thank you very much for the help
To see if someone can take a look at the file and fix the little problem.
-Comments Chrono 1.2 Component
-ChronoComments 1.2 Plugin
I installed the latest version Kunene forum version 1.5.7 and now I have a problem in the forum preview.
The error gives me is this:
Fatal error: Call to undefined method JDocumentRAW: addCustomTag () in / home / psexdssw / public_html / plugins / content / ChronoComments.php on line 85
and the problem is some kind of incompatibility with the plugin ChronoComments.php
I find that to disable the preview works fine, but then stops working the ChronoComments component.
sorry for my English... thank you very much for the help
To see if someone can take a look at the file and fix the little problem.
Last edit: 16 years 3 months ago by CharliBrawn.
Please Log in or Create an account to join the conversation.
16 years 4 months ago - 16 years 4 months ago #35791
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:Kunena forum version 1.5.7 & ChronoComments
Hello,
line 85 of the file ChronoComments.php, try to replace this :
by this :
But i have just tested, with kunena 1.5.8 and the last version of chronocomments and i can't reproduce the issue.
line 85 of the file ChronoComments.php, try to replace this :
Code:
$document->addCustomTag($js);
by this :
Code:
JApplication::addCustomHeadTag($js);
But i have just tested, with kunena 1.5.8 and the last version of chronocomments and i can't reproduce the issue.
I don't provide support by PM, because this can be useful for someone else.
Last edit: 16 years 4 months ago by xillibit.
Please Log in or Create an account to join the conversation.
- CharliBrawn
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
16 years 4 months ago #35875
by CharliBrawn
Replied by CharliBrawn on topic Re:Kunena forum version 1.5.7 & ChronoComments
Thank you very much, I have 1.5.7 of
www.kunenaspanish.com/
Kunena
I will wait to take out the revision 1.5.8
Thank you very much
I've tried what you say and has not worked, now reads:
Fatal error: Call to undefined method JDocumentRAW: addCustomTag () in / home / psexdssw / public_html / plugins / content / ChronoComments.php on line 86
I will wait to take out the revision 1.5.8
Thank you very much
I've tried what you say and has not worked, now reads:
Fatal error: Call to undefined method JDocumentRAW: addCustomTag () in / home / psexdssw / public_html / plugins / content / ChronoComments.php on line 86
Please Log in or Create an account to join the conversation.
16 years 4 months ago #36238
by Matias
Replied by Matias on topic Re:Kunena forum version 1.5.7 & ChronoComments
The bug is still in ChronoComments. Just do the same again.
Please Log in or Create an account to join the conversation.
- CharliBrawn
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
16 years 3 months ago #37239
by CharliBrawn
Replied by CharliBrawn on topic Re:Kunena forum version 1.5.7 & ChronoComments
xillibit wrote:
fixed, thank you very much.
i replace $document->addCustomTag for this JApplication::addCustomHeadTag in line 85-92.
Hello,
line 85 of the file ChronoComments.php, try to replace this :
Code:$document->addCustomTag($js);
by this :
Code:JApplication::addCustomHeadTag($js);
But i have just tested, with kunena 1.5.8 and the last version of chronocomments and i can't reproduce the issue.
fixed, thank you very much.
i replace $document->addCustomTag for this JApplication::addCustomHeadTag in line 85-92.
Please Log in or Create an account to join the conversation.
Time to create page: 0.246 seconds