Philtheone
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Edit Image Button is missingInstall php-gd
Forum: Installing WordPress
In reply to: After upgrade to Worpdress 3.0 no other upgrade possibleTurn WordPress debugging on (wp-config.php) and see if it’s spewing out any errors when you upload a theme or plugin.
As for my solution, well, all I can say is that it did work for me: could it be in relation to the output stream being compressed multiple times, perhaps?
With zlib compression enabled in php.ini, I was receiving ob_start errors when I turned debug mode on.
Forum: Installing WordPress
In reply to: After upgrade to Worpdress 3.0 no other upgrade possibleTry setting the following in php.ini:
zlib.output_compression = Off
This fixed it for me.
Forum: Fixing WordPress
In reply to: Uploading plugins & themes hangs at "Downloading package…"Unfortunately this didn’t work. My php.ini was already set to a very large amount of memory (256M) which I have now reduced to a more reasonable level, and changing the available memory to match in wp-config made no difference.
I am using nginx but tried what you said in httpd to no avail.
However, I have sorted it out.
I turned WordPress debug mode on and noticed a smattering of errors relating to zlib compression. So I went into php.ini and set the following option:
zlib.output_compression = Off
It now works.
I tried setting output_handler to ob_gzhandler but this breaks it as well.
Should I be enabling zlib, etc?
Forum: Installing WordPress
In reply to: After upgrade to Worpdress 3.0 no other upgrade possibleAlso had this problem going from 2.9.2 to 3.0.
So I created a brand new WordPress 3.0 installation, fresh database, fresh install files from this site, but this also does it. Apart from that, though, it works fine.
Nothing in the error logs, and it actually unpacks and installs the plugins and themes fine as well. It just doesn’t refresh the page with status updates.