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 reply, has 2 voices.

Last updated by Ahmed Mohammed 1 year, 5 months ago.

Author Posts
June 20, 2023 at 2:51 pm #13860963

amritK

Tell us what you are trying to do? On the Translation Management tab, I click on "start automatic translation" and get an error that says "[object Object]"

Is there any documentation that you are following? No.

Is there a similar example that we can see?

What is the link to your site? hidden link"

June 20, 2023 at 6:26 pm #13862543

Ahmed Mohammed
Supporter

Timezone: Africa/Cairo (GMT+02:00)

Hi there,

Thank you for contacting WPML support. While you are waiting for one of my colleagues to take this ticket and work on it, let me provide you with the first debugging steps or if I can help with the issue quickly.

I understand when you try to translate content automatically from WPML → Translation Management page; you get an error message. Is that correct?

If so, could you please enable the WordPress debug log?

This will allow us to see if any PHP errors are being produced and most importantly, it'll reveal the full error stack that gives us more details about the error causing the issue.

More Info: https://wpml.org/documentation/support/debugging-wpml/

In order to do that, edit the wp-config.php file inside your WordPress directory and insert the following lines:

define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );

Now please reproduce the issue once again by following the same steps to replicate that error.

Locate the debug.log in: /wp-content/debug.log. You can log in to your website via FTP or install a plugin such as File Manager to find that debug.log file.

Paste the content (if any) on a site like pastebin.com and then share the link here with us (only you and us will see the URL you are sharing).

Looking forward to hearing back from you.

The topic ‘[Closed] error that says "[object Object]"’ is closed to new replies.