• I just want to provide a solution should you have entries in your PHP error log looking similar to this here:

    [00-Jan-0000 00:00:00 UTC] WordPress database error Table 'db.prefix_mpd_log' doesn't exist for query SELECT *
    			  FROM prefix_mpd_log
    			  WHERE 
    			  source_id = 000
    			  AND source_post_id = 000
    			  AND persist_active = 1
    			  order by destination_id made by include('...\root\wp-admin\edit-form-advanced.php'), do_action('add_meta_boxes'), WP_Hook->do_action, WP_Hook->apply_filters, mpd_metaboxes, do_action('mpd_meta_box'), WP_Hook->do_action, WP_Hook->apply_filters, mpd_side_metaboxs, mpd_get_persists_for_post
    

    In order to fix the situation you just need to deactivate and reactivate the plugin. It will then create that table. For me, all previous settings, persisted.

The topic ‘SOLUTION: PHP error log entries for missing prefix_mpd_log db table’ is closed to new replies.