VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: aarondowling on April 13, 2016, 19:38:34 PM

Title: Invalid security token issue - Is this a bug in joomla 3.5.1?
Post by: aarondowling on April 13, 2016, 19:38:34 PM
Joomla is 3.5.1/ VirtueMart 3.0.16

I upgraded to joomla 3.5.1 yesterday and virtuemart today. It worked fine but now when i login as customer I get a blank page with this at the top.


The most recent request was denied because it contained an invalid security token. Please refresh the page and try again.Yes 

I've tried clearing the cache, admin cache, deleting the user sessions from the 'vnto1_session' table. Nothing seems to work.

Is this a bug?
Title: Re: Invalid security token issue - Is this a bug in joomla 3.5.1?
Post by: jenkinhill on April 13, 2016, 20:18:20 PM
Looka like a Joomla issue:  https://github.com/joomla/joomla-cms/issues/9568
Title: Re: Invalid security token issue - Is this a bug in joomla 3.5.1?
Post by: aarondowling on April 13, 2016, 21:16:02 PM
Thanks Jenkinhill.

By turning off the cache plugin it seems to have fixed the issue.
Title: Re: Invalid security token issue - Is this a bug in joomla 3.5.1?
Post by: GJC Web Design on April 13, 2016, 23:00:16 PM
have also seen this if the session has expired  -- goes in an endless loop when

www.xxx.con/administrator/index.php

just remove the index.php  and use  www.xxx.con/administrator -- u then get the login again
Title: Re: Invalid security token issue - Is this a bug in joomla 3.5.1?
Post by: aarondowling on April 14, 2016, 10:33:21 AM
Thanks guys. You're help has been great :)