nodesman / wp-autoresponder

Email marketing and newsletter plugin for WordPress
40 stars 22 forks source link

Non-existent database table #267

Open ghost opened 11 years ago

ghost commented 11 years ago

The file manage.php contains the following code...

$query = "SELECT b.* FROM ".$wpdb->prefix."wpr_followup_subscriptions a, wpr_post_series b where type='postseries' and sid='$sid' and b.id=a.eid;";

Even though the Wordpress table prefix is missing, on the version installed on our server - 5.3.7 - the table does not exist at all and therefore throws lots of errors in the logs.