When trying to configure WPML for the first time, I am running into an issue where I cannot choose the default nor the translation languages from the drop-down menus in the firs step of the setup .. Please see attached screenshots ..
I already tried going to the Troubleshooting page and clicking on "Clear language information and repopulate languages" as suggested in the error message I am seeing, however, that did not resolve the issue .. Please advise!
I followed the instruction given on the page you shared with me, I did the reset, deleted all WPML plugins and re-installed them again, however, that did not resolve the issue .. Can you please provide a different solution ...
1. Please increase the WordPress Memory Limit. According to your Debug.info, the WP memory limit needs to be increased. PHP memory is fine, but WordPress uses 40Mb as default. Minimum requirements for WPML is 128Mb. (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:
2. Create a full database and website backup first then try the following steps:
- Access your site's root folder via FTP or cPanel
- Delete the current WPML plugin folder "sitepress-multilingual-cms" from the /wp-content/plugins/ directory.
- Download a fresh copy from: https://wpml.org/account/downloads/
- Install it again from Plugins > Add new
- Activate it and check if the issue is resolved
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 and check if any errors were saved to the debug.log log file inside the /wp-content/ directory
If you can paste your debug.log to https://pastebin.com/ and provide me that link, it would be great!
The topic ‘[Closed] Default and translation language drop-down menus are empty’ is closed to new replies.
Manage Cookie Consent
We use cookies to optimize our website and services. Your consent allows us to process data such as browsing behavior. Not consenting may affect some features.
Functional
Always active
Required for our website to operate and communicate correctly.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
We use these to analyze the statistics of our site. Collected information is completely anonymous.The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
These cookies track your browsing to provide ads relevant to you.