mythtv htdocs # find . -name "*php" -print0 | xargs -r0 grep "function setting" "."                             ./includes/utils.php:    function setting($field, $new_value = "old\0old") {
mythtv htdocs #

Yep, only one.

Kyle

-------Original Message-------
From: Chris Petersen <[EMAIL PROTECTED]>
Subject: Re: [mythtv-users] MythWeb returns blank pages
Sent: Jan 09 '06 11:45

> Chris, I did this, and it helped me to figure out some things, but I'm
> still stuck with this in my error log:
>
> [09-Jan-2006 09:10:46] PHP Fatal error:  Cannot redeclare setting()
> (previously declared in /var/www/localhost/htdocs/includes/utils.php:24)
> in /var/www/localhost/htdocs/includes/utils.php on line 24
>
> Ever seen this before? Any ideas?
>
> Thanks for your help, and all your great work.

Go into your mythweb directory and give me the results of:

     find -name "*php" -print0 | xargs -r0 grep "function setting" "."

Should only be a single one, in utils.php

-Chris
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to