Thanks a lot
1. So there’s an issue with this specific config in BuddyPress. The repair tool, as run from the network admin where site ID is 1 is not checking the right BP root site. I’ll work on it asap. To be honest: we’ve tested a lot of configs, but I believe not the specific case where the BP root site is not the same than the network one. Sorry about it.
2. It looks like the fatal error is generated by the « onecommunity » theme. Moreover this theme or some 3rd party plugin(s) is(are) not ready for BP 12.0.0. I believe you need to activate the BP Classic Add-on network widely – like BuddyPress. (but let’s keep on debugging doing step 3 before 🙏)
3. Can you run this query:
SELECT id, post_type FROM wp_posts WHERE post_name LIKE "activity%"
I feel the migrate routine wasn’t checking for the right site ID.
4. Once you activated BP Classic, go to the Permalink setting of site 4 and simply save the permalink structure without changing the selected structure.
I need some time to fix this specific config for 12.0.0. I think it will be ok for the beginning of next year.
Thank you Mathieu
Critical error:
Notice: La fonction map_meta_cap a été appelée de façon incorrecte. Le type de publication buddypress n’est pas enregistré. Il n’est donc pas possible de vérifier de manière fiable que la permission « edit_post » correspond à ce type de publication. Veuillez lire Débogage dans WordPress (en) pour plus d’informations. (Ce message a été ajouté à la version 4.4.0.) in /var/alternc/html/d/davduf/www/auposte.fr/wp-includes/functions.php on line 6031
Deprecated: La fonction bp_core_get_user_domain est obsolète depuis la version 12.0.0 ! Utilisez bp_members_get_user_url() à la place. in /var/alternc/html/d/davduf/www/auposte.fr/wp-includes/functions.php on line 6031
Deprecated: La fonction bp_core_get_user_domain est obsolète depuis la version 12.0.0 ! Utilisez bp_members_get_user_url() à la place. in /var/alternc/html/d/davduf/www/auposte.fr/wp-includes/functions.php on line 6031
Warning: require(/var/alternc/html/d/davduf/www/auposte.fr/wp-content/themes/onecommunity/inc/typography.php): failed to open stream: No such file or directory in /var/alternc/html/d/davduf/www/auposte.fr/wp-content/themes/newsblock/inc/filters.php on line 205
Fatal error: require(): Failed opening required '/var/alternc/html/d/davduf/www/auposte.fr/wp-content/themes/onecommunity/inc/typography.php' (include_path='/var/alternc/html/d/davduf/www/auposte.fr/wp-content/plugins/kirki/:/var/alternc/html/d/davduf/www/auposte.fr/wp-content/plugins/kirki/core:.:/usr/share/php') in /var/alternc/html/d/davduf/www/auposte.fr/wp-content/themes/newsblock/inc/filters.php on line 205
Il y a eu une erreur critique sur ce site.
The Query:
SELECT id, post_type FROM wp_4_posts WHERE post_name LIKE "activity%";
+----+-----------+
| id | post_type |
+----+-----------+
| 88 | page |
+----+-----------+
WordPress v 6.1.1
BuddyPress v 11.0.0
Theme Onecommunity (latest version 3.7.8) (https://themeforest.net/item/onecommunity-buddypress-theme/3713046?gclid=CjwKCAiAqt-dBhBcEiwATw-ggL19B1O2bH4PjCwmpFyse_KZ7o4KEGnurStZcFrqDBd1d-3rDApwZxoC22cQAvD_BwE)
My frontend test Site: https://staging-rezodenthodenthcom-staging.kinsta.cloud/
Hi there!
1/ After updating my hosted site from php 7.4 to 8.0 (Kinsta hosting), buddypress causes the following critical syntax error !
2023/01/06 13:48:41 [error] 43493#43493: *668 FastCGI sent in stderr: “PHP message: PHP Parse error: syntax error, unexpected token “;”, expecting “)” in /www/rezodenthodenthcom_528 /public/wp-content/themes/onecommunity/buddypress/groups/single/group-header.php on line 29
The site (front and backend) is still visible but the groups are not displayed anymore in groups single page
Could you please be kind enough to help solving this first problem?
2/ I usually use a child theme with two small custom codes that worked fine in php 7.4 but with php 8.0, I have a new FTAL error. So it appears that this function somehow is not working correctly with the child theme enabled: call_user_func_array()
From that stack trace in the Fatal error, it is referencing BuddyPress with it:
#2 /www/rezodenthodenthcom_528/public/wp-content/plugins/buddypress/bp-core/bp-core-dependency.php(407): do_action(‘bp_widgets_init’)
As far as I know, our custom codes were very limited in 2 templates :
Template 1: group-sidebar.php :
WE CHANGED THIS CODE:
$group_id = bp_get_current_group_id();
echo do_shortcode( ‘[rtmedia_gallery context=”group” per_page=”6″ context_id=”5″ context_id=”‘ . $group_id . ‘”]’ );
BY THAT ONE:
if ( bp_group_is_visible() ) :
$group_id = bp_get_current_group_id();
echo do_shortcode( ‘[rtmedia_gallery context=”group” per_page=”6″ context_id=”5″ context_id=”‘ . $group_id . ‘”]’ );
endif;
Template 2: group-sidebar.php (for customiszation image ads in widget column) with this code:
<div class=”bp-sidebar-details”>
<div class=”bp-sidebar-details-category first”><?php _e(‘Advertisement’, ‘onecommunity’); ?></div>
<div class=”col-1-ads”>
[widget id=”media_gallery-3″]
</div>
I don’t understand what could interfere in php 8.0 environment!
What do you think about it? and could you help me to solve this second issue?
Thank you for your appreciated help ; )
C. GARCIA
OneCommunity theme is integrated with a BuddyPress plugin which lets users register on site and start creating profiles, posting messages, making connections, creating and interacting in groups and much more. A social network in a box, build a social network for your company, school, sports team or niche community.OneCommunity is a BuddyPress WordPress theme for community websites or else. This nice template offers a bunch of useful and advanced features such as full bbPress integration, color and layout variants, translation readiness and many more. With OneCommunity you have the option to create social networks for all kinds of purposes e.g. company, school, sports team or niche community. That way you can bring people sharing the same interests together. You do not need coding skills or knowledge and can still operate your website like rtc logistics tracking with ease and simplicity.
Hello,
I’m creating a website with a OneCommunity WordPress theme. The site is multi-lingual, and for that, I’m using polylang pro plugin. The default language is Arabic, and the Registration page, it works fine. To add the page for the English translation, I created a copy of the Arabic Register page and set the same default page template. But the problem is, Bp Member Register Page is only showing for the Arabic language, and for the English language, it is blank. I tried to assign the Register page in Buddypress settings for each language, but it didn’t work for me. So I want to know, that how I can assign different register pages for each language.
I also have error with BuddyPress:
WordPress version 6.0.1
Active theme: OneCommunity Child Theme (version )
BuddyPress (version 10.3.0)
PHP version 8.1.0
Uncaught Error: Class "BP_Admin" not found in ..../wp-content/plugins/buddypress/bp-core/bp-core-admin.php:20
It works ok, if I set PHP to 7.4 version.
Site works ok with PHP 8.1.0 if i disable BuddyPress plugin.
Fixed it by overwriting the OneCommunity Theme files by the ones downloaded from themeforest.
Following log for additional information:
Fatal error: Uncaught Error: Call to a member function profile_groups() on null in /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php:105 Stack trace: #0 /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/themes/onecommunity/buddypress/members/register.php(68): bp_profile_groups() #1 /home/vhosts/nandanetwerk.nl/httpdocs/wp-includes/template.php(772): require('/home/vhosts/na...') #2 /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(222): load_template('/home/vhosts/na...', false, Array) #3 /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(67): bp_locate_template(Array, true, false, Array) #4 /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(407): bp_get_template_part('members/registe...', NULL, Array) #5 /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/plugins/buddypress/bp-members/classes/class-bp-registration in /home/vhosts/nandanetwerk.nl/httpdocs/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php on line 105
@Venutius
Thanks for replying.
If I deactivate buddypress the login menu disappears. I assumed it was core BuddyPress functionality.
Looking down the list of other plugins I can’t see another plugin that can provide that functionality.
Here is a screenshot to the pop-up which appears on the registration page if I click the login link.
https://i1091.photobucket.com/albums/i395/LordLiverpool/2019-05-20%2014_40_53-Create%20an%20Account%20%20Age%20Friendly%20Economy_zpsjqgayi9h.png
FYI
WordPress Version: 5.2
BuddyPress Version: 4.3.0
Theme: OneCommunityVersion: 3.2.1
Is this a theme issue?
Thanks very much.
Hello, everyone!
After I have filled the registration form WP redirects me to the Homepage. In users list (Dashboard) I don’t see new user too.
Steps which I tried to resolve the problem:
1) WP in simple mode, not WPMS
2) Dashboard – Settings – checkbox “Users can register” checked
3) Disabled all plugins and checked BuddyPress registration function
4) Changed theme to another one. (I use OneCommunity theme by default)
5) Installed WP Mail SMTP (tried to send messages via php wp_mail & smtp). Both variants work for WP, also checked to send messages via Contact form 7 etc. BUT not sending any mail from BuddyPress
6) Tried to reinstall BuddyPress plugin, still not working
7) There is no hosting problems too…
8) I don’t see another user accounts in Users dashboard.
9) Switched between old and new BuddyPress templates…
10) Additional information:
– WP version 4.9.8
– BuddyPress 3.1.0
– Activated plugins (15): Anti-Spam by CleanTalk, bbPress, BuddyPress, Contact Form 7, No Category Base (WPML), OneCommunity Shortcodes, UpdraftPlus – Backup/Restore, UpdraftPlus – Backup/Restore, Wordfence Security, WP Mail SMTP, WP Sitemap Page, WP-Polls, WPBakery Page Builder, Yoast SEO Premium, WP Recaptcha Integration.
11) There is no any php errors (when I enable debug) and js errors in browser console.
I can’t find another reason why didn’t registration form not working…. Domain – barbiusa58.info
How I can fix it? Thanks in advance)
I have used the onecommunity theme and have installed buddypress. I created a group and allowed member to join the same group. When I logged into the members credentials and try to leave i get an error “There was an error leaving the group.”
kindly help
link medinall.blorover.com
Activate wp_debug in wp-config and do a test with Twenty Twelve, Thirteen or Fifteen theme.
Deactivate all plugins except BP and bbPress.
Then report given errors here (without server path details if possible – just begin of error message and file name ).
Other issues with same theme: https://buddypress.org/support/search/onecommunity+theme/
OMG, lost in the forest… wouh hou !
Running all the newest versions of BP BBP & WP.
No upgrades where done.
Hosting Company: YourHosting
Costumized Theme: OneCommunity (http://themeforest.net/item/onecommunity-buddypress-theme/3713046)
All right, here we go:
http://inviteshare.net/groups/world-wide-news/forum/
Noone can create any any topics under this Entire forum. It’s not just one topic, but instead, none works. So, for the public groups, anyone should be able to post without joining this. Even the members are complaining about it. If needed, I can give you moderator/admin access to the forum for your helping me out.
WordPress 4.1 running OneCommunity theme.
bbPress 2.5.4
BuddyPress 2.2
18 active plugins.
Achievements
Akismet
bbPress
BP-WP Profile Reviews
BuddyPress
Contact Form
Mass Messaging in Buddypress
myCRED
Quick Cache
Register IPs
SI CAPTCHA Anti-Spam
Simplr User Registration Form Plus
Stop Spammer Registrations Plugin
TinyMCE Advanced
WP-Polls
WP Slimstat
WP SMTP
WP User Control
BP ver 2.0.2
Theme name OneCommunity
I’m able to create a new field in another group
I saved changes
I installed Buddypress Xprofile Custom Fields Type and if I select for the field type something that offered by this plugin it works fine.
Regards
I. Lesher
Does the problem happen with the OneCommunity theme only? Have you tried contacting the theme author to report the issue?
The problem is likely due to some CSS in the theme’s style.css document or a function in the theme’s functions.php file.
Hi @hnla and thank you for your reply.
Yes, as I was thinking, the problem is with OneCommunity theme (it crops as a square on Twenty Thirteen theme).. Do you have any idea of how a theme can modify this information and where should I look for? I already tried a lot of different templates and files.
Thanks again for your time!
@mercime
I really appreciate your quick reply.
Now I’m using buddypress default theme. I changed the theme to Twenty Twelve theme & Twenty Eleven theme and re-installed buddypress and bbpress.
I tested with these 4 themes(buddypress default theme,Twenty Twelve theme,Twenty Eleven theme, Onecommunity theme),
but unfortunately same result.
After resolving this problem, I’m expecting to use Onecommunity theme as the client requirement.
Thanks
It’s probably something to do with your OneCommunity Themeforest theme.
I’m guessing that the theme author put bp_head() before wp_head(). Pass that tidbit to the theme author or adjust it yourself by moving bp_head() below wp_head() in header.php.
If you switch to another theme like Twenty Twelve or Twenty Thirteen, you should see that the Sitewide Activity feed is placed last.
Uh? I just read about a 100 articles about how you can have forums from bbPress and group forums, the 2 themes that I’m trying to choose between mentions both…
Theme1
Theme2
Is that what they do? they have installed bbPress separately ? What are the latest guides for achieving this?
Help me!
Error: Warning: Cannot modify header information – headers already sent by (output started at /home/content/36/10763236/html/wp-content/themes/OneCommunity/forums/index.php:12) in /home/content/36/10763236/html/wp-includes/pluggable.php on line 876
Codigo:
function nonreg_visitor_redirect() {
global $bp;
if ( bp_is_activity_component() || bp_is_groups_component() /*|| bbp_is_single_forum()*/ || bp_is_forums_component() || bp_is_blogs_component() || bp_is_page( BP_MEMBERS_SLUG ) || bp_is_profile_component() ) {
/* enter the component name to be blocked to visitors in the above line */
if(!is_user_logged_in()) { //just a visitor and not logged in
wp_redirect( get_option(‘siteurl’) . ‘/register’ );
}
Solved error?????
Help me, please.
function nonreg_visitor_redirect() {
global $bp;
if ( bp_is_activity_component() || bp_is_groups_component() /*|| bbp_is_single_forum()*/ || bp_is_forums_component() || bp_is_blogs_component() || bp_is_page( BP_MEMBERS_SLUG ) || bp_is_profile_component() ) {
/* enter the component name to be blocked to visitors in the above line */
if(!is_user_logged_in()) { //just a visitor and not logged in
wp_redirect( get_option(‘siteurl’) . ‘/register’ );
}
Error in aplications in forums!
Warning: Cannot modify header information – headers already sent by (output started at /home/content/36/10763236/html/wp-content/themes/OneCommunity/forums/index.php:12) in /home/content/36/10763236/html/wp-includes/pluggable.php on line 876
Help me! Thanks
I’m using OneCommunity theme
at the test environment I deactivated all plugins, except buddypress itself and also switched to the BP Default theme, but it didn’t help
it all worked with all the plugins and this theme, I dunno why it now doesn’t anymore
EDIT- info removed per request ~~~ mercime
thanks @mercime i’ve dropped the theme designer a message.
it’s the onecommunity theme, a new one on themeforest.