Title: error 500
Last modified: August 19, 2016

---

# error 500

 *  [textorfilm](https://wordpress.org/support/users/textorfilm/)
 * (@textorfilm)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/error-500-501/)
 * Hi there,
    I have a problem: when I activate a certain number of plug-ins I am
   always getting this:
 * “Error 500 – Internal server error
 * An internal server error has occured!
    Please try again later.”
 * What can I do?
    Maybe there is a limit of allowed plug-ins that can installed?
 * Kind regards,
    Dietmar

Viewing 15 replies - 1 through 15 (of 30 total)

1 [2](https://wordpress.org/support/topic/error-500-501/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/error-500-501/page/2/?output_format=md)

 *  [colking](https://wordpress.org/support/users/colking/)
 * (@colking)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/error-500-501/#post-796219)
 * I’m also getting that same 500 error. I was trying to increase my upload limit
   by adding a line .htaccess. If only I knew how to undo what I did…
 * thanks,
    Col
 *  [brian-hatano](https://wordpress.org/support/users/brian-hatano/)
 * (@brian-hatano)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/error-500-501/#post-796235)
 * I had the same problem.
 * In the /wp-admin/ directory, I added a notepad file titled “php.ini” with only
   the text “memory=20MB” (no quotes)
 * This has something to do with host servers generally limiting the php access 
   to 8MB, which is not enough when installing many plugins at once.
 * Hope this fixes your problem!
 * Brian
 * P.S. I have an account with 1and1 just for your reference
 *  [ironboundnewark](https://wordpress.org/support/users/ironboundnewark/)
 * (@ironboundnewark)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/error-500-501/#post-796245)
 * Brian,
 * THANK YOU!
 * That worked!
 *  [brian-hatano](https://wordpress.org/support/users/brian-hatano/)
 * (@brian-hatano)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/error-500-501/#post-796247)
 * Cheers!
 *  [viodi](https://wordpress.org/support/users/viodi/)
 * (@viodi)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/error-500-501/#post-796250)
 * That solved my problem as well. My site is also hosted on 1 and 1. After going
   through dozens of posts on the topic, this one worked.
 * Thank you very much!
 *  [vollkornbrot](https://wordpress.org/support/users/vollkornbrot/)
 * (@vollkornbrot)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/error-500-501/#post-796251)
 * My problem was solved, too. I spent 2 days on the topic
 *  [jeb0921](https://wordpress.org/support/users/jeb0921/)
 * (@jeb0921)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/error-500-501/#post-796255)
 * Thank you over and over again. I to am on 1and1 and I was having the same issue.
   you Rock
 * [Jim](http://jimshealthandfitness.com/blog/)
 *  [stanlus](https://wordpress.org/support/users/stanlus/)
 * (@stanlus)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/error-500-501/#post-796256)
 * Brian, you are my hero 🙂
    Thanks!!!
 *  [arapacana](https://wordpress.org/support/users/arapacana/)
 * (@arapacana)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/error-500-501/#post-796257)
 *  [arapacana](https://wordpress.org/support/users/arapacana/)
 * (@arapacana)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/error-500-501/#post-796258)
 * I too am on 1 and 1 (I even made the horrible mistake of calling their tech support…
   ugh), and making the change as Brian <THANKS BRIAN!!!!> indicated DID help me
   to install one more plugin… but the next one, BAM, same error. Trying memory=
   30MB, or even 128, didn’t help either.
 * Assuming that this is an issue with memory allocation to php on the server, is
   there any way to reliably increase the memory allocation so I can run an insane
   amount of plugins?
 * Here’s what presently WORKS (but I wanted a few more, like GD-Star Rating, Subscribe2,
   WP-Polls… you know, irrelevant but fun things):
 * Add to Any: Share/Save/Bookmark Button .9.8.7
    Akismet 2.2.3 All in One SEO Pack
   1.4.6.16 Alternate Recent Posts Widget 0.2 Anarchy Media Player 2.5 Collapsing
   Archives 1.0.3 Contact Form 7 1.9.1 DandyID Services 1.1.3 Google XML Sitemaps
   3.1.2 IntenseDebate 2.0.18 Plugin Output Cache 4.0.8 Quotes Collection 1.2.3 
   Random Image Widget 1.5 Scissors 0.95 SEO Friendly Images 2.3.1 Simple:Press 
   Forum 4.0 TinyMCE Advanced 3.2 WordPress.com Stats 1.3.5 WP-Print 2.40 WP Auto
   Tagger 1.3.2 WP Super Cache 0.8.7
 * Any suggestions?
    Should I call 1 and 1 back and complain?
 *  [arapacana](https://wordpress.org/support/users/arapacana/)
 * (@arapacana)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/error-500-501/#post-796259)
 *  [arapacana](https://wordpress.org/support/users/arapacana/)
 * (@arapacana)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/error-500-501/#post-796260)
 * UPDATE:
    If Brian’s solution doesn’t work, you can edit or create an .htaccess
   file to make your php files run with php5, since Apache by default may be running
   an earlier version of php.
 * Just put the following in the file on its own line:
    AddType x-mapp-php5 .php
 * The .htaccess file can be in the root directory of your blog or website, and 
   is just a text file.
 * Hope this helps – it worked for me and others for this problem.
 *  [enmfreo](https://wordpress.org/support/users/enmfreo/)
 * (@enmfreo)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/error-500-501/#post-796261)
 * Thanks Brian!!!
 * My problem was not uploading plug-ins. I only use two or three. I think I just
   made the page too long. After implementing your suggestion, the page came up 
   with no problems.
 * Dave
 *  [calebism](https://wordpress.org/support/users/calebism/)
 * (@calebism)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/error-500-501/#post-796265)
 * Thank You So Much! 1&1 is parsimonious with the memory by default.
    Caleb
 *  [xzeed](https://wordpress.org/support/users/xzeed/)
 * (@xzeed)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/error-500-501/#post-796266)
 * Thx AddType x-mapp-php5 .php saved my day!

Viewing 15 replies - 1 through 15 (of 30 total)

1 [2](https://wordpress.org/support/topic/error-500-501/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/error-500-501/page/2/?output_format=md)

The topic ‘error 500’ is closed to new replies.

## Tags

 * [server-error](https://wordpress.org/support/topic-tag/server-error/)

 * 30 replies
 * 24 participants
 * Last reply from: [jbouwmeester](https://wordpress.org/support/users/jbouwmeester/)
 * Last activity: [16 years, 10 months ago](https://wordpress.org/support/topic/error-500-501/page/2/#post-796287)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
