Opened 18 years ago

Closed 18 years ago

#987 closed defect (fixed)

accessing MythWeb from Blazer (Palm OS browser) gets it stuck in 404-land

Reported by: scott@… Owned by: xris
Priority: minor Milestone: unknown
Component: mythweb Version:
Severity: medium Keywords:
Cc: jbuckshin@… Ticket locked: no

Description

I tried pulling up my shiny new MythWeb install (revision 8554) on my phone, a Treo 650, to see what it'd look like. Instead of getting something that looked at least somewhat like MythWeb, I got a 404 error, complaining that /mythweb-svn/program_listing.php couldn't be found.

To make things worse, the same error now turned up when I tried accessing MythWeb from Firefox on a WinXP box.

Blazer supports both HTML and WAP, and some of the errors I was getting from the server while tracking down the problem indicate that maybe there's some weirdness with the WAP theme.

I eventually figured out that http://$HOSTNAME/mythweb-svn/settings/settings.php?RESET_THEME=yes would get MythWeb running again (from Firefox, at least), but it'd be nice to be able to make schedule changes from my phone. :-)

Editing line 209 of includes/init.php to use "default" instead of "wap" enables Blazer to work with MythWeb in HTML mode. I suspect the default theme is a bit too heavy for a phone with a 320x320 display, though...it appears to have choked on the program listings page with a "this page is too large to be displayed" error after transferring about 343K. (As an added bonus, it crashed my phone...but that's beyond the scope of this website.)

Attachments (1)

wap-theme.tar.bz2 (16.9 KB) - added by jbuckshin@… 18 years ago.
update to mythweb wap theme, uses new link/theme structure

Download all attachments as: .zip

Change History (3)

comment:1 Changed 18 years ago by xris

Cc: jbuckshin@… added

Joe has updated the WML theme, but is still working on the WAP theme. I've CC'd him so he knows about the ticket, but don't know when he'll have time to update the theme (hopefully before .19 comes out, but not likely)

Changed 18 years ago by jbuckshin@…

Attachment: wap-theme.tar.bz2 added

update to mythweb wap theme, uses new link/theme structure

comment:2 Changed 18 years ago by xris

Resolution: fixed
Status: newclosed

(In [8726]) Updated WAP theme from Joe -- closes #987

Note: See TracTickets for help on using tickets.