From: Martin G. <gim...@gi...> - 2002-08-25 17:52:33
|
Jeff Dairiki <da...@da...> writes: > Hi Martin, > > Oof. I haven't a clue as to what your problem might be. > It seems to be something that's causing a fundamental failure > of PHP. Have you checked your error_log? No, I don't have access to the error_log as I don't have shell access on the machine that hosts gimpster.com. > If that doesn't show anything, then the next thing to do, > I think, is to start adding temporary debugging print > statements (starting at the top of index.php and working > downwards and onwards through other php source) to determine > how far things get before they crap out. Good idea - that worked! I tracked the execution as far as to PearDB.php. It was the @require_once('DB.php'); statement that never returned - after I commented it out, everything worked again. So it seams that the installation of Pear is broken at gimpster.com... it was very clever of you to provide a backup version of the DB class from Pear. -- Martin Geisler My GnuPG Key: 0xF7F6B57B See http://gimpster.com/ and http://phpweather.net/ for: PHP Weather => Shows the current weather on your webpage and PHP Shell => A telnet-connection (almost :-) in a PHP page. |