Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save montrealist/51fc58359fc03bbdafa66b5201a0f554 to your computer and use it in GitHub Desktop.
Save montrealist/51fc58359fc03bbdafa66b5201a0f554 to your computer and use it in GitHub Desktop.
WordPress database error Table 'wvaxcnmwju.gt0b_icl_translate' doesn't exist for query SELECT j.rid,
j.translator_id,
t.translation_id,
s.batch_id,
j.translated,
j.manager_id,
s.status,
s.needs_update,
s.translation_service,
s.uuid,
t.trid,
t.language_code,
t.source_language_code,
iclt.field_data AS original_doc_id,
iclt.job_id,
ito.element_type AS original_post_type,
j.title,
j.deadline_date,
j.completed_date,
j.editor,
IF(p.post_type IS NOT NULL, 'post', 'package') as element_type_prefix
FROM gt0b_icl_translate_job j
JOIN gt0b_icl_translation_status s
ON j.rid = s.rid
JOIN gt0b_icl_translations t
ON s.translation_id = t.translation_id
JOIN gt0b_icl_translate iclt
ON iclt.job_id = j.job_id
JOIN gt0b_icl_translations ito
ON ito.element_id = iclt.field_data
AND ito.trid = t.trid
LEFT JOIN gt0b_posts p
ON ito.element_id = p.ID
AND ito.element_type = CONCAT('post_', p.post_type)
WHERE j.job_id IN (357)
AND iclt.field_type = 'original_id'
LIMIT 1 made by set_current_screen, WP_Screen->set_current_screen, do_action('current_screen'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_Translations_Queue->load, WPML_Translation_Job_Factory->get_translation_job, WPML_Translation_Job_Factory->retrieve_job_data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment