Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

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.

Important Class CKunenaLink not found

More
13 years 2 months ago - 13 years 2 months ago #1 by ecolora
I had Fatal error:

Fatal error: Class 'CKunenaLink' not found in C:\Program Files\Apache Group\Apache\htdocs\rcb\modules\mod_kunenasearch\tmpl\default.php on line 14


I corrected the default.php. Insert into line 11 after:
Code:
$doc->addStyleSheet( JURI::root().'modules/mod_kunenasearch/tmpl/css/kunenasearch.css' );

this code:
Code:
require_once (KUNENA_PATH_LIB . DS . 'kunena.link.class.php');
Last edit: 13 years 2 months ago by ecolora.
The following user(s) said Thank You: kimx

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

More
13 years 2 months ago #2 by xillibit
Hello,

Can-you put here please kunena report configuration settings ?

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
12 years 6 months ago #3 by kimx
Hey!

I got an error when i tried opening "register-link",
ive got just a white page without any content, i looked in the source code and there was this:
Code:
<form action="<br /> <b>Fatal error</b>: Class 'CKunenaLink' not found in <b>/.../modules/mod_kunenasearch/tmpl/default.php</b> on line <b>13</b><br />

I added
Code:
require_once (KUNENA_PATH_LIB . DS . 'kunena.link.class.php');

and everything is now working.

Maybe my report of configuration settings will help you fix this problem :)


Part of the message is hidden for the guests. Please log in or register to see it.

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

More
12 years 6 months ago #4 by xillibit
Start by update Joomla! to 1.5.23, Kunena to 1.6.5 and all kunena modules/plugins to latest version

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
12 years 5 months ago #5 by bantayso

kimx wrote: Hey!

I got an error when i tried opening "register-link",
ive got just a white page without any content, i looked in the source code and there was this:

Code:
<form action="<br /> <b>Fatal error</b>: Class 'CKunenaLink' not found in <b>/.../modules/mod_kunenasearch/tmpl/default.php</b> on line <b>13</b><br />

I added
Code:
require_once (KUNENA_PATH_LIB . DS . 'kunena.link.class.php');

and everything is now working.

Maybe my report of configuration settings will help you fix this problem :)


Part of the message is hidden for the guests. Please log in or register to see it.


I have just updated, it os ok Thanks

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

Time to create page: 0.586 seconds