<P><BR>mythtv htdocs # find . -name "*php" -print0 | xargs -r0 grep "function setting" "."&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ./includes/utils.php:&nbsp;&nbsp;&nbsp; function setting($field, $new_value = "old\0old") {<BR>mythtv htdocs #</P>
<P>Yep, only one.</P>
<P>Kyle</P>
<TABLE cellSpacing=7 cellPadding=1 border=0>
<TBODY>
<TR>
<TD bgColor=black></TD>
<TD>-------Original Message-------<BR>From: Chris Petersen <LISTS@FOREVERMORE.NET><BR>Subject: Re: [mythtv-users] MythWeb returns blank pages<BR>Sent: Jan 09 '06 11:45<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:&nbsp;&nbsp;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>&gt; <BR>&gt; Thanks for your help, and all your great work.<BR><BR>Go into your mythweb directory and give me the results of:<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp; find -name "*php" -print0 | xargs -r0 grep "function setting" "."<BR><BR>Should only be a single one, in utils.php<BR><BR>-Chris<BR></TD></TR></TBODY></TABLE>