Database Error while uploading image in Media
-
Hello!
I get this Database Error while uploading image:
WordPress-Datenbank-Fehler: [Unknown column 'curr.cnt_de' in 'field list'] UPDATE wp_realmedialibrary_icl_count AS tn INNER JOIN ( SELECT rmlic.fid, SUM(IF(wpmlt.language_code = 'sk', 1, 0)) AS <code>cnt_sk</code>, SUM(IF(wpmlt.language_code = 'en', 1, 0)) AS <code>cnt_en</code> FROM wp_realmedialibrary_icl_count rmlic LEFT JOIN wp_realmedialibrary_posts rmlpostscnt ON rmlpostscnt.fid = rmlic.fid LEFT JOIN wp_icl_translations wpmlt ON wpmlt.element_id = rmlpostscnt.attachment AND wpmlt.element_type = 'post_attachment' GROUP BY rmlic.fid ) curr ON curr.fid = tn.fid SET tn.<code>cnt_en</code> = curr.<code>cnt_en</code>,tn.<code>cnt_de</code> = curr.<code>cnt_de</code> WHERE tn.fid IN (-1) WordPress-Datenbank-Fehler: [Unknown column 'curr.cnt_de' in 'field list'] UPDATE wp_realmedialibrary_icl_count AS tn INNER JOIN ( SELECT rmlic.fid, SUM(IF(wpmlt.language_code = 'sk', 1, 0)) AS <code>cnt_sk</code>, SUM(IF(wpmlt.language_code = 'en', 1, 0)) AS <code>cnt_en</code> FROM wp_realmedialibrary_icl_count rmlic LEFT JOIN wp_realmedialibrary_posts rmlpostscnt ON rmlpostscnt.fid = rmlic.fid LEFT JOIN wp_icl_translations wpmlt ON wpmlt.element_id = rmlpostscnt.attachment AND wpmlt.element_type = 'post_attachment' GROUP BY rmlic.fid ) curr ON curr.fid = tn.fid SET tn.<code>cnt_en</code> = curr.<code>cnt_en</code>,tn.<code>cnt_de</code> = curr.<code>cnt_de</code> WHERE tn.fid IN (-1)
Thanks for helping me.
Deexperte
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Database Error while uploading image in Media’ is closed to new replies.