Hi,
Here is
2 UPDATES for OpenSEF EXT. (one for ALL and one only for non-english users)
UPDATE 1: FOR ALL
It is basically a typing error.
Open the sef_ext.php
Find "_GEN_LOCKY" in the file. (you should get only ONE result)
Replace it to "_GEN_LOCK".
DONE
UPDATE 2: FOR non-English users
This problem is faced by many who are using non-english language with special char with it.
The problem happens due to the fact that, the special chars are transfered to either to nearest english char or specifying the char using unicode (not similar) with '&' sign.
But due to the internal 'reverse' function, the changed char are impossible to covert back to the original form. It is not possible for me to write conversion code for every language. Hope you understand.
To solve this problem, you have to change these definitions in your language file -
_GEN_LATEST_POSTS
_GEN_HELP
_GEN_RULES
_GEN_MARK_THIS_FORUM_READ
_GEN_REPLY
_GEN_QUOTE
_GEN_DELETE
_GEN_MOVE
_GEN_EDIT
_GEN_STICKY
_GEN_LOCK
_GEN_THREADED
_GEN_FLAT
_GEN_FORUMLIST
either to pure english, or your language but using only english-chars. Never ever any special chars nor using '&' char.
Hope it will help you.