Forum Replies Created
-
I have a single buddypress blog under sub directory, I have activated 1.6 version in WP 3.4.1 but I can’t see any forum groups, etc option for users at front end. Also in admin area under BuddyPress >> Settings gives error message “You do not have sufficient permissions to access this page.”
Not even BuddyPress tab appearing at left menu.Please share the solution provided by @djpaul, I am also facing the same problem. I hope it will help many others.
@Giovanni I just used Invite Friends plug-in here http://talkpian.com/wordpress/ and getting Fatal error: Call to undefined function bp_core_add_subnav_item() in /home/talkpian/public_html/wordpress/wp-content/plugins/invitefriends-plug-in/bp-invitefriends.php on line 49
I’m using wordpress 2.9.2 with buddybress Version 1.2.3 …
please help if you have some solution…@Giovanni any update available now? I just used Invite Friends plug-in here http://talkpian.com/wordpress/ and getting Fatal error: Call to undefined function bp_core_add_subnav_item() in /home/talkpian/public_html/wordpress/wp-content/plugins/invitefriends-plug-in/bp-invitefriends.php on line 49
I’m using wordpress 2.9.2 with buddybress Version 1.2.3 …
please help if you have some solution…Go to admin side of your blog then click from left menu Settings -> Miscellaneous Settings
Set “Store uploads in this folder” to “wp-content/uploads”.
Set “Full URL path to files” to the REAL FULL PATH of your uploads. e.g “http://yoursiteblog/wp-content/uploads”Go to wp-content/plugins/buddypress/bp-core/bp-core-avatars.php
Then change bp-core-avatars.php line 389Replace:
if ( !$path = get_option( ‘upload_path’ ) )
$path = WP_CONTENT_DIR . ‘/uploads’;With:
if ( !$path = get_option( ‘upload_path’ ) )
$path = WP_CONTENT_DIR . ‘/uploads’;
else $path = ABSPATH . $path;Note: Take care for quotes you must remove and again add by yourself, otherwise you will get Warning: Division by zero …
Hope it will work perfectly for image upload and crop issue.@nessradio and @psyber I am repeating all steps gain in detail mentioned by @gian-ava
Go to admin side of your blog then click from left menu Settings -> Miscellaneous Settings
Set “Store uploads in this folder” to “wp-content/uploads”.
Set “Full URL path to files” to the REAL FULL PATH of your uploads. e.g “http://yoursiteblog/wp-content/uploads”Go to wp-content/plugins/buddypress/bp-core/bp-core-avatars.php
Then change bp-core-avatars.php line 389Replace:
if ( !$path = get_option( ‘upload_path’ ) )
$path = WP_CONTENT_DIR . ‘/uploads’;With:
if ( !$path = get_option( ‘upload_path’ ) )
$path = WP_CONTENT_DIR . ‘/uploads’;
else $path = ABSPATH . $path;Note: Take care for quotes you must remove and again add by yourself, otherwise you will get Warning: Division by zero …
Hope it will work perfectly for image upload and crop issue.