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 KUNENA_PATH_LIB error

More
17 years 3 weeks ago #16808 by dodog
KUNENA_PATH_LIB error was created by dodog
I get this error.
Code:
Warning: require_once(KUNENA_PATH_LIB/kunena.config.class.php) [function.require-once]: failed to open stream: No such file or directory in site/public_html/components/com_kunena/class.kunena.php on line 29 Fatal error: require_once() [function.require]: Failed opening required 'KUNENA_PATH_LIB/kunena.config.class.php' (include_path='./:/home/data/pear/:/home/server/webpanel/:/usr/local/lib/php/pear/') in site/public_html/components/com_kunena/class.kunena.php on line 29

I checked the file, it exists. Any ideas???

Running Kunena forum 1.5.1b with kdiscussbot_1.0.8g on Joomla 1.5.10.

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

More
17 years 3 weeks ago #16814 by xillibit
Replied by xillibit on topic Re:KUNENA_PATH_LIB error
Hello,

it's very strange that KUNENA_PATH_LIB replaced by the path, can you in the file components/com_kunena/class.kunena.php at the line 29 add :

echo KUNENA_PATH_LIB; for see if the path is displayed and replace the require by require_once (KUNENA_ROOT_PATH .DS. "components\com_kunena\lib\kunena.config.class.php");

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.

More
17 years 2 weeks ago #17305 by dodog
Replied by dodog on topic Re:KUNENA_PATH_LIB error
after changes, you recommended I get following errors:
Code:
Warning: Missing argument 1 for database::loadObject(), called in /amd/10.0.0.24/home/data/html/mysite.tld/public_html/components/com_kunena/lib/kunena.category.class.php on line 47 and defined in /amd/10.0.0.24/home/data/html/mysite.tld/public_html/plugins/system/legacy/mysql.php on line 44 KUNENA_PATH_LIB Warning: require_once(KUNENA_ROOT_PATH/components/com_kunena/lib/kunena.config.class.php) [function.require-once]: failed to open stream: No such file or directory in /amd/10.0.0.24/home/data/html/mysite.tld/public_html/components/com_kunena/class.kunena.php on line 30 Fatal error: require_once() [function.require]: Failed opening required 'KUNENA_ROOT_PATH/components/com_kunena/lib/kunena.config.class.php' (include_path='./:/home/data/pear/:/home/server/webpanel/:/usr/local/lib/php/pear/') in /amd/10.0.0.24/home/data/html/mysite.tld/public_html/components/com_kunena/class.kunena.php on line 30

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

More
17 years 2 weeks ago #17311 by xillibit
Replied by xillibit on topic Re:KUNENA_PATH_LIB error
If you uninstall or disable kdiscussbot, do you have better resuslts ?

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.

More
17 years 2 weeks ago #17421 by dodog
Replied by dodog on topic Re:KUNENA_PATH_LIB error
yes, if I disable discussbot, everything works ok.

I was useing fireboard with discussbot before with no problems. Problems started after upgrading to Kunena.

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

More
17 years 2 weeks ago #17426 by xillibit
Replied by xillibit on topic Re:KUNENA_PATH_LIB error
I have seen the version kdiscussbot_1.0.8h more recent somewhere, can you try it ?

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.269 seconds