PHP Fatal error: Uncaught Error: Class ‘Hustle_Init’ not found
-
Heya,
I couldn’t find a github repo otherwise I’d submit a PR, but this is throwing a fatal error on WP Engine.
it’s a simple fix of providing a properly qualified path to your autoloader.
Change https://plugins.trac.www.ads-software.com/browser/wordpress-popup/trunk/popover.php#L70
to
// Require autoloader. if ( ! class_exists( 'ComposerAutoloaderInitda98371940d11703c56dee923bbb392f' ) ) { require_once( dirname( __FILE__ ) . '/vendor/autoload.php' ); }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP Fatal error: Uncaught Error: Class ‘Hustle_Init’ not found’ is closed to new replies.