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.

This topic contains 2 replies, has 1 voice.

Last updated by George Botsev 8 months, 3 weeks ago.

Author Posts
July 17, 2025 at 7:54 pm #17247907

annika-und-stephanieL

Background of the issue:
I was trying to open the site hidden link and encountered an issue. When I deactivate the WPML Multilingual CMS plugin, the site loads, and the WordPress Booking Calendar works again. It seems like the last update broke this.

Symptoms:
I get an error: Internal Server Error (500) when the WPML Multilingual CMS plugin is active.

Questions:

July 17, 2025 at 7:58 pm #17247916

annika-und-stephanieL

When i switch from php 8.4.10 to php 8.3.23 then its working again so it seems like the new php version isnt working with wpml

July 18, 2025 at 7:16 am #17248785

George Botsev

Hello!
Before one of my colleagues steps-in and handle the ticket, please enable debugging and get the exact error message that you are receiving.

You can enable debugging by setting these lines in wp-config.php

// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );

Alternatively please do note as PHP 8.4 is still in beta support for WordPress and that being said, it is not entirely stable.

The topic ‘[Closed] Site not working anymore’ is closed to new replies.