nickast / easy-digital-downloads-remove-past-transactions-and-logs

This is a plugin that will enable the user to delete the purchases stored in the Database
GNU General Public License v2.0
1 stars 1 forks source link

Plugin issue #1

Open rachidaitouaissi opened 7 years ago

rachidaitouaissi commented 7 years ago

Hello

Thank you so much for this amazing plugin. There's a problem when updating easy digital download to Version 2.7.11 getting a Fatal error in line 35 when checked the line i found this function\

add_action('init','check_edd_existance'); function check_edd_existance(){

$edd_slug = 'Easy_Digital_Downloads';

if(!is_plugin_active_from_slug($edd_slug)){
    if(is_admin())
        // give admin notice
        add_action('admin_notices', 'edd_does_not_exist_notice');
    else
        // halt plugin in front end
        return; 
}

}

Any update please because this version not working with easy digital download Version 2.7.11

Thank you

nickast commented 7 years ago

Hi there, I developed this plugin around 5 years ago and I released it here in github but since then I haven't updated it and EDD has greatly changed. I am afraid I cannot help you with that anytime soon. I am really sorry.