Re: plugin errors
It looks like PHP is running into a memory limit. So, you need to help PHP by boosting its memory limit.
Make a file called php.ini. Inside this new file, put this:
memory=48MB
There is more that can be added to that if you’re still having issues. But for now, let’s make it as simple as possible.
Once you’ve created that file, upload it to your wp-admin directory.
On some installs, I’ve had to boost the memory to 96MB. If 48MB does not work, try increasing.
Let me know how that goes.