[QUOTE=Sean H.;32976]It is a bug.
The PHP process is running out of memory at the point of the update as evidenced in the webserver error log (/var/log/httpd/error_log).
SOLUTION
Edit your php.ini file
Look for the line memory_limit
The default value there is 128M and is usually more than enough.
Increase it to 192M or 256M, restart your webserver and it will work.
… you can reset it afterwards to the default value.
SCRIPTCASE:
This does qualify as a bug as there should be no need to allocate that much memory to update a few files.[/QUOTE]
Thanks man! This solution worked for me.