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

Question After installation

More
15 years 2 months ago #1 by halil61
After installation was created by halil61
Hello
after i have installed Kunena everything seemed to be successful. But when i opened the forum i saw on the top this failure message:

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/users/lig1/wwwDStemplatesDSgk_sportmaxum/css/kunena.forum.css) is not within the allowed path(s): (/users/lig1/temp:/users/lig1/www:/etc/php/lib) in /users/lig1/www/components/com_kunena/kunena.php on line 195

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/users/lig1/wwwDStemplatesDSgk_sportmaxum/css/kunena.forum.css) is not within the allowed path(s): (/users/lig1/temp:/users/lig1/www:/etc/php/lib) in /users/lig1/www/components/com_kunena/kunena.php on line 536




What can I do ?

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

More
15 years 2 months ago #2 by Matias
Replied by Matias on topic Re:After installation
This is known bug.

Replace /components/com_kunena/class.kunena.php lines 31-32 with this:
Code:
define('KUNENA_JTEMPLATEPATH', KUNENA_JABSPATH. "/templates/" . $mainframe->getTemplate()); define('KUNENA_JTEMPLATEURL', KUNENA_JLIVEURL. "/templates/".$mainframe->getTemplate());

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

More
15 years 2 months ago #3 by halil61
Replied by halil61 on topic Re:After installation
oh thank you very much can you tell me also where i can change the language of the forum? i have the language file but i dont know what to do now

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

More
15 years 2 months ago #4 by whouse
Replied by whouse on topic Re:After installation
You need to place your language.php file in /administrator/components/com_kunena/language and make sure your Joomla site is set to the proper language.

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

Time to create page: 0.454 seconds