السلام عليكم
Your submission could not be processed because a security token was missing or mismatched.
If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
انا بحثت عن سبب المشكله وعن الحل ووجدته انقله لكم هنا للإستفادة
أولا ابحث في قالب headinclude عن السطر التالي
كود PHP:
var SESSIONURL = "$session[sessionurl_js]";
تأكد من وجود السطر التالي بعده مباشرة
كود PHP:
var SECURITYTOKEN = "$bbuserinfo[securitytoken]";
الآن سوي بحث في جميع القوالب عن السطر التالي
كود PHP:
<input type="hidden" name="s" value="$session[sessionhash]" />
تأكد من وجود السطر التالي بعده مباشرة
كود PHP:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
اتمني ان اكون افدتكم ونفعت الطريقه معاكم