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.

This topic contains 1 voice and has 0 replies.

>
Author Posts
February 24, 2024 at 7:50 pm #15340881

pinellaB

After installing WPML You don't see the default pages

February 24, 2024 at 8:09 pm #15340902

pinellaB

HI,

I solved it by applying these steps:

1. Please take a backup of your site first for security reasons.
2. I have noticed that your website’s WP Memory Limit is 40MB.

The WP memory limit needs to be increased, it's different from php memory.
PHP memory is fine but WordPress uses 40Mb as default in your site. Minimum requirements for WPML are 128Mb: https://wpml.org/home/minimum-requirements/

Please add this to the top of wp-config.php to increase WP memory:

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

3. Please go to WPML >> Support >> Troubleshooting page and press below buttons:

- Clear the cache in WPML
- Synchronize posts taxonomies
- Remove ghost entries from the translation tables
- Assign translation status to duplicated content
- Fix post type assignment for translations
- Set language information

4. Please delete all sorts of caches on your site / server cache if any / plugin cache (LiteSpeed Cache) / CDN cache (if any), clear browser cache and then see if it resolves the issue afterwards.