[mythtv-users] MythWeb returns blank pages

Kyle Hoondert kyle at hoondert.net
Thu Jan 12 13:29:05 UTC 2006


  More than once. Totally cleaned my mythweb dir, got new SVN and
installed. I will look into a php upgrade, maybe there was some bug  with
the version I am using.

Thanks,

Kyle


  	-------Original Message-------
  From: Chris Petersen
  Subject: Re: [mythtv-users] MythWeb returns blank pages
  Sent: Jan 11 '06 23:16

  > 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?

  The only thing I can think of is if something is calling require instead

  of require_once. I've checked my tree, and utils.php is called only
  from init.php and db.php, both via require_once.

   From your error message, yours is obviously pulling it twice, which
  means that your version of php is broken and not doing require_once
  properly, or something's messed up in your code.

  I don't remember, have you done a complete clean install?

  -Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20060112/5155c706/attachment.htm


More information about the mythtv-users mailing list