Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Shahjada

    (@codename065)

    sorry, checking the issue.

    Thread Starter crequill

    (@crequill)

    Hi
    Have you some news?

    Thread Starter crequill

    (@crequill)

    Same issue with version 2.6.

    Thread Starter crequill

    (@crequill)

    I found the problem: it’s in download-manager.php, line 669. There is a problem with mysql select: an apostrophe is at wrong place.

    Actual:
    $total = $wpdb->get_var(“select count(*) from ahm_files where category like ‘%\”$id\”% $order_query'”);

    Correction:
    $total = $wpdb->get_var(“select count(*) from ahm_files where category like ‘%\”$id\”%’ $order_query”);

    Plugin Author Shahjada

    (@codename065)

    many many thanks to you, I forgot to check that in last update too. anyhow I’ve adjusted it for next update. again thanks for your contribution ??

    Thread Starter crequill

    (@crequill)

    Hi,

    With version 2.6.1, the problem is always here. In download-manager.php line 669.

    Thread Starter crequill

    (@crequill)

    Correction OK in 2.6.3

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘wpdm_category: no buttons to navigate from page to page’ is closed to new replies.