madhatterdesign
Member
Posted 1 year ago #
My actual website is still up and looks fine, but I can't log in to the admin panel. It just gives me the following error:
Error 500 - Internal server error
An internal server error has occured!
Please try again later.
I did a manual upgrade. I got the "Upgrade Database" message and it upgraded successfully. Am I forgetting something? Thanks!
Google suggests this:
1. Create a file called php.ini in the /wp-admin/ directory of your blog
2. In the file add the text memory = 20MB
madhatterdesign
Member
Posted 1 year ago #
Thank you thank you thank YOU!!! Worked perfectly!
friends1976
Member
Posted 1 year ago #
This isn't working for me. I put the exact text you have above in the directory mentioned. Any other ideas? Or do I have syntax wrong or something?
memory = 20MB
try either memory_limit = 20M or memory = 20M (without the B)
friends1976
Member
Posted 1 year ago #
See, I knew I had a typo. memory_limit=20M worked for me. Thank you so much!!!
What's weird is I have two blogs that I did this two on the exact same hosting package and server and one didn't require this...ODD.
But thank you!