coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: njtermite on May 20, 2004, 07:55:05 AM

Title: Fatal error: Call to undefined function: ob_clean()
Post by: njtermite on May 20, 2004, 07:55:05 AM
For some reason I'm getting this error, my gallery was working fine but then my host updated the server now I'm getting this error
url: http://cgi.rhino3dforums.com/gallery/


   if(empty($custom_header)){
      include('http://cgi.rhino3dforums.com/gallery/gallerymenu2.html');
      $custom_header = ob_get_contents();
      ob_clean();
     }


Thanks,
Mark
Title: Re: Fatal error: Call to undefined function: ob_clean()
Post by: Joachim Müller on May 20, 2004, 08:09:12 AM
http://www.php.net/ob_clean requires PHP4.2 or better. Since this is related to your custom scripting you're looking in the wrong place...

GauGau