<P><BR>mythtv htdocs # find . -name "*php" -print0 | xargs -r0 grep "function setting" "." ./includes/utils.php: 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>> Chris, I did this, and it helped me to figure out some things, but I'm<BR>> still stuck with this in my error log:<BR>> <BR>> [09-Jan-2006 09:10:46] PHP Fatal error: Cannot redeclare setting()<BR>> (previously declared in /var/www/localhost/htdocs/includes/utils.php:24)<BR>> in /var/www/localhost/htdocs/includes/utils.php on line 24<BR>> <BR>> Ever seen this before? Any ideas?<BR>> <BR>> Thanks for your help, and all your great work.<BR><BR>Go into your mythweb directory and give me the results of:<BR><BR> 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>