Group Mods

  • Avatar Image
  • Avatar Image
  • Avatar Image
  • Avatar Image

Support: How-To and Troubleshooting (Support Group)

Once it’s running.

500 Errors (1and1 webhost) (10 posts)

Started 9 months, 2 weeks ago by: John James Jacoby

← Group Forum   Support Forums
  • Avatar Image John James Jacoby said 9 months, 2 weeks ago:

    If 1and1 is your webhost, make sure you have this at the top of your .htaccess at your webroot.

    AddType x-mapp-php5 .php
    AddHandler x-mapp-php5 .php

    If this does not help, make a php.ini and put it in your webroot AND wp-admin, and put the following in it.

    memory=64MB
    upload_max_filesize=64M;
    post_max_size=64M;

    Adjust the 64M to your needs, but it’s a good place to start for *most* people.

  • Avatar Image Andrea_r said 9 months, 2 weeks ago:

    Oh THANK YOU for figuring this out, finally. Was driving me nuts, but I hadn;t had a chance to try out that host and couldn’t reproduce it.

    Now I know where to point people. :D

  • Avatar Image Paul Gibbs said 9 months, 2 weeks ago:

    We need to revamp the FAQ thread and put this sort of host-specific information into it, because this alone has been mentioned countless times in various threads ;)

  • Avatar Image Andrea_r said 9 months, 2 weeks ago:

    Maybe over here (where I skim), but not in the MU forums. :D Good to know tho.

  • Avatar Image Neuromancer2701 said 9 months ago:

    I am having this same problem. I have tried both methods above anything else, I need to do.

    Thanks

  • Avatar Image Paul Gibbs said 9 months ago:

    @Neuromancer2701 This thread has been marked as resolved. Make a new thread with full details.

  • Avatar Image ravetildon said 5 months, 4 weeks ago:

    I use 1and1 for a couple of my sites…

    From what they tell me, 1and1 will not work with most wordpress or wordpress mu sites because they only allow php limited amount of memory.

    You can change the memory in php.ini and if you use phpinfo it will show up as 64mb, but at the server level they have it configured for this:

    These are the following restrictions on our “Linux shared business” hosting packages.

    A process may only use a CPU at 100% for 6 seonds
    A process may use a maximum of 12 mb of RAM
    A maximum of 12 process to be run at any 1 time

    They do have a shared developer package with a lil better memory, but you’ll probably still get the issues…

  • Avatar Image mbiernat said 4 months, 1 week ago:

    1and1 works fine with Wordpress. I run a number of sites with 1and1 not an issue, only MU does not work. I know this is marked resolved :) I have been testing Buddypress and MU for a while now, and It has nothing to do with BuddyPress. It is an MU issue with 1and1

  • Avatar Image Benjamin J Nowicki said 3 months ago:

    Ok, really sorry about this but I’m a complete newbie to wordpress. My host is 1and1 and I have the installation working, but when I try to activate the buddypress plugin I get the 500 error. I see the recommendation here to modify the .htaccess file, but I don’t have one! Any tips?

  • Avatar Image Jerry McNamara said 1 month, 3 weeks ago:

    Any chance you could link this over to installation? That’s where I was doing all my perusing, and never would have found this without a more global google search. THANKS! Jerry