• After adding the pro version I realized there was a reference to a function that doesn’t exist. This was causing a bug that caused all of my to not display.

    In /wp-content/plugins/eazydocs-pro/includes/functions.php the eazydocs_voted() calls unsort() on a function that doesn’t exist. usort( $vote_dates, "ezd_main_date_sort" ); .

    As a temporary fix I removed the eazydocs_voted() functionality from the plugin but this is just a temp fix so I can do the work that needs to be done. I’m looking for a more permanent solution so we can continue updating the plugin in the future and have all of the functionality back.

Viewing 1 replies (of 1 total)
  • Plugin Author Sajjad Hossain

    (@codersajjad)

    Hello,

    Thanks for bringing this issue to our attention!

    We will investigate the problem related to the eazydocs_voted() function calling usort() on a non-existent function, which is causing display issues on your site. Rest assured, we’ll work on a fix and update the plugin as soon as possible. For now, your temporary solution should suffice, but we’ll ensure that a permanent fix is implemented so that future updates won’t cause any disruptions.

    Thanks for your patience!

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