[wpdm_all_packages] no longer works after update to 2.7.x

Viewing 4 posts - 1 through 4 (of 4 total)
#23028

ilnovi
Member

Hi,
The short code [wpdm_all_packages] seems no longer working after the update to the 2.7.3 version of plugin. You can see yourself at http://www.domoticawireless.it/download

Any hints?

Thanks

#23030

ilnovi
Member

Hi,
I fixed the issue. Don’t care about this post.

Thanks

#24633

tlongis
Member

Hi,
How did you fixed this issue ?
I have the same problem : [wpdm_all_packages] output an empty table.

With WP_DEBUG set to true, I get the following error :


WordPress database error: [Not unique table/alias: 't']

SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
JOIN wp_icl_translations t ON wp_posts.ID = t.element_id
AND t.element_type = 'post_wpdmpro'
JOIN wp_icl_languages l ON t.language_code = l.code
AND l.active =1
JOIN wp_icl_translations t ON wp_posts.ID = t.element_id
AND t.element_type = 'post_wpdmpro'
JOIN wp_icl_languages l ON t.language_code = l.code
AND l.active =1
WHERE 1 =1
AND wp_posts.post_type = 'wpdmpro'
AND (
wp_posts.post_status = 'publish'
OR wp_posts.post_status = 'pending'
OR wp_posts.post_status = 'sent'
OR wp_posts.post_status = 'private'
)
AND t.language_code = 'fr'
AND t.language_code = 'fr'
ORDER BY wp_posts.post_date DESC
LIMIT 0 , 2

The two JOIN clauses are duplicated, which causes an error.
Any idea ?
Thanks for your help.

EDIT : problem solved. Caused by a faulty plug-in.

#24697

Shahjada
Keymaster

[wpdm_all_packages jstable=1] should work fine.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘[wpdm_all_packages] no longer works after update to 2.7.x’ is closed to new replies.