Conversation
supportHi again Esteban! You mentioned that you were going to refactor this plugin at some time. When you do, you might want to put an error trap somewhere around line 356 in: run-campaign.php Relevant code: foreach ($ids as $id) { wp_delete_attachment($id, $force_delete); if ($force_delete) unlink(get_attached_file($id)); $mensaje .= sprintf(__("-- Post image id:'%s' Deleted! ", "etruel-del-post-copies"), $id) . "<br>"; } Its throwing a soft error: PHP Warning: unlink(): No such file or directory in /home/abilicom/public_html/sportsgawk.com/wp-content/plugins/etruel-del-post-copies/includes/run-campaign.php on line 356 Thanks! -B This topic was modified 4 years, 3 months ago by Brian Brown, Ph.D. .
No comments were stored for this source.