Attachment not found error
-
Hi 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
- The topic ‘Attachment not found error’ is closed to new replies.