Artholl
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Workaround: Change the file to previous version with respecting new random number and it seems to work.
So this content of the file works for me:
<?php // autoload_real.php @generated by Composer class ComposerAutoloaderInit004157cb5085dc071ae6f8aa09fb1dbe { private static $loader; public static function loadClassLoader($class) { if ('Composer\Autoload\ClassLoader' === $class) { require __DIR__ . '/ClassLoader.php'; } } /** * @return \Composer\Autoload\ClassLoader */ public static function getLoader() { if (null !== self::$loader) { return self::$loader; } require __DIR__ . '/platform_check.php'; spl_autoload_register(array('ComposerAutoloaderInit004157cb5085dc071ae6f8aa09fb1dbe', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); spl_autoload_unregister(array('ComposerAutoloaderInit004157cb5085dc071ae6f8aa09fb1dbe', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; call_user_func(\Composer\Autoload\ComposerStaticInit004157cb5085dc071ae6f8aa09fb1dbe::getInitializer($loader)); $loader->register(true); $includeFiles = \Composer\Autoload\ComposerStaticInit004157cb5085dc071ae6f8aa09fb1dbe::$files; foreach ($includeFiles as $fileIdentifier => $file) { composerRequire004157cb5085dc071ae6f8aa09fb1dbe($fileIdentifier, $file); } return $loader; } } /** * @param string $fileIdentifier * @param string $file * @return void */ function composerRequire004157cb5085dc071ae6f8aa09fb1dbe($fileIdentifier, $file) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; require $file; } }
- This reply was modified 2 years, 1 month ago by Artholl.
Hi, I vote for this and have the same issue. It is not installation problem. Composer changed the file where the problem is.
Here is a diff of older and newer version:
- This reply was modified 2 years, 1 month ago by Artholl.
Viewing 2 replies - 1 through 2 (of 2 total)