Jump to content

Need help with Content Encoding Error...


ShivaGupta

Recommended Posts

i geting Content Encoding Error
      
  The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

 

 

on go daddy linux shared hosting with php 5.3.....

 

 

i am working with a curl script that take  10 min to finish their work.    and have many loops .. also i use this  before all echo to  get live output

 for($k = 0; $k < 80000; $k++)
        echo ' '; // extra spaces to fill up browser buffer

most thing that script working fine with another linux hosting..........i have tryed 2 or 3 other hosting their that script working well ..

 

here is php ini @ go daddy

output_buffering = Off
register_globals = off
allow_url_fopen = on
ignore_user_abort = On
allow_url_include = On
max_execution_time = 3000
expose_php = Off
max_input_time = 3000
memory_limit = 512M
variables_order = "EGPCS"
extension_dir = ./
zlib.output_compression = Off
implicit_flush = On
allow_call_time_pass_reference = On
safe_mode = Off
safe_mode_gid = Off
safe_mode_allowed_env_vars = PHP_
safe_mode_protected_env_vars = LD_LIBRARY_PATH
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="


; Only uncomment zend optimizer lines if your application requires Zend Optimizer support

;[Zend]
;zend_optimizer.optimization_level=15
;zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
;zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
zend_extension=/usr/local/Zend/lib/Optimizer-3.3.3/ZendExtensionManager.so
;zend_extension_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3/ZendExtensionManager_TS.so


; -- Be very careful to not to disable a function which might be needed!
; -- Uncomment the following lines to increase the security of your PHP site.

;disable_functions = "highlight_file,ini_alter,ini_restore,openlog,passthru,
;    	      phpinfo, exec, system, dl, fsockopen, set_time_limit,
;                     popen, proc_open, proc_nice,shell_exec,show_source,symlink"

so plz help me...to fix that provlem....

Link to comment
https://forums.phpfreaks.com/topic/282588-need-help-with-content-encoding-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.