- Posts: 11
- 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
Question Fatal error: Class 'YOOTools' not found
fred6038 wrote: Hi,
Add this to line 16 of ....\templates\my_yootheme_templatename\html\mod_mainmenu\default.php
Code:require_once(JPATH_BASE.'/templates/my_yootheme_templatename/lib/php/yootools.php');
This should solve the problem.
yes...it worked ...:laugh:
you saved my life ... thank you very much ...
solved
Please Log in or Create an account to join the conversation.
hey yo!
Please Log in or Create an account to join the conversation.
Did you originally have the message "Fatal error: Class 'YOOTools' not found"?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.
You might consider restoring the original file ../templates/my_yootheme_templatename/html/mod_mainmenu/default.php from wherever you made a backup copy (before you changed it) and then try the suggested change again.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
\Tools\wamp\www\the tops\templates\yoo_level\html\mod_mainmenu\default.php on line 16How can this problem be solved !thank you !
Please Log in or Create an account to join the conversation.
This can't solve my problem:fred6038 wrote: Hi,
Add this to line 16 of ....\templates\my_yootheme_templatename\html\mod_mainmenu\default.php
Code:require_once(JPATH_BASE.'/templates/my_yootheme_templatename/lib/php/yootools.php');
This should solve the problem.
Fatal error: Class 'YOOTools' not found in
\Tools\wamp\www\the tops\templates\yoo_level\html\mod_mainmenu\default.php on line 16Please help me solve this problem,thank you !
Please Log in or Create an account to join the conversation.
补充一下:the tops wrote:
This can't solve my problem:fred6038 wrote: Hi,
Add this to line 16 of ....\templates\my_yootheme_templatename\html\mod_mainmenu\default.php
Code:require_once(JPATH_BASE.'/templates/my_yootheme_templatename/lib/php/yootools.php');
This should solve the problem.
Fatal error: Class 'YOOTools' not found in\Tools\wamp\www\the tops\templates\yoo_level\html\mod_mainmenu\default.php on line 16
Please help me solve this problem,thank you !
require_once(JPATH_BASE.'/templates/yoo_level/lib/php/yootools.php');
$yootools = &YOOTools::getInstance();
$accordion = $yootools->getParam('accordionMenu', array());
Please Log in or Create an account to join the conversation.