<p><br>
More than once. Totally cleaned my mythweb dir, got new SVN and
installed. I will look into a php upgrade, maybe there was some bug
with the version I am using.</p><p>Thanks,</p><p>Kyle&nbsp;</p><table border="0" cellpadding="1" cellspacing="7"><tbody><tr><td bgcolor="black"><br>
</td><td>-------Original Message-------<br>
From: Chris Petersen <lists @forevermore.net=""><br>
Subject: Re: [mythtv-users] MythWeb returns blank pages<br>
Sent: Jan 11 '06 23:16<br>
<br>
&gt; Chris, I did this, and it helped me to figure out some things, but I'm<br>
&gt; still stuck with this in my error log:<br>
&gt; <br>
&gt; [09-Jan-2006 09:10:46] PHP Fatal error:  Cannot redeclare setting()<br>
&gt; (previously declared in /var/www/localhost/htdocs/includes/utils.php:24)<br>
&gt; in /var/www/localhost/htdocs/includes/utils.php on line 24<br>
&gt; <br>
&gt; Ever seen this before? Any ideas?<br>
<br>
The only thing I can think of is if something is calling require instead <br>
of require_once.  I've checked my tree, and utils.php is called only <br>
from init.php and db.php, both via require_once.<br>
<br>
 From your error message, yours is obviously pulling it twice, which <br>
means that your version of php is broken and not doing require_once <br>
properly, or something's messed up in your code.<br>
<br>
I don't remember, have you done a complete clean install?<br>
<br>
-Chris<br>
</lists></td></tr></tbody></table>