Home›Support›English Support›[Waiting for user feedback] Need to reopen this ticket: https://wpml.org/forums/topic/polylang-migration/
[Waiting for user feedback] Need to reopen this ticket: https://wpml.org/forums/topic/polylang-migration/
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.
Elementor users - please update WPML to the latest version to maintain compatibility. More details here - https://wpml.org/changelog/2024/12/wpml-4-6-15-critical-update-for-elementor-sites/
Server architecture Linux 5.14.0-427.33.1.el9_4.x86_64 x86_64
Web server Apache/2.4.57 (Red Hat Enterprise Linux) OpenSSL/3.0.7
PHP version 7.4.33 (Supports 64bit values)
PHP SAPI fpm-fcgi
PHP max input variables 1000
PHP time limit 30
PHP memory limit 1792M
Max input time 300
Upload max filesize 50M
PHP post max size 50M
Symptoms:
I am unable to reopen the ticket regarding Polylang migration.
Languages: English (English )Spanish (Español )German (Deutsch )
Timezone: America/Lima (GMT-05:00)
Hello,
I see on the old ticket you were asked to change the WP MEMORY LIMIT.
The provided information in your last comments relates to the PHP MEMORY LIMIT, not the WP MEMORY LIMIT.
To do this, you need to connect to your website's server and open the wp-config.php file in a text editor. The file is located in the WordPress root directory.
Add this code to the wp-config.php file to increase WordPress memory:
define ('WP_MEMORY_LIMIT', '256M');
Add this just before this comment:
// That's all, stop editing! Happy blogging.
The current values can be viewed under WPML > Support > WordPress.
These settings can be restricted directly by your hosting provider, so I recommend contacting them and asking them to change them directly if the changes are not applied immediately.