You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check whether the Composer ClassLoader has already been loaded.
We load the Composer ClassLoader in src/Templates/autoload.php.tmpl. It is possible that other modules are also shipped with Composer. If ClassLoader already loaded this will cause in an error. Maybe we could check before we do require_once DIR_FS_DOCUMENT_ROOT . '/vendor/composer/ClassLoader.php';