Domanda

I have been struggling with this for 2 weeks now.

I tried so many fixes or solutions that I have researched on forums. I have tried to set different values on my PHP.ini page.

I have tried to debug = true and logged debug errors, but nothing of value shows up..??

Here is the video of the problem:

http://youtu.be/ILkaSyxFaDs

I am sure a have a value that is wrong, but can't nail it down.. ??

enter image description here

È stato utile?

Soluzione

The solution was to set zlib.output_compression = off in the php.ini, per the discussion in the OP's question.

FYI, when uploading a plugin, it first gets stored in the PHP's temp folder (first one):

Screenshot

If such folder doesn't exist or is deleted, then WP throws an error:

Missing a temporary folder

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top