Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

Question translation make a "Direct Acces to this location is not allowed."error

More
16 years 10 months ago #20052 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
16 years 10 months ago #20055 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
16 years 10 months ago #20057 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.237 seconds