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
- 8:00 – 13:00 9:00 – 13:00 9:00 – 13:00 8:00 – 12:00 8:00 – 12:00 -
- 14:00 – 17:00 14:00 – 18:00 14:00 – 18:00 13:00 – 17:00 13:00 – 17:00 -

Supporter timezone: Europe/Zagreb (GMT+02:00)

Tagged: 

This topic contains 2 replies, has 0 voices.

Last updated by thibaut-auxanceA 2 hours, 6 minutes ago.

Assisted by: Bruno Kos.

Author Posts
July 24, 2025 at 5:56 am #17265932

thibaut-auxanceA

Background of the issue:
I am developing a custom plugin for a referral and commission system on the website. When I install and activate that plugin, it's showing an error, and I think WPML is causing a conflict. Along with the main WPML plugin, there are many other WPML plugins, and I am unsure if they are part of the main WPML or unnecessary. I have attached screenshots of the list of WPML plugins that are installed or activated: hidden link, hidden link.

Symptoms:
An error occurs when I install and activate my custom plugin, and I suspect a conflict with WPML.

Questions:
Can you check if your plugin is causing any conflict with other plugins?
Are all the WPML plugins listed necessary, or are some of them unnecessary?

July 24, 2025 at 6:20 am #17265973

Bruno Kos
WPML Supporter since 12/2018

Languages: English (English ) German (Deutsch ) French (Français )

Timezone: Europe/Zagreb (GMT+02:00)

Please enable the WordPress debug log. This will allow us to see if any PHP errors are being produced.

1. Edit wp-config.php and insert the following lines (just before /* That's all, stop editing! Happy publishing. */ part)

define( 'WP_DEBUG', true);
define( 'WP_DEBUG_LOG', true);
define( 'WP_DEBUG_DISPLAY', false);

2. Reproduce the issue.

3. Locate the debug log in: /wp-content/debug.log

4. Paste the latest lines here. No need to paste the entire log file, just 20 lines or so will do. Please censor any sensitive information.

https://codex.wordpress.org/Debugging_in_WordPress

July 27, 2025 at 2:40 pm #17273156

thibaut-auxanceA

Hello, we are collecting the main issues we're facing and will inform you shortly. So don't close the ticket because we'll reach as soon as possible.
Thank you