Opened 13 years ago

Closed 13 years ago

#9220 closed defect (Fixed)

Can no longer use default template on mobile devices

Reported by: skd5aner <skd5aner@…> Owned by: Rob Smith
Priority: minor Milestone: unknown
Component: Plugin - MythWeb Version: 0.24-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Since 0.24's release, I am no longer able to leverage MythWeb's default template on mobile.

In 0.23, the mobile browser would default to the ipod template, but you could click the link at the bottom that would revert back to the primary template. MythWeb would work on the mobile browser in the same fashion as a normal desktop browser.

In 0.24, it still defaults to the ipod template. However, when you click the link at the bottom to revert back to the primary template, it will load the home page of mythweb, but all links off of the main page will fail with a message similar to this:

Warning at .../mythweb/modules/tv/list.php, line 49: !NoTrans: require_once(modules/tv/tmpl/iPod/list.php): failed to open stream: No such file or directory!!

Warning at .../mythweb/modules/status/handler.php, line 52: !NoTrans: require_once(modules/tv/tmpl/iPod/list.php): failed to open stream: No such file or directory!!

etc.

I've tested with 2 Android 2.2 devices, a Droid 2 and a Droid X - both exhibit the same behavior. Cleared cache and cookies just to make sure. Please let me know if you need any additional information, as I'll be happy to troubleshoot.

Change History (3)

comment:1 Changed 13 years ago by skd5aner <skd5aner@…>

sorry, the second one should say:

Warning at .../mythweb/modules/status/handler.php, line 52: NoTrans: require_once(modules/status/tmpl/iPod/status.php): failed to open stream: No such file or directory!!

comment:2 Changed 13 years ago by robertm

Status: newassigned

comment:3 Changed 13 years ago by Rob Smith

Resolution: Fixed
Status: assignedclosed

Fixed in 4753643..a4ceb01 and a4ceb01..029e9ff

Note: See TracTickets for help on using tickets.