<div dir="ltr"><div>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 ?</div><div>Not cached?</div><div> elseif (!array_key_exists($field, $cache[$h])) {</div>
<div> if (is_null($hostname))</div><div> $cache[$h][$field] = $db->query_col('SELECT data</div><div> FROM settings</div><div> WHERE value=? AND hostname IS NULL',</div>
<div> $field);</div><div> else</div><div> $cache[$h][$field] = $db->query_col('SELECT data</div><div> FROM settings</div>
<div> WHERE value=? AND hostname LIKE ?',</div><div> $field, $hostname);</div><div> }</div><div><br></div>
</div>