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.

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: Europe/Tirane (GMT+02:00)

This topic contains 2 replies, has 2 voices.

Last updated by Marsel Nikolli 1 year, 2 months ago.

Assisted by: Marsel Nikolli.

Author Posts
November 8, 2023 at 11:22 am #14755715

andrejsS-4

hidden link

I am trying to setup website to 3 languages. main is latvian, secondary english and russian.
after installing package of wpml plugins I got critical error. also most of website background went to blue colours. supose to be beige

November 8, 2023 at 12:09 pm #14756159

andrejsS-4

anybody can help?

November 8, 2023 at 2:23 pm #14757939

Marsel Nikolli

Hi,

Thank you for contacting WPML Support.

The WPML plugins shouldn't have any effect on your website's background as WPML doesn't apply any CSS styles.

1) It might now be related to the issue but according to your debug.info, the WP memory limit needs to be increased. PHP memory is fine, but WordPress uses 40Mb as default. The minimum requirements for WPML are 128 MB. (Kindly check this page: https://wpml.org/home/minimum-requirements/)

You can increase it by adding the following code in your wp-config.php file right before the:
/* That's all, stop editing! Happy publishing. */ line:

/* Memory Limit */
define('WP_MEMORY_LIMIT', '256M');
define( 'WP_MAX_MEMORY_LIMIT', '256M');

2) Regarding the critical error that you are having, could you please provide the WordPress debug.log, this will allow us to see if any PHP errors are being produced. More Info: https://wordpress.org/support/article/debugging-in-wordpress/

To enable WordPress debug.log, open your wp-config.php file and look for:

define('WP_DEBUG', false);

And change it to:

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 which is recommended on a live site.
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors',0);

Then try to reproduce the issue and check if any errors were saved in the debug.log log file inside the "/wp-content/" directory.
If you can paste your debug.log content to https://pastebin.com/ and provide me that link, it would be great!

Looking forward to you reply,
Marsel

The topic ‘[Closed] hi, after installing wpml plugin and all other plugins, got critical error’ is closed to new replies.