Closed (works as designed)
Project:
Mobile Tools
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2011 at 16:57 UTC
Updated:
24 Apr 2012 at 17:52 UTC
Jump to comment: Most recent
Comments
Comment #1
jlea9378 commentedHello? Does anyone know why this stopped working??
Comment #2
jlea9378 commentedOccasionally the mobile theme will be what is displayed to desktop users, with some pages showing the regular theme and occasionally an Access Denied error.
Clearing the site cache in drupal seems to resolve this problem.
Comment #3
attheshow commentedSame issue. Except I'm using redirection instead of theme switching and the redirection isn't working. I'm testing on an iPhone and iPad. Could recent updates to the iPhone OS have anything to do with it? Maybe something in the user agent for Safari has changed?
Comment #4
jlea9378 commentedIn my case, it doesn't work using my Android or using the User Agent Switcher in Firefox (I tried a few different mobile choices from the list).
Comment #5
Shai commentedsubscribe
Comment #6
jlea9378 commentedAny module developers out there with any clues on why Mobile Tools quit working? Perhaps using wurfl or browsecap would help?
Comment #7
jlea9378 commentedanyone?
Comment #8
r.aubin commentedDo you have it configured to use a single URL or two? If you're using the single URL configuration, have you told drupal via settings.php to include the mobile tools cache file? This information is in the module's readme.
Comment #9
jlea9378 commentedOh. I never saw those instructions before. That appears to have solved the problem. Mobile Tools is working again. Thanks!
Comment #10
Anonymous (not verified) commented@r.aubin Thanks for the tip on the readme file documentation to disable caching. I spent a few minutes trying to figure out what to do with it though... it would be handy if those two lines of code were in the readme file itself. I got distracted reading the code implementation. ;)
One other issue that was causing an detection not to work for us was redirection being enabled. Since we were using the same URL it was unnecessary. I think it was the cause of our switcher links being mislabeled.
Comment #11
jlea9378 commentedWorks now!