Skip to main content
Recent Posts
51
Support / Re: Token verification failed. Please go back and try again.
Last post by radu81 -
I think it was a cookie problem, I did not do anything, I just used the same browser in incognito mode and everything worked fine.

This could be related to a server change which I did a few months ago. I migrated from Ubuntu 18 to Debian 12, and in that situation I used the repair_settings.php several times. I know Ubuntu 18 reached his eol last year, but that configuration worked so fine for my forum for the last 6 years... Now I'm using a different configuration, on the old vps I used Nginx in front of Apache, now I don't use Apache anymore.
53
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: 
54
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.
58
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.
59
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:
60
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?