[mythtv-users] MythWeb returns blank pages

Chris Petersen lists at forevermore.net
Mon Jan 9 16:45:04 UTC 2006


> 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


More information about the mythtv-users mailing list