Forum
Welcome, Guest
Please Login to access forum.
Not working authorization on mobile version of site (1 viewing) 
Go to bottom
TOPIC: Not working authorization on mobile version of site
#2335
Viktar
Fresh Boarder
Posts: 1
User Offline
Not working authorization on mobile version of site Karma: 0  
Can't login, fails with "Invalid token" error. I suppose, that the token is lost during some of responsivizer redirects, but can't find where. On the desktop version login working OK.
 
Logged Logged  
  The administrator has disabled public write access.
#2336
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Not working authorization on mobile version of site Karma: 79  
 
Logged Logged  
  The administrator has disabled public write access.
#4740
Yuriy Boev
Fresh Boarder
Posts: 7
User Offline
Re:Not working authorization on mobile version of site Karma: 0  
Hello,

I have the same problem. Did you find a solution?

System - Cache plugin is off, Legacy mode plugin on, but it can`t be off, because the template is for older Joomla version.

When I turn on System - Cache with "Use Browser Caching", it works, but the mobile template is broken.

Help please.
 
Logged Logged  
  The administrator has disabled public write access.
#4741
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Not working authorization on mobile version of site Karma: 79  
Hello,

the problem is due to the old Joomla 1.0 legacy plugin. It must be disabled to allow login on mobile devices. For the other user Viktar this solved the problem.

In 2016 you can't think to have everything working fine using code of Joomla 1.0 in the early 2005. Update please, time goes by.

If you can't unpublish the legacy plugin a workaround is commenting out line 49 of the file legacy.php:

//$config->setValue('config.legacy', 1);
 
Logged Logged  
  The administrator has disabled public write access.
#4744
Yuriy Boev
Fresh Boarder
Posts: 7
User Offline
Re:Not working authorization on mobile version of site Karma: 0  
Commenting out line 49 of the file legacy.php, broke template stuff.

QUOTE:
In 2016 you can't think to have everything working fine using code of Joomla 1.0 in the early 2005. Update please, time goes by.


Yes, this is the right solution!

Thanks for support.
 
Logged Logged  
  The administrator has disabled public write access.
Go to top