Joomla 1.6.1 invalid token on logout
Ok I just reinstalled everything including the creation of a new mysql database. However I have a problem when logging out from my site, it says "Invalid Token". URL to site: YouGrids - YJSimpleGrid Joomla! Templates Framework Demo
Do you know why this occurs? |
login out from where ? frontend or admin ?
|
just fund something , looks like a 1.6.1 issue
Joomla! • View topic - LOGOUT FAILURE - INVALID TOKEN il check further and test |
tested the demo , works fine on my end , front end logout from logout page , have you tried clearing cache ? or is it another page logout ?
|
checked all files , <?php echo JHtml::_('form.token'); ?> is there for logout , compared default 1.6.1 all files are same
fund on tracker for admin logout issue JoomlaCode > Projects > Joomla! > Tracker > Joomla! 1.6.x Issue Tracker > Edit Tracker Item looks like we will have another update soon |
Logout
I had the same problem and figured out the solution. The problem is that they added a token on logout in 1.6.1. The solution is to add:
HTML Code:
<?php echo JHtml::_('form.token'); ?>Add it in like so: HTML Code:
<?php echo JHtml::_('form.token'); ?> |
| All times are GMT -4. The time now is 04:03 PM. |
Powered by vBulletin®
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.