Skip Navigation

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 1 reply, has 2 voices.

Last updated by George Botsev 1 year, 8 months ago.

Author Posts
October 18, 2023 at 6:12 pm #14608295

niksaM-2

Hello, I have two languages on my website and one (slovenian) works normally but other (german) brakes the website and does not work.

October 19, 2023 at 12:57 pm #14615137

George Botsev
WPML Supporter since 02/2014

Languages: English (English )

Timezone: Europe/Sofia (GMT+03:00)

Hello and thank you for contacting us.

Can you provide more information on what exactly breaks on your site?

Do you have for an example some errors in your debug log?
If you have not enabled debug logging to catch the possible errors, you can do it by setting this options in wp-config.php

// Turn debugging on
define('WP_DEBUG', true);

// Tell WordPress to log everything to /wp-content/debug.log
define('WP_DEBUG_LOG', true);

// Turn off the display of error messages on your site
define('WP_DEBUG_DISPLAY', false);

// For good measure, you can also add the follow code, which will hide errors from being displayed on-screen
@ini_set('display_errors', 0);

This will generate a debug.log file in wp-content folder and if you have errors there, they might help me and my colleagues to diagnose and be of better assistance in solving the issue that you are experiencing.

October 25, 2023 at 1:05 pm #14660925

niksaM-2

All good, Norman fixed the issue