Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,003
- How-to & Troubleshooting
- 129,568
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,791
- Showcase
- 3,316
- Ideas
- 1,385
- Miscellaneous
- 9,169
-
In my .htaccess file, I had to force 1and1 to provide php5:
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
To get rid of 500 errors and out of memory errors, in my /wp-admin/ I put this in php.ini (create it if it doesn’t exist):
memory=40MB
upload_max_filesize=10M;
post_max_size=20M;