Theres a similar trac ticket open at present.Can you post the contents of your phpinfo() output? (can email me directly if you wish)
What I'm looking for: If you have the PHP Zip Extension installed or not.
Can you try adding this to a plugin file:
add_filter('unzip_file_use_ziparchive', '__return_false' );
and see if it then works?
(Quick and simple way to add it to a plugin, create a
'wp-content/mu-plugins/' folder, and create a file there, no need to give
it a plugin header, it'll automatically be loaded)
On Fri, 16 Apr 2010 19:55:34 +1000, Jorge Bernal <[email protected]> wrote:
Hi, I'm testing wordpress 3 beta for a new blog and can't install plugins directly from the backend.The process is stuck at unpacking and the error log says: #with memory_limit = 32MPHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 240 bytes)#with memory_limit = 64MPHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 2 bytes)#with memory_limit = 96MPHP Fatal error: Allowed memory size of 100663296 bytes exhausted (tried to allocate 5 bytes)It shouldn't be a host problem, since I have a bunch of 2.9 installations that work perfectly.-- Jorge Bernal Ordovás <[email protected]> http://www.jorgebernal.info/ http://www.linkedin.com/in/jbernal http://twitter.com/koke _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
-- Dion Hulse / dd32 Contact: e: [email protected] Web: http://dd32.id.au/ _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
