Kunena 6.2.6 released

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

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.

Question "Direct Access to this location is not allowed." on Fresh install 1.5.3 K - Arabic & 1.5.12 Joomla

More
14 years 9 months ago #1 by holylandgateway.com
Dear all,

I have just installed a fresh website Joomla 1.5.12
Installed a language pack (arabic)
and Kunena 1.5.3 Arabic translation.

I keep receiving a message "Direct Access to this location is not allowed." when I try to enter the forum.

I tried searching the forum for a solution... non for the Arabic version... any suggestions?

Thank you,
eli

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

More
14 years 9 months ago - 14 years 9 months ago #2 by 810
Hi,

the file you using for arabic is not for Joomla Native and Kunena 1.5.3

open your kunena.arabic.php file and replace this Code:

// Dont allow direct linking
defined ('_VALID_MOS') or die('Direct Access to this location is not allowed.');

with this Code:

// Dont allow direct linking
defined( '_JEXEC' ) or defined ('_VALID_MOS') or die('Restricted access');


Regards
Last edit: 14 years 9 months ago by 810.

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

More
14 years 9 months ago #3 by holylandgateway.com

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

Time to create page: 0.350 seconds