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 5 replies, has 2 voices.
Last updated by Mohamed Sayed 5 months ago.
Assigned support staff: Mohamed Sayed.
Author | Posts |
---|---|
February 25, 2022 at 10:10 pm #10667067 | |
Santiago |
Hello there, I start with: Now I try with your latest version: I also try with your tools: Any idea about how to finish the setup? |
February 27, 2022 at 1:18 pm #10672551 | |
Mohamed Sayed Supporter Languages: English (English ) Arabic (العربية ) Timezone: Africa/Cairo (GMT+02:00) |
Hi Santiago, 1) To ensure the quickest and most accurate support, please provide your debug information so that I can get a look at some of your configurations. You can find it in WPML > Support > click on “Debug information” link. Please check this link for more info: http://wpml.org/faq/provide-debug-information-faster-support/ 2) Please provide me with 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 it, 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 by running the setup process and check if any errors were saved to the debug.log log file inside the /wp-content/ directory Regards, |
March 7, 2022 at 6:17 pm #10733119 | |
Santiago |
Hello there, |
March 8, 2022 at 9:20 am #10737413 | |
Mohamed Sayed Supporter Languages: English (English ) Arabic (العربية ) Timezone: Africa/Cairo (GMT+02:00) |
Hi, The debug info doesn't include any sensitive information about your WordPress users. It includes general info about the server configuration, installed versions of WordPress, plugins and the theme. Also, it's only visible to our support team and does not include any data that may be used to compromise your site. |
March 8, 2022 at 5:34 pm #10742801 | |
Santiago |
Hello there, here is our debug info. |
March 9, 2022 at 8:53 am #10747027 | |
Mohamed Sayed Supporter Languages: English (English ) Arabic (العربية ) Timezone: Africa/Cairo (GMT+02:00) |
Thanks, I've checked the debug info and everything seems ok with your installation. This could be a conflict issue with one of your plugins or the theme, so please check if the issue persists in a minimal environment by following these steps: - Deactivate all the plugins that are not related to WPML. ❌ Please backup your database and website before performing the above test ❌ Let me know please how it goes. Regards, |