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 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: America/Los_Angeles (GMT-07:00)

This topic contains 1 reply, has 2 voices.

Last updated by Bobby 1 year, 5 months ago.

Assisted by: Bobby.

Author Posts
November 29, 2022 at 3:11 pm #12556125

Pedro

I am trying to:

Go to the translations QUEUE page. WordPress is running in a non-standard port (9001)

Link to a page where the issue can be seen:

hidden link

I expected to see:
Translation list

Instead, I got:
An ajax error, as WordPress is trying to access the :9001 port twice in the AJAX call

ERROR IN: hidden link

(See screenshot)

Captura de Pantalla 2022-11-29 a las 16.08.48.png
November 29, 2022 at 7:02 pm #12557401

Bobby
Supporter

Languages: English (English )

Timezone: America/Los_Angeles (GMT-07:00)

Hi there,

While we are reviewing this I noticed a few minimum requirements that need updating.

1. Increase WP Memory Limit to 256M or higher
2. Increase your PHP Time Limit to 300 it's currently set to 0

I would need to see the detail of the error log. You can see how to enable debug logging here:
https://wpml.org/documentation/support/debugging-wpml/

Go in your wp-config.php file and look for define(‘WP_DEBUG’, false);. Change it to:
define('WP_DEBUG', true);

Edit your wp-config.php file and add these lines, just before it says 'stop editing here':

ini_set('log_errors',TRUE);
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) . 'https://cdn.wpml.org/error_log.txt');

This will create an error_log.txt file in your site's root directory. Please send me its contents.

The topic ‘[Closed] AJAX error when going to the translations queue page’ is closed to new replies.