[wp-testers] Error on automatic update

Steve stevish at gmail.com
Sun Nov 9 20:18:07 GMT 2008


I'm just gonna shoot out a couple observances and theories here, hopefully
someone else will get an idea from it:

The size it tried to allocate (242766 bytes) is the exact size of the file
(class-pclzip.php). The other size mentioned (33554432 bytes) is exactly
32MB.

Line 4067 may be either the spot where it ran out of memory (while uploading
the file), or the command it was trying to execute (while decompressing the
zip file from WP)

What it seems to be saying is that it reached its 32MB memory limit with the
file class-pclzip.php. What I'm not sure of, is whether it was executing or
uploading that file when it ran into the problem.

Did you try updating more than once? Is it possible that other scripts are
running on your server? It seems to me that 32MB of memory is an awful lot
to fill up with an automatic upgrade of WordPress, so I just assume
something else is going on on that server.

Sorry, that's all I've got.


> 2008/11/9 juma <juma at beedragon.com>

> >
> > I started getting this error:
> >>
> >> Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to
> >> allocate 242766 bytes) in
> >> /home/xxxxx/public_html/wp-admin/includes/class-pclzip.php on line 4067
> >>
> >> on automatic core update at version 2.7-beta1-9493. Does anyone know why
> >> that would suddenly start happening?
> >>
> >> using PHP 5.2.6, MySQL 5.0.51a-community, and apache 1.3.41 (Unix) on
> >> Liquid Web dedicated.
> >>
> >> Thanks,
> >> Lori
> >>
> >> --
> >> work: http://beedragon.com
> >> play: http://lbnuke.com
> >>
> >> _______________________________________________
> >> wp-testers mailing list
> >> wp-testers at lists.automattic.com
> >> http://lists.automattic.com/mailman/listinfo/wp-testers
>
>


More information about the wp-testers mailing list