Getting a 500 internal server error for wordpress?

Go To StackoverFlow.com

1

I already tried doing the php.ini memory=20MB solution but it did not work. I uploaded it under the wp-admin/ folder.

I'm not really sure what else to try. Help?

2012-04-04 21:16
by jsilvax
Check your web server's error logs. It'll have to details about the 500 error. What you see in your browser is deliberately vague to prevent internal status/configuration data from leaking out - Marc B 2012-04-04 21:17
Look at this - http://codex.wordpress.org/Editing_wp-config.php#Debu - mrtsherman 2012-04-04 21:20


0

The memory bump doesn't go into an .htaccess file in wp-admin. It goes into the .htaccess in web root. Use FTP to find and delete the .htaccess file you put in wp-admin.

Then forget about .htaccess files and try adding the line below near the top of your wp-config.php file, a few lines after the opening <?php

define('WP_MEMORY_LIMIT', '64M');

2012-04-05 01:59
by markratledge


0

Renaming plugin directory temporary solved the problem for me

2013-08-30 09:00
by Codo Ekran
Ads