Error requiring autoloader
-
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)
Viewing 1 replies (of 1 total)
The topic ‘Error requiring autoloader’ is closed to new replies.