Skip Navigation

This thread is resolved. Here is a description of the problem and solution.

Problem:
The client is experiencing a white screen after starting the Wizard for WooCommerce Multilingual.
Solution:
It might be a temporary glitch or browser specific issue as We were able to complete the WooCommerce Multilingual setup wizard without any issues.

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 4 replies, has 2 voices.

Last updated by Noman 1 year, 5 months ago.

Assisted by: Noman.

Author Posts
January 1, 2024 at 12:26 pm #15139445

wilfriedS-3

Hello, after I starting the Wizard for WooCommerce there is only a white screen. How can I resolve this isse?

January 1, 2024 at 2:22 pm #15139593

Noman
WPML Supporter since 06/2016

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi,

Thank you for contacting WPML Support. Could you please follow the below steps and let me know how it goes:

1. Please make sure the minimum requirements for WPML are met:
https://wpml.org/home/minimum-requirements/

2. Please make sure you are using the latest version of the theme and plugins on your site.

3. Please enable error reporting on your site to examine the latest error log. To do so, open your ‘wp-config.php’ file and look for ‘define(‘WP_DEBUG’, false);’. Replace it with the following code:

// 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 );
 
define( 'SCRIPT_DEBUG', true );

After adding the above code, please reload the backend/frontend, and check if it generates a debug.log file in the wp-content directory. Please share its contents with us.

Thank you

January 1, 2024 at 2:32 pm #15139617

wilfriedS-3

Checked, no Log file created. I can send you login data.

January 1, 2024 at 2:37 pm #15139618

Noman
WPML Supporter since 06/2016

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Okay sure, please provide temporary access (WP-Admin and FTP Login info) to your site (preferably staging site), so that I can look into your setup and debug the issue.

Your next answer will be private, meaning only you and I can access it.

=== Please backup your database and website ===

✙ I would additionally need your permission to deactivate and reactivate Plugins and the Theme and to change configurations on the site. This is also a reason the backup is essential.

Thank you

January 1, 2024 at 3:59 pm #15139722

Noman
WPML Supporter since 06/2016

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Thanks for providing the login details. It might be a temporary glitch, but I’m able to complete the WooCommerce Multilingual setup wizard without any issues, and you should be able to access it from WooCommerce >> WooCommerce Multilingual: hidden link

Could you please check and confirm?

Here is a doc for more details:
https://wpml.org/documentation/related-projects/woocommerce-multilingual/

Thank you

January 4, 2024 at 2:17 pm #15151066

wilfriedS-3

Great, everything is fine. Thank you so much.