[mythtv-users] MythWeb returns blank pages

Kyle Hoondert kyle at hoondert.net
Mon Jan 9 17:01:49 UTC 2006


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
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20060109/6ffe8c24/attachment.htm


More information about the mythtv-users mailing list