I am having trouble with my current release of PHP. I need PHP 4.2.0 but I can't find a php package on Debian. I suspect I'll have to go to the unstable distribution for this but I can't find the package. Is PHP part of another package? Rejean Proulx Visit my family at http://interfree.ca MSN is: rejp at rogers.com Ham License VA3REJ ----- Original Message ----- From: "Axel Kollmorgen" <axel@xxxxxxxxxxxxxx> To: <drupal-support at drupal.org>; "Rejean Proulx" <rejp at rogers.com> Sent: Friday, November 07, 2003 8:29 PM Subject: [drupal-support] Re: Error On WEvery Screen > On Thursday, November 06, 2003 3:03 PM [GMT+1=CET], > Rejean Proulx <rejp at rogers.com> wrote: > > > I have Tidy installed and configured in order to make Drupal meet W3C > > standards. Here is what I get at the bottom of every screen. > > > > Fatal error: Call to undefined function: ob_clean() in > > /var/www/blindetext/modules/htmltidy.module on line 40 > > > > How do I fix this? > > ob_clean() only exists since PHP 4.2.0 [1], so you should upgrade your > php (which is a good idea anyway if you want to avoid to be hacked). > > you could also try to replace ob_clean() with ob_end_clean() which is > supported since PHP 4(.0). > > [1] http://www.php.net/manual/en/function.ob-clean.php > [2] http://www.php.net/manual/en/function.ob-end-clean.php > > -- > ax > > That which we are capable of feeling, we are capable of saying. > -cervantes, 1613 > > -- > [ Drupal support list | http://list.drupal.org/ ]