[wp-testers] Can't install plugin in WP3.0-beta1

Dion Hulse (dd32) wordpress at dd32.id.au
Fri Apr 16 10:00:43 UTC 2010


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 <koke at amedias.org> 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 = 32M
> PHP Fatal error:  Allowed memory size of 33554432 bytes exhausted (tried  
> to allocate 240 bytes)
> #with memory_limit = 64M
> PHP Fatal error:  Allowed memory size of 67108864 bytes exhausted (tried  
> to allocate 2 bytes)
> #with memory_limit = 96M
> PHP 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
> <koke at amedias.org>
>
> http://www.jorgebernal.info/
> http://www.linkedin.com/in/jbernal
> http://twitter.com/koke
>
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>


-- 
Dion Hulse / dd32
Contact:
  e: contact at dd32.id.au
  Web: http://dd32.id.au/


More information about the wp-testers mailing list