Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Still no Avatar fix?


Jeff Sayre
Participant

@jeffsayre

Okay, so you’re site is running PHP5. I’m guessing that what is happening then is a PHP is running into a memory limit. So, we’re going to help PHP by boosting its memory limit.

You’ll need to make a file called php.ini. Inside this new file, put this:

memory=48MB

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.

Skip to toolbar