[mythtv-users] mythweb php error

Michael T. Dean mtdean at thirdcontact.com
Sun Jan 31 20:20:45 UTC 2010


On 01/31/2010 12:08 PM, Claude Gélinas wrote:
> Since few svn update I get the following error when I want to see the recorded 
> program in mythweb:
>
> Warning at /var/www/html/modules/tv/recorded.php, line 92:
> gmp_add(): Unable to convert variable to GMP - wrong type
>
> Warning at /var/www/html/modules/tv/recorded.php, line 94:
> gmp_add(): Unable to convert variable to GMP - wrong type
>
> Warning at /var/www/html/modules/_shared/tmpl/default/header.php, line 16:
> Cannot modify header information - headers already sent by (output started at 
> /var/www/html/includes/errors.php:148)
>
> How can I solve that, I'm running myth last svn, FC12 x86_64
>   

Looks like some data that's supposed to be a number isn't on your system.

If you're lucky:

mysql -umythtv -p mythconverg -e "TRUNCATE TABLE mythweb_sessions;"

will work.

If not, you likely have corrupt recording data in your database.

Mike


More information about the mythtv-users mailing list