@pathduck I agree – all instances need to be changed. I have no clue who is able to change that – I’ll just fix it manually in my install
@pathduck – you are correct, there is an underscore in the original code that doesn’t belong there.
This causes various issues including errors when running the cron-scheduled ‘wp_scheduled_auto_draft_delete’ job
@pathduck do you have access to the codebase of this plugin? This issue is within the PHP code itself – see ./includes/any-post.php:
function post_deleted($post_id){
'SELECT instance_id FROM '.$wpdb->prefix.'_blc_instances WHERE container_id = %d AND container_type = %s',
}
There are backticks in the actual code but it seems this forum is unable to show that
-
This reply was modified 6 years, 7 months ago by sjon0.
-
This reply was modified 6 years, 7 months ago by sjon0.
-
This reply was modified 6 years, 7 months ago by sjon0.
-
This reply was modified 6 years, 7 months ago by sjon0.