• Kim

    (@kimikaze)


    This is causing the plugin to crash, at least when testing in php versions 8.1 and above:

    require_once( 'vendor/autoload.php' );

    Should be changed to

    require_once __DIR__ . '/vendor/autoload.php';

Viewing 1 replies (of 1 total)
  • Ronald

    (@ronaldtgi)

    Most people don’t search for “Error require autoloader” :D. So, I’ll include the error message here:

    Fatal error: Uncaught Error: Class ‘Tribe\Vimeo_WP\Core’ not found

    This ensures that anyone encountering this error can easily find a solution.

Viewing 1 replies (of 1 total)

The topic ‘Error requiring autoloader’ is closed to new replies.