Skip to content Skip to sidebar

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: America/Los_Angeles (GMT-07:00)

Tagged: 

This topic contains 1 reply, has 2 voices.

Last updated by Bobby 10 months ago.

Assisted by: Bobby.

Author Posts
October 22, 2024 at 5:45 pm #16318836

genevieveT-3

Background of the issue:
I am trying to enable WordPress Posts and Custom post Types in the BuddyBoss Activity Feed on my WordPress website. I have WPML plugins active (WPML Multilingual CMS, WPML String Translation, and WPML Media Translation). The issue can be seen at: hidden link

Symptoms:
I encountered a PHP Fatal error indicating an ArgumentCountError due to 3 arguments being required but only 2 being provided. The error occurs in the file bp-activity-functions.php, causing a 500 Internal Server Error on AJAX requests related to the Activity Feed. Deactivating WPML plugins resolves the issue, indicating a conflict between WPML and BuddyBoss. Increasing the PHP memory limit did not resolve the error.

Questions:
How can I resolve the PHP Fatal error caused by the conflict between WPML and BuddyBoss?
Is there a way to integrate WordPress Posts and Custom post Types into the BuddyBoss Activity Feed without encountering errors?

October 22, 2024 at 9:41 pm #16319476

Bobby
WPML Supporter since 04/2015

Languages: English (English )

Timezone: America/Los_Angeles (GMT-07:00)

Please go to the following page and review our current known issues with Buddyboss.

https://wpml.org/plugin/buddyboss-platform/

Do any of them fit the description of the issue you are experiencing?

If they do not, please share with me the detail of the error log.

You can see how to enable debug logging here:
https://wpml.org/documentation/support/debugging-wpml/

Go in your wp-config.php file and look for define(‘WP_DEBUG’, false);. Change it to:
define('WP_DEBUG', true);

Edit your wp-config.php file and add these lines, just before it says 'stop editing here':

ini_set('log_errors',TRUE);
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) . 'https://cdn.wpml.org/error_log.txt');

This will create an error_log.txt file in your site's root directory. Please send me its contents.

The topic ‘[Closed] Conflict Between WPML and BuddyBoss Activity Feed Causing PHP Error’ is closed to new replies.