
mythtv at cvs
Apr 29, 2008, 3:50 PM
Views: 251
Permalink
|
|
Ticket #5273: mythweb - weather module - animated maps fix for release-0-21-fixes branch
|
|
#5273: mythweb - weather module - animated maps fix for release-0-21-fixes branch -----------------------------------------------+---------------------------- Reporter: Paul Sands <usg990a[at]cebridge.net> | Owner: xris Type: patch | Status: new Priority: minor | Milestone: unknown Component: mythweb | Version: 0.21-fixes Severity: medium | Mlocked: 0 -----------------------------------------------+---------------------------- The current php template does not properly load the radar images if mythweb it not to root of the host server (or a vhost). So if the url to access is http://192.168.0.100/mythweb/weather then the original php file looks for http://192.168.0.100/data/cache/whatever-0 instead of looking for http://192.168.0.100/mythweb/data/cache/whatever-0. Attached is a diff of 0-21-fixes weather.am.php at SVN 16203. It works fine for me using a non-root mythweb but may need further testing / verification before being applied (i.e. not sure how it would effect vhost configuration). -- Ticket URL: <http://svn.mythtv.org/trac/ticket/5273> MythTV <http://www.mythtv.org/> MythTV _______________________________________________ mythtv-commits mailing list mythtv-commits[at]mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|