<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-&gt;query_col(&#39;SELECT data</div><div>                                                       FROM settings</div><div>                                                      WHERE value=? AND hostname IS NULL&#39;,</div>
<div>                                                    $field);</div><div>            else</div><div>                $cache[$h][$field] = $db-&gt;query_col(&#39;SELECT data</div><div>                                                       FROM settings</div>
<div>                                                      WHERE value=? AND hostname LIKE ?&#39;,</div><div>                                                    $field, $hostname);</div><div>        }</div><div><br></div>
</div>