Title: Help: Fatal error: require_once() [function.require]
Last modified: August 20, 2016

---

# Help: Fatal error: require_once() [function.require]

 *  [dankadar](https://wordpress.org/support/users/dankadar/)
 * (@dankadar)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/help-fatal-error-require_once-functionrequire/)
 * Trying to log into the wp-admin part of our site, I was greeted by this nasty-
   looking bit:
 * > Warning: require_once(/home/the330/public_html//wp-admin/includes/template.
   > php) [function.require-once]: failed to open stream: Permission denied in /
   > home/the330/public_html/wp-content/plugins/feedwordpress/feedwordpress-walker-
   > category-checklist.class.php on line 10
   > Fatal error: require_once() [function.require]: Failed opening required ‘/home/
   > the330/public_html//wp-admin/includes/template.php’ (include_path=’.:/usr/lib/
   > php:/usr/local/lib/php’) in /home/the330/public_html/wp-content/plugins/feedwordpress/
   > feedwordpress-walker-category-checklist.class.php on line 10
 * I have no idea where to even start looking for a solution.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Drew Jaynes](https://wordpress.org/support/users/drewapicture/)
 * (@drewapicture)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/help-fatal-error-require_once-functionrequire/#post-2270259)
 * It looks like the problem stems from the plugin that lives in the wp-content/
   plugins/feedwordpress directory. I suggest either removing that plugin manually
   via FTP, or [resetting your plugins directory](http://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F).
 *  Thread Starter [dankadar](https://wordpress.org/support/users/dankadar/)
 * (@dankadar)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/help-fatal-error-require_once-functionrequire/#post-2270337)
 * Thanks Drew. We removed that plug-in via FTP by renaming the folder. Now we’re
   getting this one:
 * > Warning: require_once(/home/the330/public_html/wp-admin/includes/admin.php)[
   > function.require-once]: failed to open stream: Permission denied in /home/the330/
   > public_html/wp-admin/admin.php on line 64
   > Fatal error: require_once() [function.require]: Failed opening required ‘/home/
   > the330/public_html/wp-admin/includes/admin.php’ (include_path=’/home/the330/
   > public_html/wp-content/plugins/tpc-memory-usage/library:.:/usr/lib/php:/usr/
   > local/lib/php’) in /home/the330/public_html/wp-admin/admin.php on line 64
 *  Thread Starter [dankadar](https://wordpress.org/support/users/dankadar/)
 * (@dankadar)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/help-fatal-error-require_once-functionrequire/#post-2270370)
 * Now it’s this:
 * >  Warning: require_once(/home/the330/public_html/wp-admin/includes/admin.php)[
   > function.require-once]: failed to open stream: Permission denied in /home/the330/
   > public_html/wp-admin/admin.php on line 64
   > Fatal error: require_once() [function.require]: Failed opening required ‘/home/
   > the330/public_html/wp-admin/includes/admin.php’ (include_path=’/home/the330/
   > public_html/wp-content/plugins/tpc-memory-usage/library:.:/usr/lib/php:/usr/
   > local/lib/php’) in /home/the330/public_html/wp-admin/admin.php on line 64
 *  [Digital Raindrops](https://wordpress.org/support/users/adeptris/)
 * (@adeptris)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/help-fatal-error-require_once-functionrequire/#post-2270376)
 * Re upload the admin.php file via ftp to the /admin/includes/ folder.
 * Grab it from [the download](http://wordpress.org/download/) so you know it is
   a clean file, this assumes you are up to date with the latest version.
 * admin.php line 64 is the closing tag `?>`, so it looks like the tpc-memory-usage
   plugin has written an include once line in the file, and when you deleted the
   folder it cannot now find the file.
 * You could download the file and look at line 64, remove the offending code and
   make sure line 64 is the closing tag as well, only if you are confident, but 
   a clean upload is the better way.
 * Edit: Looking again, replace **all the files and folders** in the /admin/ folder,
   overwriting them, no plugin should really be editing these files.
 * HTH
 * David

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Help: Fatal error: require_once() [function.require]’ is closed to new
replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [Digital Raindrops](https://wordpress.org/support/users/adeptris/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/help-fatal-error-require_once-functionrequire/#post-2270376)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
