Viewing 3 replies - 16 through 18 (of 18 total)
  • same issue on 4.5.92. Edit download-manager.php

    function wpdm_add_new_file(){
    global $wpdb;

    if(isset($_POST)){ //change this line

    ——————————————

    function wpdm_add_new_file(){
    global $wpdb;

    if($_POST){ //with this

    Please fix it. Thanks

    Plugin Author Shahjada

    (@codename065)

    hi, next update will v2.6 and wpdm will be moved to custom post type there and all those issues already resolved there. But that update will also bring some extra work for you. As we will import all data to custom post type, the IDs will not be same, so you have to to update the short-codes with matching ID. anyhow I also will keep the current version in repo.

    Thread Starter hpb1980

    (@hpb1980)

    Version 2.5.93 works great with the current WordPress 3.8.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Not able to create a new download’ is closed to new replies.