Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,961
- How-to & Troubleshooting
- 129,256
- Creating & Extending
- 25,784
- Requests & Feedback
- 9,479
- Third Party Plugins
- 9,784
- Showcase
- 3,317
- Ideas
- 1,401
- Miscellaneous
- 9,165
-
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;
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS