-
AuthorPosts
-
mikel2004 Friend
mikel2004
- Join date:
- January 2012
- Posts:
- 201
- Downloads:
- 0
- Uploads:
- 51
- Thanks:
- 24
- Thanked:
- 3 times in 1 posts
March 30, 2014 at 12:53 am #196286Hi!
I have a big problem because the users can´t complete your registration, because a “invalid token” message appear.
Look here please:
http://comunidadzoom.com/component/users/?view=registration
and try to make a registration process to find the problem.Thanks a lot abou your help!
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
March 30, 2014 at 4:37 pm #528654Not much help but you can add your experience here: http://forum.joomla.org/viewtopic.php?t=717831
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
March 31, 2014 at 10:21 am #528762I switched to a standard template (Beez) but the problem still persists. So we know this error comes from default Joomla. You can raise this issue to Joomla’s forum to get better help.
mikel2004 Friendmikel2004
- Join date:
- January 2012
- Posts:
- 201
- Downloads:
- 0
- Uploads:
- 51
- Thanks:
- 24
- Thanked:
- 3 times in 1 posts
April 7, 2014 at 3:14 pm #529793I found that the token registration problem dessapear when I set OFF the Rewrite URL mode in global configutarion settings.
But now, sometimes, images like the logo or the captcha are not found when the page is built, these are sought in a nonexistent directory name: / index.php /
like this: /index.php/component/users/images/logo/logo.pngWhat can I do? Any idea?
How I erase the index.php of the URL without use the Rewrite URL mode? I have the site in Ngnix server.Thanks!
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
April 8, 2014 at 11:34 am #529992At present, the logo on your site is working fine.
<blockquote>How I erase the index.php of the URL without use the Rewrite URL mode? I have the site in Ngnix server.</blockquote>
You can refer to this thread. Hope this helps.
lndesigns Friendlndesigns
- Join date:
- August 2012
- Posts:
- 94
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 26
- Thanked:
- 10 times in 1 posts
April 10, 2014 at 5:09 pm #530387I had a serious problem with people having invalid security token issues with a commercial site I had up.
There was a problem as I was using a subscription software (AEC) and Teline Iv, and just with everything combined, people had a 50-50 chance of being blocked out of the site with invalid security token… a real hassle…
Got a LOT of people checking into this, Techs from here, Joomla.org, even some private help…I MYSELF finally figured out a cure… and simple one at that!!!
I found that when people were signing in, somehow the request was being sent twice, thus causing the security code to return as false, causing them to be locked out. Somewhere I had the live site being www. and in other settings the www was missing, thus causing a double request.I was able to avoid all of that by forcing people when they first come to the site to have a www. at the beginning of the url
have the code in you .htaccess file
RewriteCond %{HTTP_HOST} ^yoursite.com$
RewriteRule ^/?$ "http://www.yoursite.com/" [R=301,L]and you will notice that all your problems will be solved! 🙂
well, it did for ME, anyways… 😛
Enjoy
1 user says Thank You to lndesigns for this useful post
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 4 voices, and was last updated by lndesigns 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum