Skip Navigation

This thread is resolved. Here is a description of the problem and solution.

Problem:
After migrating a site, the client encountered an issue where WPML could not run normally due to an AJAX Error and a server configuration problem. Additionally, there was an inability to edit or see text in the editor, even though the AJAX Error was resolved after re-migrating.
Solution:
We recommended checking with the hosting provider regarding the AJAX Error as it is typically related to server issues. For the memory limit issue, which could also affect WPML's functionality, we advised increasing the WordPress memory limit. This can be done by adding the following lines in the

wp-config.php

file, right before the '/* That’s all, stop editing! Happy publishing. */' line:

define('WP_MAX_MEMORY_LIMIT', '256M');

define('WP_MEMORY_LIMIT', '128M');

After updating, the client should verify the new memory limit under WPML > Support > WordPress > Memory limit.
If these steps do not resolve the issues or if the solution seems outdated, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that the latest versions of themes and plugins are installed. If problems persist, please open a new support ticket at WPML support forum.

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 3 replies, has 0 voices.

Last updated by Kor 1 day, 19 hours ago.

Assisted by: Kor.

Author Posts
January 7, 2025 at 9:08 am #16568563

Swen Kleibrink

Background of the issue:
I migrated my site from starpaint.de to hidden link. After the migration, I encountered an issue with WPML.

Symptoms:
WPML can't run normally. There is an installation or server configuration problem. AJAX Error: error [0] URL: hidden link

Questions:
How can I resolve the installation or server configuration problem with WPML?
Why am I unable to edit or see text on the site with or without the plugin activated?

January 7, 2025 at 9:56 am #16568764

Kor
Supporter

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Thanks for contacting us.

An Ajax Error is usually a server-related issue and could you try checking this with your hosting provider?

Also, while checking the debug info, I see that the WordPress Memory Limit is below the requirements. The minimum requirements are 128M, but we do recommend 256M and the debug information of your site shows it set to 40M. Please check this link for more details
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:

define( 'WP_MAX_MEMORY_LIMIT', '256M' );
define( 'WP_MEMORY_LIMIT', '128M' );

After adding the code you can confirm that the memory was changed correctly from WPML > Support > WordPress > Memory limit.

January 7, 2025 at 10:06 am #16568812
Swen Kleibrink

I have taken the migration file from wp-prime mover and remigrated
the error has disappeared

I assume something in the first migration got corrupted I don't know

But the other problem I had was there is no text when I go to the editor for example on a product

I thought it was an issue with the error, now that the error is gone, I cannot edit the text

New threads created by Kor and linked to this one are listed below:

https://wpml.org/forums/topic/no-text-when-i-go-to-the-editor-for-example-on-a-product/

ad2b33ab-02d7-42da-821d-2fb1012dc9c0.jpg
January 7, 2025 at 10:28 am #16568886

Kor
Supporter

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Glad that you've resolved the problem. As for your new issue, I've split the ticket here so that we could follow up https://wpml.org/forums/topic/no-text-when-i-go-to-the-editor-for-example-on-a-product/