Re: Buddypress not on themainblog ?
Here’s how I created the file :
[?php
define( ‘BP_AVATAR_UPLOAD_PATH’, ‘http://127.0.0.1/themainblog/wp-content/blogs.dir/1/files’ );
define( ‘BP_AVATAR_URL’, ‘http://127.0.0.1/themainblog/’ );
?]
Should I reinstall buddypress directly on http://127.0.0.1/themainblog/network/ ?
Maybe this will fix my problems ?