[mythtv-users] mythweb fails when searching for "other showing of a program"

Oz Dror odror7 at gmail.com
Fri Dec 3 22:17:14 UTC 2010


> $sh = $db->query($sql);
> $channel_list = array();
> while ($chanid = $sh->fetch_col()) {
> echo(' chanid='.$chanid); <-------
> $channel_list[] = $chanid;
> }
> var_dump($channel_list); <-------
> Cache::set('[channelList]', $channel_list);
> }
>return $channel_list;

The return value is:

 array(0) { }

This means that the DB query fails. ?? does it try a DB in a non-existent host


More information about the mythtv-users mailing list