Wordpress gotchas
- Uploading an image returns error on creating directory. "Is its parent directory writable by the server?" Check that PHP Safe Mode is off ( particularly mediatemple ).
- You can't upload a file larger than 2MB PHP's max_upload_size directive needs fixing. See this post.