← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 445879] Re: php errors on pages in mythweb

 

I have the same problem. When I copied over database from my previous
installation that had MythWeather installed to a new installation that
did not have MythWeather, the code fails because database indicates that
MythWeather exists but it does not.

This was fixed with the following

cat << "EOF" | mysql -umythtv -p mythconverg 
DELETE TABLE IF EXISTS weathersourcesettings; 
DELETE TABLE IF EXISTS weatherscreens; 
DELETE TABLE IF EXISTS weatherdatalayout; 
DELETE FROM settings WHERE value = 'WeatherDBSchemaVer'; 
EOF 


Apart from running this manually, I have no idea of what would be the proper fix for this bug.

-- 
php errors on pages in mythweb
https://bugs.launchpad.net/bugs/445879
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to mythplugins in ubuntu.

Status in “mythplugins” package in Ubuntu: New

Bug description:
Description:	Ubuntu karmic (development branch)
Release:	9.10

mythweb:
  Installed: 0.22.0~trunk22242-0ubuntu1
  Candidate: 0.22.0~trunk22242-0ubuntu1
  Version table:
 *** 0.22.0~trunk22242-0ubuntu1 0
        500 http://archive.ubuntu.com karmic/multiverse Packages
        100 /var/lib/dpkg/status

When loading pages under mythweb, there's 2 php errors at the top of the screen.  I suspect the second may also be causing problems with functionality, as hover-over text boxes no longer appear. nor do names of channels.

Warning at /usr/share/mythtv/mythweb/modules/_shared/tmpl/default/header.php, line 16:
Cannot modify header information - headers already sent by (output started at /usr/share/mythtv/mythweb/classes/MythBackend.php:114)

I don't really know a lot more about this problem.
Cheers,
Chris