• 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)
  • 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

    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

    (@ironboundnewark)

    Brian,

    THANK YOU!

    That worked!

    Cheers!

    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!

    My problem was solved, too. I spent 2 days on the topic

    Thank you over and over again. I to am on 1and1 and I was having the same issue. you Rock

    Jim

    Brian, you are my hero ??
    Thanks!!!

    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?

    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.

    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

    Thank You So Much! 1&1 is parsimonious with the memory by default.
    Caleb

    Thx AddType x-mapp-php5 .php saved my day!

Viewing 15 replies - 1 through 15 (of 30 total)
  • The topic ‘error 500’ is closed to new replies.