- Posts: 17
- Thank you received: 0
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question Fatal error: Call to a member function BarGraphHoriz() on a non-object
i try to add total earned points(AUP Component) under user info.
i add code to /com_kunena/templates/default_ex/message.php line 219
and in /com_kunena/templates/default_ex/view.php line 657
that code work fine :
but, i get this error :
how to solved that error ?
you can see in here :
www.idbleach.com/forum.html?func=view&catid=17&id=3#4
hope you can help me
Please Log in or Create an account to join the conversation.
isal wrote:
i add code to /com_kunena/templates/default_ex/message.php line 219Code:<?php // Start Integration UserPoints // **************************** $myGraph2 = new phpGraph; echo $myGraph2->BarGraphHoriz(); // End Integration UserPoints // **************************** ?>
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.
Try this :
isal wrote:
i add code to /com_kunena/templates/default_ex/message.php line 219Code:<?php // Start Integration UserPoints // **************************** $myGraph2 = new phpGraph; echo $myGraph2->BarGraphHoriz(); // End Integration UserPoints // **************************** ?>
Not work..
error in line 215. :silly:
what should I do ?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Could you provide contents of your new line 215 (maybe 214-215) and error message as it would make solving your problem easier.
Please Log in or Create an account to join the conversation.
i was fix that.People need to sleep and do to work, so please, do not expect to get answer in 6 hours.
Could you provide contents of your new line 215 (maybe 214-215) and error message as it would make solving your problem easier.
thanks for you response
Please Log in or Create an account to join the conversation.