Title: Plugin fatal error?
Last modified: November 15, 2018

---

# Plugin fatal error?

 *  Resolved [davehuffstutler](https://wordpress.org/support/users/davehuffstutler/)
 * (@davehuffstutler)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/plugin-fatal-error-15/)
 * Hi – I’ve been using Organize Series forever – awesome plugin – I’m not really
   tech savvy and have a simple WP website. The other day it deactivated, I tried
   to activate it and got this message:
 * Fatal error: require() [function.require]: Failed opening required ‘__DIR__/vendor/
   autoload.php’ (include_path=’.:/usr/lib64/php:/usr/share/pear’) in /home2/proclaj6/
   public_html/wp-content/plugins/organize-series/orgSeries.php on line 46
 * Any help is appreciated. Thank you!
    -  This topic was modified 7 years, 6 months ago by [davehuffstutler](https://wordpress.org/support/users/davehuffstutler/).

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

 *  [Darren Ethier (nerrad)](https://wordpress.org/support/users/nerrad/)
 * (@nerrad)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/plugin-fatal-error-15/#post-10885037)
 * Hi there,
 * That definitely doesn’t sound good. There’s nothing in Organize Series that should
   cause it to deactivate on its own. Is there anything more you can tell me about
   things that might have been done recently on your site (WordPress update, other
   plugins updated etc)? Did you update Organize Series and then it deactivated 
   after updating?
 * The error you got means that Organize Series is looking for a file it requires
   and is not able to load it. I’ve double-checked the plugin and it does definitely
   have that file.
 * Any further information you can give me will help me help you.
 *  Thread Starter [davehuffstutler](https://wordpress.org/support/users/davehuffstutler/)
 * (@davehuffstutler)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/plugin-fatal-error-15/#post-10885406)
 * Hi Darren,
 * Thanks for interacting!
 * My site is hosted through Bluehost. My site wasn’t working, and I had to get 
   their customer service to help. I think they said they had to update the PHP 
   file.
 * I hadn’t done anything to it recently except for what I just described. Because
   my posts were in a series, I know that, whatever the issue is, it happened within
   the last week.
 * I can try to give further answers as you need them. I’m just not very technical
   with this kind of stuff.
 *  Thread Starter [davehuffstutler](https://wordpress.org/support/users/davehuffstutler/)
 * (@davehuffstutler)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/plugin-fatal-error-15/#post-10885461)
 * It says my PHP version is 7.0.31 if that is any help at all.
 *  [Darren Ethier (nerrad)](https://wordpress.org/support/users/nerrad/)
 * (@nerrad)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/plugin-fatal-error-15/#post-10885542)
 * I am motivated to help you, but troubleshooting this is hard without knowing 
   more information.
 * One thing you might want to try is completely deleting the plugin from your website
   and then reinstalling it. Do a database backup first, but deleting the plugin
   should no result in loss of data, its just a precaution you should always take
   for any plugin.
 *  Thread Starter [davehuffstutler](https://wordpress.org/support/users/davehuffstutler/)
 * (@davehuffstutler)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/plugin-fatal-error-15/#post-10885653)
 * Unfortunately, that did not work. I’m sure troubleshooting it would take time.
   I would love to figure out how to fix this, but I understand if that’s not possible.
   If you have any further suggestions, I’m glad to try them. 🙂 Thank you.
 *  [Darren Ethier (nerrad)](https://wordpress.org/support/users/nerrad/)
 * (@nerrad)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/plugin-fatal-error-15/#post-10886002)
 * Very puzzling.
 * Are you able to look at the files in your `wp-content/plugins` folder? If so,
   is there a `vendor/autoload.php` file present? So if organize series is installed
   in the typical folder, you’d be looking for `wp-content/plugins/organize-series/
   vendor/autoload.php`.
 * I just downloaded Organize Series from wordpress.org, unzipped it and I’ve verified
   that the file is present in the archive.
 *  Thread Starter [davehuffstutler](https://wordpress.org/support/users/davehuffstutler/)
 * (@davehuffstutler)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/plugin-fatal-error-15/#post-10886181)
 * I am able to look at the files – it is in there.
 * I’ve tried deactivating all other plug-ins as well to see if there was some kind
   of conflict, and that didn’t do anything either.
 * I have a friend who also has a WP site and uses Organize Series, but he has no
   problems. It sounds like it’s an issue specific to my site somehow. Would that
   be an issue with my host? (I use Bluehost.)
 *  Thread Starter [davehuffstutler](https://wordpress.org/support/users/davehuffstutler/)
 * (@davehuffstutler)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/plugin-fatal-error-15/#post-10886190)
 * Darren – thank you so much for all your help – I finally chatted with Bluehost
   and resolved the situation. Earlier, my site was down, I chatted with a rep then,
   and they apparently changed the php version from 5.6 to 5.2. I found that out
   tonight by asking specifically what the issue was.
 * So I’m not sure what the 7.0.31 relates to. When I’m in my cPanel page on website,
   it has a box in a corner that gives that number as the php version.
 * So, I’m sorry for all the confusion (I’m learning as I go), but I can at least
   say that you’ve been very helpful in at least helping me realize that the problem
   was not with your plug-in, which just means it’s a great plug-in. 🙂
 * I’m going to go give you some great quote-worthy reviews for all your trouble.
   🙂 Thanks again.
 *  [Darren Ethier (nerrad)](https://wordpress.org/support/users/nerrad/)
 * (@nerrad)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/plugin-fatal-error-15/#post-10887686)
 * Thanks very much for the review. That definitely explains the issue. `__DIR__`
   is something only available in php version 5.3+ which explains your issues. I’m
   going to have to take a look at more gracefully failing for people running PHP5.2.
 *  [Darren Ethier (nerrad)](https://wordpress.org/support/users/nerrad/)
 * (@nerrad)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/plugin-fatal-error-15/#post-11058392)
 * The latest version of Organize Series (2.5.12) will more gracefully fail in PHP
   5.2 environments.

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

The topic ‘Plugin fatal error?’ is closed to new replies.

 * ![](https://ps.w.org/organize-series/assets/icon-256x256.png?rev=3386599)
 * [Issues and Series for Newspapers, Magazines, Publishers, Writers](https://wordpress.org/plugins/organize-series/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/organize-series/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/organize-series/)
 * [Active Topics](https://wordpress.org/support/plugin/organize-series/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/organize-series/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/organize-series/reviews/)

 * 10 replies
 * 2 participants
 * Last reply from: [Darren Ethier (nerrad)](https://wordpress.org/support/users/nerrad/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/plugin-fatal-error-15/#post-11058392)
 * Status: resolved