Title: can&#8217;t activate plugin &#8211; php fatal error
Last modified: September 9, 2024

---

# can’t activate plugin – php fatal error

 *  Resolved [toastipiez](https://wordpress.org/support/users/toastipiez/)
 * (@toastipiez)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/cant-activate-plugin-php-fatal-error/)
 * Hey guys
 * I’ve been trying to activate prime mover but it’s throwing an error:
 * [09-Sep-2024 08:14:04 UTC] PHP Warning: include(/home/toastipi/public_html/wp-
   content/plugins/prime-mover/vendor/composer/../../classes/PrimeMoverErrorHandlers.
   php): Failed to open stream: No such file or directory in /home/toastipi/public_html/
   wp-content/plugins/prime-mover/vendor/composer/ClassLoader.php on line 576
   [09-
   Sep-2024 08:14:04 UTC] PHP Warning: include(/home/toastipi/public_html/wp-content/
   plugins/prime-mover/vendor/composer/../../classes/PrimeMoverErrorHandlers.php):
   Failed to open stream: No such file or directory in /home/toastipi/public_html/
   wp-content/plugins/prime-mover/vendor/composer/ClassLoader.php on line 576[09-
   Sep-2024 08:14:04 UTC] PHP Warning: include(): Failed opening ‘/home/toastipi/
   public_html/wp-content/plugins/prime-mover/vendor/composer/../../classes/PrimeMoverErrorHandlers.
   php’ for inclusion (include_path=’.:/opt/cpanel/ea-php81/root/usr/share/pear’)
   in /home/toastipi/public_html/wp-content/plugins/prime-mover/vendor/composer/
   ClassLoader.php on line 576[09-Sep-2024 08:14:04 UTC] PHP Fatal error: Uncaught
   Error: Class “Codexonics\PrimeMoverFramework\classes\PrimeMoverErrorHandlers”
   not found in /home/toastipi/public_html/wp-content/plugins/prime-mover/PrimeMoverFactory.
   php:181Stack trace: 0 /home/toastipi/public_html/wp-includes/class-wp-hook.php(
   324): Codexonics\PrimeMoverFactory->composeObjects(”) 1 /home/toastipi/public_html/
   wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) 2 /home/
   toastipi/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) 3/
   home/toastipi/public_html/wp-settings.php(695): do_action(‘init’) 4 /home/toastipi/
   public_html/wp-config.php(120): require_once(‘/home/toastipi/…’) 5 /home/toastipi/
   public_html/wp-load.php(50): require_once(‘/home/toastipi/…’) 6 /home/toastipi/
   public_html/wp-login.php(12): require(‘/home/toastipi/…’) 7 {main}
 * I’ve uninstalled and installed it again with the same results, any ideas?

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

 *  Plugin Author [Codexonics](https://wordpress.org/support/users/codexonics/)
 * (@codexonics)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/cant-activate-plugin-php-fatal-error/#post-18003279)
 *  Thanks for using Prime Mover plugin. Sorry to hear you have issues activating
   the plugin. First, that error seems strange since we are not able to reproduce
   it on any server before. From the above error – it looks like the plugin is missing
   some files that results to plugin activation error.
 *  Can you please try the following steps to see if it works for you?
    - Prime Mover works for PHP 5.6+ – if you are using a server below PHP 5.6, 
      you cannot activate the plugin and it throws an error. So you need to upgrade
      your PHP version first to supported versions (_PHP 7.4_ is recommended minimum
      for WordPress now).
    - In addition – if you are using supported PHP versions but still have an error.
      It’s possible you are using a corrupted version of the plugin. In this case–
      please re-install again using different method. First, we try the manual method
      of installation – [download the latest Prime Mover plugin zip to your Desktop](https://wordpress.org/plugins/prime-mover/).
      Click the “_Download_” button to get the latest zip to your Desktop.
    - Next is to delete all the Prime Mover plugins existing in your _/wp-content/
      plugins/_ directory. To make sure they are all deleted – you can double check
      with SFTP or FTP to delete it.
    - Before you install it again – double check with your hosting tech support 
      if they do a real time file scanning of uploaded files. It is because these
      file scanners could result to false positives and will mistakenly delete plugin
      files while it’s being installed. As a result – installed plugins are corrupted
      when any of it’s file is deleted. We recommend to temporarily disable these
      real time file scanners to test.
    - When it’s clear that you don’t have any security file scanner enabled – install
      the latest Prime Mover plugin. If you are using multisite, login as network
      administrator and go to _Network -> Plugins -> Add New Plugin -> Upload plugin_.
      If you are using single-site, simply login as administrator and go to _Plugins-
      > Add New plugin -> Upload plugin_. Finally -proceed to upload the latest 
      zip of Prime Mover plugin and then activate/network activate (if multisite).
    - Check if you still have an error or not. If still cannot be activated – please
      deactivate all plugins in your site (if possible) – this is to test if there
      are some conflicts with it. And then once all plugins are deactivated – try
      activating/network activating Prime Mover plugin. Check if it can be activated
      this way. Once activated- activate the rest of the plugins one by one until
      you find the problematic plugin that conflicts with Prime Mover and let us
      know if this is the case so we can run further tests on our end.
    - Otherwise – you can also try [installing the plugin via SFTP method](https://kinsta.com/knowledgebase/how-to-install-wordpress-plugins/#2-how-to-install-wordpress-plugins-via-sftp)
      which should work in most cases as long as your server file and folder permissions
      are correct.
    - Try installing and activating other plugins (e.g. _Classic Editor_) just to
      test if it works. This is to check if the issue not only affects Prime Mover
      plugin but other plugins as well. If it affects all new plugin installations(
      not only Prime Mover plugin) – then you might have a server problem. In this
      case – please double check your server permissions and credentials to make
      sure its correct.
 * If all of the above steps failed to activate the Prime Mover plugin only (other
   plugins unaffected) – we need more information about your site/server. In this
   case – please do the following so we can assist you further:
    - Login to your site admin and go to _Tools -> Site Health -> click “Info” tab_-
      > and then click “_Copy site info to clipboard_“.
    - Paste the results to a text file and then share it here as your reply (by 
      pasting also) just in case you still are not able to activate the plugin. 
      We will try to check your site and server configuration and see if there is
      something wrong it.
 * Thanks again and please let me know how it goes.
 *  Plugin Author [Codexonics](https://wordpress.org/support/users/codexonics/)
 * (@codexonics)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/cant-activate-plugin-php-fatal-error/#post-18023940)
 * This ticket is now closed due to inactivity. Please make sure you are using latest
   Prime Mover version 1.9.9. If you are still having the same issues – please follow
   through the recommended suggestions and requested information in the [previous post](https://wordpress.org/support/topic/cant-activate-plugin-php-fatal-error/#post-18003279)
   and re-open the ticket. Thank you again for using Prime Mover.

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

The topic ‘can’t activate plugin – php fatal error’ is closed to new replies.

 * ![](https://ps.w.org/prime-mover/assets/icon-256x256.png?rev=2114612)
 * [Prime Mover - Migrate WordPress Website & Backups](https://wordpress.org/plugins/prime-mover/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/prime-mover/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/prime-mover/)
 * [Active Topics](https://wordpress.org/support/plugin/prime-mover/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/prime-mover/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/prime-mover/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Codexonics](https://wordpress.org/support/users/codexonics/)
 * Last activity: [1 year, 8 months ago](https://wordpress.org/support/topic/cant-activate-plugin-php-fatal-error/#post-18023940)
 * Status: resolved