From owner-freebsd-questions@FreeBSD.ORG Fri Nov 11 17:13:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6AE216A420 for ; Fri, 11 Nov 2005 17:13:08 +0000 (GMT) (envelope-from remorse@partners.org) Received: from hedwig.mgh.harvard.edu (hedwig.mgh.harvard.edu [132.183.156.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B10743D53 for ; Fri, 11 Nov 2005 17:13:08 +0000 (GMT) (envelope-from remorse@partners.org) Received: from [132.183.156.105] (buxtehude.mgh.harvard.edu [132.183.156.105]) by hedwig.mgh.harvard.edu (8.13.3/8.13.1) with ESMTP id jABHCqWc069368; Fri, 11 Nov 2005 12:12:52 -0500 (EST) (envelope-from remorse@partners.org) In-Reply-To: <4374C739.40600@bals.org> References: <4374C739.40600@bals.org> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Richard Morse Date: Fri, 11 Nov 2005 12:13:07 -0500 To: ronw@bals.org X-Mailer: Apple Mail (2.623) Cc: freebsd-questions@freebsd.org Subject: Re: Upgrading PHP port to 4.4.1 breaks Drupal site X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2005 17:13:09 -0000 This is a known bug with PHP4-4.4.1 and Apache2+mod_rewrite. Please see http://bugs.php.net/bug.php?id=35096. Ricky On Nov 11, 2005, at 11:30 AM, Ron Wilhoite wrote: > After a portupgrade of PHP to 4.4.1 my Drupal 4.6.3 site stopped > working. I used portdowngrade to revert to 4.4.0 and the site worked > again. > > I tried upgrading this morning to 4.4.1_1 and drupal-4.6.3_1, but got > the same result. Using portdowngrade to revert to PHP 4.4.0 worked > again. > > I posted to the drupal support list and PHP 4.4.1 does not seem to be > causing problems for other Drupal users. The 'missing' files in the > error logs below exist and have correct permissions. I also couldn't > find anything relevant at php.net or with google searches. > > I will appreciate any suggestions. > > Ron Wilhoite > > > Message posted to Drupal list: > > After upgrading PHP to 4.4.1, my site's homepage loads, but all other > pages are blank and I can't login. I restarted apache and mysql, but > got the same result. It's Drupal 4.6.3, Apache 2.0.55, Mysql 4.1.15, > running on FreeBSD 5.4. > > I've copied the errors from the apache log below. If there is other > information I can provide let me know. > > I downgraded my PHP ports to 4.4.0 and the site came back up. > > Thanks for any help or pointers. > > Apache error log: > > [Wed Nov 02 00:15:42 2005] [error] [client 192.168.0.35] PHP Warning: > main(sites/default/settings.php): failed to open stream: No such file > or directory in /usr/local/www/data/includes/bootstrap.inc on line > 642, referer: http://office.bals.org/ > [Wed Nov 02 00:15:42 2005] [error] [client 192.168.0.35] PHP Warning: > main(): Failed opening 'sites/default/settings.php' for inclusion > (include_path='.:') in /usr/local/www/data/includes/bootstrap.inc on > line 642, referer: http://office.bals.org/ > [Wed Nov 02 00:15:42 2005] [error] [client 192.168.0.35] PHP Warning: > main(includes/database.inc): failed to open stream: No such file or > directory in /usr/local/www/data/includes/bootstrap.inc on line 643, > referer: http://office.bals.org/ > [Wed Nov 02 00:15:42 2005] [error] [client 192.168.0.35] PHP Warning: > main(): Failed opening 'includes/database.inc' for inclusion > (include_path='.:') in /usr/local/www/data/includes/bootstrap.inc on > line 643, referer: http://office.bals.org/ > [Wed Nov 02 00:15:42 2005] [error] [client 192.168.0.35] PHP Warning: > main(includes/session.inc): failed to open stream: No such file or > directory in /usr/local/www/data/includes/bootstrap.inc on lin > e 644, referer: http://office.bals.org/ > [Wed Nov 02 00:15:42 2005] [error] [client 192.168.0.35] PHP Warning: > main(): Failed opening 'includes/session.inc' for inclusion > (include_path='.:') in /usr/local/www/data/includes/bootstrap.inc on > line 644, referer: http://office.bals.org/ > [Wed Nov 02 00:15:42 2005] [error] [client 192.168.0.35] PHP Warning: > main(includes/module.inc): failed to open stream: No such file or > directory in /usr/local/www/data/includes/bootstrap.inc on line > 645, referer: http://office.bals.org/ > [Wed Nov 02 00:15:42 2005] [error] [client 192.168.0.35] PHP Warning: > main(): Failed opening 'includes/module.inc' for inclusion > (include_path='.:') in /usr/local/www/data/includes/bootstrap.inc on l > ine 645, referer: http://office.bals.org/ > [Wed Nov 02 00:15:42 2005] [error] [client 192.168.0.35] PHP Fatal > error: Call to undefined function: db_fetch_object() in > /usr/local/www/data/includes/bootstrap.inc on line 199, referer: > http://office.bals.org/ > [Wed Nov 02 00:15:46 2005] [error] [client 192.168.0.35] PHP Fatal > error: Cannot redeclare conf_init() (previously declared in > /usr/local/www/data/includes/bootstrap.inc:45) in > /usr/local/www/data/in > cludes/bootstrap.inc on line 44, referer: http://office.bals.org/ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >