Getting the following error when attempting to delete posts by a custom field.
Warning: require_once(/nas/wp/www/staging/njmonthly/wp-content/plugins/bulk-delete-posts-by-custom-field../bulk-delete/include/class-bulk-delete-by-days.php) [function.require-once]: failed to open stream: No such file or directory in /nas/wp/www/staging/njmonthly/wp-content/plugins/bulk-delete-posts-by-custom-field/bulk-delete-posts-by-custom-field.php on line 381
Fatal error: require_once() [function.require]: Failed opening required ‘/wp-content/plugins/bulk-delete-posts-by-custom-field../bulk-delete/include/class-bulk-delete-by-days.php’ (include_path=’.:/usr/share/php:/usr/share/pear’) in wp-content/plugins/bulk-delete-posts-by-custom-field/bulk-delete-posts-by-custom-field.php on line 381
Looks like its trying to look for class-bulk-delete-by-days.php which is not in the includes folder.
Any ideas?