Fatal error: Call to undefined function: ob_clean() Fatal error: Call to undefined function: ob_clean()
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Fatal error: Call to undefined function: ob_clean()

Started by njtermite, May 20, 2004, 07:55:05 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

njtermite

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

Joachim Müller

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