 muhammadO-2
|
wpml settings page too much time and in the end it shows blank screen after alot of load time
|
 Mihai Apetrei
WPML Supporter since 03/2018
Languages:
English (English )
Timezone:
Europe/Bucharest (GMT+03:00)
|
Hi there.
Before your ticket is assigned to one of my colleagues, can you please enable the WordPress debug log?
This will allow us to see if any PHP errors are being produced.
More Info: https://codex.wordpress.org/Debugging_in_WordPress
In order to do that, edit the wp-config.php file inside your WordPress directory and insert the following lines:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
Now please reproduce the issue once again.
Locate the debug log in: /wp-content/debug.log
Paste the content (if any) on a site like pastebin.com and then share the link here with us (only you and us will see the URL you are sharing).
We will be waiting for your response.
Kind regards,
Mihai Apetrei
|