Skip Navigation

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.

Sun Mon Tue Wed Thu Fri Sat
9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 - -
- - - - - - -

Supporter timezone: Africa/Cairo (GMT+02:00)

This topic contains 1 reply, has 2 voices.

Last updated by Mohamed Sayed 1 year, 10 months ago.

Assisted by: Mohamed Sayed.

Author Posts
June 12, 2022 at 4:38 am #11441899

weiliang-wuR

Tell us what you are trying to do?
Sync menu

Is there any documentation that you are following?
Yes

Is there a similar example that we can see?
Menu sync was always spinning, but none of menu was created

What is the link to your site?
hidden link

Snipaste_2022-06-12_00-33-28.png
June 12, 2022 at 5:10 pm #11443421

Mohamed Sayed

Hi there,
Thanks for contacting WPML support,

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:

/** Memory Limit */
define('WP_MEMORY_LIMIT', '256M');
define( 'WP_MAX_MEMORY_LIMIT', '256M' );

2) Do you see any errors in the browser console?

3) Please also make sure that the translations of the menu items you add in the default language already exist, because WPML can't show any untranslated items in the menu of secondary languages.

Regards,
Mohamed

The topic ‘[Closed] Menu sync failed’ is closed to new replies.