Installing plugins and themes hangs
-
same old issue. i have wordpress on 3 linux machines, 2 of them work, one does not. same O/S, 2 are 64 bit, 1 is 32 bit. 2 are the latest O/S and modules, one is older. the 32 bit works fine and one of the 64 bit works fine. there is a mixture of 3.0 and 3.1.
on the machine that does not work i have tried both 3.0 and 3.1.
i have tried expanding memory in php.ini to 128M and 256M
i have tried setting WP_MEMORY_LIMIT to 64MB in default-constants.php
i have tried the AddType x-mapp-php5 .php to the .htaccess file
i have tried various settings of permissions on wp-content, ../upgrade and ../plugins and ../themes
i have set debug on and checked the debug.log
i have set display_errors on in php.ini
i have set suhosin.simulation on in php.ini to try that
zlib compression is off (i see someone else used that to cure their problem)if the wp-content/upgrade directory does not exist, the system will create the directory, download the .tmp file into wp-content, unpack it into the upgrade directory and remove the .tmp file from the wp-content directory and then hang with the message “Installing theme” (or plugin, if i’m trying to install a plugin).
if the upgrade directory already exists, then the .tmp file is created in the wp-content directory and the system hangs with ‘Unpacking Theme|Plugin’.
this looks like a permissions problem, but i have tried with pretty much everything from 755 to 777 to make it work and nothing does.
any more suggestions would be greatly appreciated.
if the wp-content/upgrade directory already exists when i try
- The topic ‘Installing plugins and themes hangs’ is closed to new replies.