Date: Fri, 11 Nov 2005 11:30:49 -0500 From: Ron Wilhoite <ronw@bals.org> To: freebsd-questions@freebsd.org Subject: Upgrading PHP port to 4.4.1 breaks Drupal site Message-ID: <4374C739.40600@bals.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4374C739.40600>