PC Playground  

Go Back   PC Playground > The Core > Scripting/Programming
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-14-2003, 03:18 PM
Member
 
Join Date: Jan 2003
Location: london
Posts: 67
Default phpnuke and pcplayground.com

Hi all,
Below is a post i got from Raven explaining why i have that error in phpnuke
Quote:
Problem: ob_gzhandler error fix
Fix by: Raven - http://gaylenandmargie.com/phpwebsite
Fix:

output_buffering MUST be set to on or 1
It has to be set either in the php.ini file or in .htaccess
It is NOT settable through the script using ini_set

Here would be the php.ini file
Code:
output_buffering = on
output_buffering = on

Here would be the .htaccess file

Code:
php_flag output_buffering 1
Reply With Quote
  #2 (permalink)  
Old 05-15-2003, 01:13 AM
Administrator
 
Join Date: Jan 2003
Posts: 1,350
Default

Ok, pretty self explanatory.

Thanks for the update.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 01:37 AM.