Fatal error: Class 'downloadable_file' not found in …
-
Recently installed the current version EBD v3.4 and Contact From 7 v4.3.1 and Download Manager v4.4.0.
Fatal error: Class ‘downloadable_file’ not found in /home/…/wp-content/plugins/email-before-download/email-before-download.php on line 161
This error seems to be pointing to:
$dldArray = explode(“,”, $download_id);
$title_tmp = ”;
foreach ($dldArray as $dl_id) {
$d = NULL;
if(!$is_new_dm){
$dl = $wpdb->get_row( “SELECT * FROM $wp_dlm_db WHERE id = ‘”.esc_sql($dl_id).”‘;” );
$d = new downloadable_file($dl);
}
else{
$d = new stdClass;$d->title = do_shortcode(‘[download_data id=”‘.$dl_id.'” data=”title”]’);
}
Your help on this is appreciated.
The topic ‘Fatal error: Class 'downloadable_file' not found in …’ is closed to new replies.