everytime one of my users try to login on the first try they get the below error
We encountered an error (token mismatch). This probably means that the page you were using expired. Please try again
but when they try logging in a second time theres no issue. I have also experienced the issue.
please help !!
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
hi i am new in ELGG developement. I have also same problem. But difference is only that I am using IE 7 while I am checking on my development pc i am unable to login using correct credentials. but when i used firefox it login properly with same username and password. I done all things like i cleared users_session table in database.
When i am trying to login in my account it also dosent show me any error. Please help me out.
some times I can not login using IE6 and IE7 from some computers but if i uses firefox it works fine with login process. I am stucked here..... Please help me it an urgent.
Thanks in advance.
I have the solution ! Just add this in your .htaccess file on the top area before <IfModule!mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]
RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]
but how we can rewrite http://example.com to http://www.example.com? because google indexed my site as http://example.com. while i go through google's search result link i cannot login. but when i willgive www.exaple.com. i can... please help me. urgent
My site is running on something like http://nikolas.com:81 can someone help me with the exact htaccess code cause everything i tried doesn't work ?
Hi
I had the same problem and solved it well:
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} ^midominio\.com
RewriteRule (.*) http://www.midominio.com/micomunidad/$1 [R=301,L]
http://docs.elgg.org/wiki/Login_token_mismatch_error
I have a token mismatch error with IE7 on a work (corporate) PC [fine on own pc with firefox, opera, chrome]. I did have it working for a while, but modified the theme a bit, and using BuBu' slogslide and Vazco_mainpage, but now get the token error... it can't be the url for me. There must be something in the theme (or missing) or one of the plugins is upsetting it. If I identify the problem better, I'll report it here.
The token issue I found was around "edit user profile"; it was working great - even, I extended it with several plugins. However, I've just installed the "profile_manager" plugin and couldn's save my edits anymore... Not willing to uninstall it (it's a very useful plugin), I've undertaken the task of "find differences" with other editing forms: the bug - really a typo - is located in lines 293 & 294 of your-www-root\mod\profile_manager\views\default\profile\edit.php
Just replace the "<?" tags with proper "<?php" - and that is!
Hi,
I am getting following error while login from external site of elgg
Sorry, logging in from a different domain is not permitted. Please try again
My elgg directory is like http://examaple.com/elgg/
Please let me know what changes need to make in which file so that the problme will solve.
Hi,
I am getting following error while login from external site of elgg
Sorry, logging in from a different domain is not permitted. Please try again
My elgg directory is like http://examaple.com/elgg/
Please let me know what changes need to make in which file so that the problme will solve.
- Previous
- 1
- 2
- 3
- 4
- 5
- Next
You must log in to post replies.