'ob_gzhandler' conflicts with 'zlib output compression'

only7yb / 2014-09-23 13:14:13   

Hi, I'm getting following warning on top of every page in the backend:

Warning: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' conflicts with 'zlib output compression' in /home/g7478/domains/strudzinski.com/public_html/ndxzstudio/index.php on line 10

and upload of files stopped working. Everything else seems to work. This all happened after moving website to another server.

( strudzinski.com )

Help will be very appreciated. Thanks!

Vaska A / 2014-09-23 13:26:09   

Are you handing with editing codery? Can you simply comment out that line (//)?

Vaska A / 2014-09-23 13:26:32   

Also, I think zlib is a module that most shared hosts don't enable by default...

only7yb / 2014-09-23 15:13:21   

I comment out this line ( ob_start('ob_gzhandler'); ) and the warning is gone. But there are still problems in the backend:
- upload still doesnt work - it only shows a page saying: [{"name":"image.jpg","size":184504,"type":"image/png","url":"/files/gimgs/image.jpg","delete_url":"/ndxzstudio/index.php?file=image.jpg","delete_type":"DELETE"}]
- then those photos appear and i can not delete them or rearrange witht drag and drop
- when editing the text, save button does not work

Vaska, maybe I could give you login details so you could have a look? I don't know what to do. Thanks!

Vaska A / 2014-09-23 16:05:28   

Ask your host if mod_security is enabled. If so, have them check the logs and adjust accordingly...

only7yb / 2014-09-23 19:22:26   

It's not enabled..

Vaska A / 2014-09-23 20:54:24   

Something is really wrong here. I'd be happy to login and see what I can see...

support at indexhibit dot org

Vaska A / 2014-09-24 16:00:03   

There was also a jquery.js file that was misuploaded by FTP that was causing problems. It's all working now...

This thread has been closed, thank you.