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 translation make a "Direct Acces to this location is not allowed."error

More
14 years 10 months ago #1 by 810
hello,

i update the strings for my own language "Dutch", but when i put the file in the language map. I get the follow error: Direct Acces to this location is not allowed. (in the frontend) when is change the line. defined ('_VALID_MOS') or die (Direct Acces to this location is not allowed.');

to
defined ('_VALID_MOS') it is working. but not save.

Is there a bug or something.

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

More
14 years 10 months ago #2 by Lintzy
No, you have to change (in language file)
Code:
// Dont allow direct linking defined ('_VALID_MOS') or die('Direct Access to this location is not allowed.');


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


These are different codes, the one works with legacy the second with native.

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

More
14 years 10 months ago #3 by 810
i just saw it. Problem fixed.
Thanks

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

Time to create page: 0.484 seconds