• Hi, zero issues using plugin past (thank you). However, today after running the 6.5.5 update; on PHP 8.2, got this error:
    DataTables warning: table id=ddp_dupetable - Ajax error. For more information about this error, please see https://datatables.net/tn/7

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter neotrope

    (@neotrope)

    Seems to still work on sites with PHP 7.4x; however stuck display showed two items already auto-deleted; selecting and hitting delete selected generated “unknown error” but refresh was fine. Seens to be ajax related.

    For the PHP 8.2 site, I tried disabling plugin, then re-enabling, but that immediately threw the ajax error.

    In delete-duplicate-posts.php find line number 729 and change (no promises, worked for us though)

    count( $json_response['dupes'] )

    to

    count( !empty( $json_response['dupes'] ) ? $json_response['dupes'] : array() )
    Thread Starter neotrope

    (@neotrope)

    Thank you. Will give this a try ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.