Info
- 3 posts
- 2 voices
- Started 2 years ago by gerikg
- Latest reply from gerikg
- This topic is resolved
[After the Deadline] error: require_once(includes/admin.php)
-
- Posted 2 years ago #
The error
Warning: require_once(includes/admin.php) [function.require-once]: failed to open stream: Not a directory in /homepages/0/d188981313/htdocs/.org/wordpress/forum/my-plugins/after-the-deadline/after-the-deadline.php on line 68 Fatal error: require_once() [function.require]: Failed opening required 'includes/admin.php' (include_path='.:/usr/lib/php5') in /homepages/0/d188981313/htdocs/.org/wordpress/forum/my-plugins/after-the-deadline/after-the-deadline.php on line 68I know I don't have an "includes" folder
/** * Require Admin/Public/AJAX File */ if ( defined( 'DOING_AJAX' ) && DOING_AJAX == true && in_array( 'ignorealways', (array) $atd_plugopts['enableuser'] ) ) /* Load Ignore Phrase file as we are doing AJAX */ require_once( 'includes/ajax-ignore.php' ); elseif ( bb_is_admin() ) /* Load admin.php file if it is the admin area */ require_once( 'includes/admin.php' ); else /* Else load public.php file as it is the public area */ require_once( 'includes/public.php' ); -
- Posted 2 years ago #
Please download the plugin again and upload it properly in the plugins directory. As you can see on the trac, there is an includes folder in the plugin - http://plugins-dev.bbpress.org/browser/after-the-deadline/tags/1.6
-
- Posted 2 years ago #
Thanks, I knew I did something wrong because no one else reported earlier. Feel free to delete this thread.
-
This topic is
closed