[mythtv-users] Mythweb error on scheduled recordings

Gabe Rubin gaberubin at gmail.com
Mon Oct 4 16:12:01 EDT 2004


When I go to scheduled recordings via mythweb, i get the following error:

Warning at /var/www/html/mythweb/includes/sorting.php, line 42:
Invalid argument supplied for foreach()

this error appears in each cell on the page (program, station, airdate
and length).

I looked at the code in sorting.php and this is what is there:
--snip--
    // Scan the sort array for any entries matching the current
choice, and remove them
        $depth = 0;
        foreach ($_SESSION[$session] as $key => $sort) {
            $depth++;
---end snip--

the foreach is line 42.

Thanks,
Gabe


More information about the mythtv-users mailing list