Hi Ofer,
The error is pretty obvious: PHP utilised all the memory it is allowed to allocate... how much RAM does the server have and what is the value of memory_limit?
Also, make sure that the cache dirs have the correct permissions, allowing the apache user to write to them.
The issue with the missing ZF files in admin console is known and should be fixed but it is not what's causing the problem you mentioned.