Quote:
Originally Posted by TaMpE
I get this when I try to put this in one of my "NOTICES" box.
Code:
Your submission could not be processed because a security token was invalid.
If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
How can I fix this?
|
search.php open
find
Code:
define('CSRF_PROTECTION', true);
ad bellow
Code:
define('CSRF_PROTECTION', false);
save