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
- 12:00 – 14:00 12:00 – 14:00 12:00 – 14:00 12:00 – 14:00 12:00 – 14:00 -
- 17:00 – 21:00 17:00 – 21:00 17:00 – 21:00 17:00 – 21:00 17:00 – 21:00 -

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

Tagged: 

This topic contains 2 replies, has 0 voices.

Last updated by Bigul 2 months ago.

Assisted by: Bigul.

Author Posts
May 30, 2025 at 9:51 pm #17093472

danielD-152

Background of the issue:
I am trying to log in and I see a warning message at the top of the page. The warning is: Warning: Cannot modify header information - headers already sent by (output started at /var/www/forequestrian.com/public_html/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/wpml/src/UserInterface/Web/Infrastructure/WordPress/CompositionRoot/Config/ExistingPage/PostListingPage.php:23) in /var/www/forequestrian.com/public_html/wp-includes/functions.php on line 7168.

Radiustheme - WordPress

Symptoms:
I see a warning message about 'Cannot modify header information' when logged in.

Questions:
What could be causing the warning message about header information?
How can I resolve the issue with the warning message?

May 31, 2025 at 2:46 pm #17094279

Bigul
WPML Supporter since 01/2013

Languages: English (English )

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

Hello,

Welcome to the WPML support forum. I will do my best to help you resolve the issue.

This issue may be related to the following ticket and could be caused by a compatibility conflict:

https://wpml.org/it/forums/topic/sito-va-in-crash/

To investigate further, please enable WordPress Debug Mode and check if any warnings or errors appear. You can follow the steps in the official documentation here:

https://wpml.org/documentation/support/debugging-wpml/

https://wordpress.org/documentation/article/debugging-in-wordpress/

To enable WordPress Debug log, open your wp-config.php file of the site root and look for define('WP_DEBUG', false);. Change it to:

// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
 
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
 
// Disable display of errors and warnings 
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );

This issue might be caused by a compatibility conflict. To confirm, please try the following steps if possible:

a) Backup your site first[Mandatory]
b) Switch for a moment to a WordPress default theme like 2025
c) Deactivate all the plugins that are not related to WPML
d) Then check whether the issue exists or not
e) If the issue is gone, activate the plugins as a group of three or four to find which one has an interaction issue
f) Switch back to the original theme of the site

--
Thanks!

Bigul

June 2, 2025 at 6:26 pm #17099243

Bigul
WPML Supporter since 01/2013

Languages: English (English )

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

Hello,

Thank you for the details. To proceed with further investigation, please fill in the private details fields, including FTP credentials, after taking a full site backup. I would also like to access your site's admin area for additional checks.

For more information, please refer to the following links regarding our private information sharing policies.

https://wpml.org/purchase/support-policy/privacy-and-security-when-providing-debug-information-for-support/

hidden link

--
Thanks!

Bigul

The topic ‘[Closed] message’ is closed to new replies.