Opened 17 years ago

Closed 17 years ago

#3746 closed defect (fixed)

Mythweb broken

Reported by: anonymous Owned by: xris
Priority: minor Milestone: unknown
Component: mythweb Version: unknown
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Changeset [13952] broke mythweb.

Changeset [13968] bumped the protocol version, but other changes are needed to bring mythweb in conformity with the sql changes.

When trying to view upcoming recordings or recorded programs the following error is returned:

Fatal error: Possible integer overflow in memory allocation (7 * 443835104 + 1) in /usr/src/mythtv/svn/mythplugins/mythweb/modules/tv/includes/objects/Program.php on line 229

$data\['stars'\] doesn't seem to have what I would expect in it for data...

Change History (1)

comment:1 Changed 17 years ago by stuartm

Resolution: fixed
Status: newclosed

(In [13969]) Changes to mythweb to allow it to work with [13952].

No support for the new flags has been added yet. The protocol changes have been made. The hdtv, stereo and closecaptioned variables are now treated as ints instead of bools.

Fixes #3746

Note: See TracTickets for help on using tickets.