Skip to main content
Recent Posts
22
Support / Re: Token verification failed. Please go back and try again.
Last post by Steeley -
Quote from: ahrasis – I don't think changing the index.php permissions to 0777 is a good idea, though you can try, since the complaint is about about editing issue in the addon settings page.


quick and simple to try and rule out. I don't know all of what is being changed in the edit but, since he has another forum that is not experiencing the error, he can make a similar change in that forum, see what files were updated (last modified date/time), and then in the other forum 0777 those files, or maybe the whole folder. Probably won't change anything and can be set back to the original permissions, but if it does, well {blush} :zany_face: 
23
Support / Re: Token verification failed. Please go back and try again.
Last post by ahrasis -
I don't think changing the index.php permissions to 0777 is a good idea, though you can try, since the complaint is about about editing issue in the addon settings page.

Edited: The issue could be because of your theme or one of the addon. Try reading this:

https://www.elkarte.net/community/index.php?topic=3760.0

You could also try:
Code: [Select]
# 301 REDIRECT HTTP TO HTTPS AND WWW TO NON-WWW
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} ^www\. [NC]
RewriteCond %{HTTP_HOST} ^(?:www\.)?(.+)$ [NC]
RewriteRule ^ https://%1%{REQUEST_URI} [L,NE,R=301]
</IfModule>
Adjust accordingly for your site/forum.
27
Support / Re: Token verification failed. Please go back and try again.
Last post by ahrasis -
Are there many manual edit to ElkArte files? Otherwise, you can try to overwrite them with the EA original install which normally disable addons . Also the repair_settings should be able to disable all addons as well. If I remember correctly that is since it has been long time since I was playing with EA.
28
Chit Chat / Merry Christmas 2024
Last post by Zioclive -
Merry Christmas to all of you dear  friends: Administrator, moderators, users ...

Special thanks to Spuds.

I wish you all the best :smiley:
29
Support / Token verification failed. Please go back and try again.
Last post by radu81 -
I have this error on one of my elkarte forum, not on both of them. They are hosted on the same server, so not a server error since they both use the same configuration.
I get this error every time I try to edit the add-on settings ( /index.php?action=admin;area=addonsettings). I am not able to make any edits on Add-on settings pages. IIRC a few weeks ago a member already reported a similar error.
Nothing in elk log, what else should I check?
30
Support / Re: Revise topic font size in board page
Last post by hoff -
I did tried to modify in the theme management setting, yet faild to solve this problem because few knowledge in progamming. Andyway, thanks a lot for your help Ahrasis!