- Posts: 40
- Thank you received: 0
Re: Invalid Token on Logout
-
mikegro
Inactive member -
Topic Author
- Member
-
Less
More
13 years 7 months ago #10139
by mikegro
Invalid Token on Logout was created by mikegro
I am using Joomla 1.7... fresh install... using Wellness 1.7 template... nothing extra added in terms of plugin tools except Admin Tools Pro by Akeeba... When a registered user tries to logout - its taking them to a white page that says Invalid Token. After doing some research, it appears its a template issue not passing data or something... Can you help?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 7 months ago #10152
by ivan.milic
Replied by ivan.milic on topic Re: Invalid Token on Logout
Not the template, but hte core joomla login module, see this:
www.cmsmind.com/joomla-1-7-error-invalid-token-on-logout/
www.cmsmind.com/joomla-1-7-error-invalid-token-on-logout/
Please Log in to join the conversation.
-
mikegro
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 40
- Thank you received: 0
13 years 7 months ago #10173
by mikegro
Replied by mikegro on topic Re: Invalid Token on Logout
I did the above and got a 500 server error when I go to the register page... It says, 500 - JHtml: :formtoken not supported.
Please Log in to join the conversation.
-
mikegro
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 40
- Thank you received: 0
13 years 7 months ago #10175
by mikegro
Replied by mikegro on topic Re: Invalid Token on Logout
FYI - I put that exact coding... or replaced your coding on your template... with that coding and it didnt work. Any suggestions? Its a clean install of 1.7... only one extension... normal server setup... mainstream host.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 7 months ago #10190
by ivan.milic
Replied by ivan.milic on topic Re: Invalid Token on Logout
' and " in code are not what they should be relay use normal ' and " instead of that characters.
'
"
'
"
Please Log in to join the conversation.
-
mikegro
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 40
- Thank you received: 0
13 years 7 months ago #10193
by mikegro
Replied by mikegro on topic Re: Invalid Token on Logout
I dont know what you mean.. the code to add is:
<div>
<input type=”submit” name=”Submit” value=”<?php echo JText::_(‘JLOGOUT’); ?>” />
</div>
What are you saying?
<div>
<input type=”submit” name=”Submit” value=”<?php echo JText::_(‘JLOGOUT’); ?>” />
</div>
What are you saying?
Please Log in to join the conversation.
Time to create page: 0.180 seconds