[mythtv-users] mythweb under arch
jacek burghardt
jaceksburghardt at gmail.com
Sun Apr 6 14:08:20 UTC 2014
Ever since latest apache server the mythweb does not work any more. The
logs show line 59 has issue. Does this this mean that mythweb cant connect
to mysql ?
Not cached?
elseif (!array_key_exists($field, $cache[$h])) {
if (is_null($hostname))
$cache[$h][$field] = $db->query_col('SELECT data
FROM settings
WHERE value=? AND
hostname IS NULL',
$field);
else
$cache[$h][$field] = $db->query_col('SELECT data
FROM settings
WHERE value=? AND
hostname LIKE ?',
$field, $hostname);
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20140406/25a7b3c8/attachment.html>
More information about the mythtv-users
mailing list