Quantcast
Channel: DOCU - Foren
Viewing all articles
Browse latest Browse all 6566

Administration - Installation - Core: Re(2): Problem in ilias6 Installation

$
0
0

sorry I wanted to link the error code ...


[root@stage1 ilias]# php setup/cli.php build-artifacts --yes


Building static artifacts
=========================


PHP Fatal error: Trait 'ILIAS\GlobalScreen\Scope\ComponentDecoratorTrait' not found in /var/www/html/ilias/src/GlobalScreen/Scope/MainMenu/Factory/AbstractBaseItem.php on line 12
PHP Stack trace:
PHP 1. {main}() /var/www/html/ilias/setup/cli.php:0
PHP 2. ILIAS\Setup\CLI\App->run() /var/www/html/ilias/setup/cli.php:39
PHP 3. ILIAS\Setup\CLI\App->doRun() /var/www/html/ilias/libs/composer/vendor/symfony/console/Application.php:149
PHP 4. ILIAS\Setup\CLI\App->doRunCommand() /var/www/html/ilias/libs/composer/vendor/symfony/console/Application.php:273
PHP 5. ILIAS\Setup\CLI\BuildArtifactsCommand->run() /var/www/html/ilias/libs/composer/vendor/symfony/console/Application.php:1009
PHP 6. ILIAS\Setup\CLI\BuildArtifactsCommand->execute() /var/www/html/ilias/libs/composer/vendor/symfony/console/Command/Command.php:255
PHP 7. ILIAS\Setup\CLI\BuildArtifactsCommand->getAgent() /var/www/html/ilias/src/Setup/CLI/BaseCommand.php:85
PHP 8. {closure:/var/www/html/ilias/setup/cli.php:110-116}() /var/www/html/ilias/src/Setup/CLI/BaseCommand.php:65
PHP 9. Pimple\Container->offsetGet() /var/www/html/ilias/setup/cli.php:114
PHP 10. {closure:/var/www/html/ilias/setup/cli.php:133-152}() /var/www/html/ilias/libs/composer/vendor/pimple/pimple/src/Pimple/Container.php:118
PHP 11. ILIAS\Setup\ImplementationOfInterfaceFinder->getMatchingClassNames() /var/www/html/ilias/setup/cli.php:135
PHP 12. ReflectionClass->__construct() /var/www/html/ilias/src/Setup/ImplementationOfInterfaceFinder.php:74
PHP 13. spl_autoload_call() /var/www/html/ilias/src/Setup/ImplementationOfInterfaceFinder.php:74
PHP 14. Composer\Autoload\ClassLoader->loadClass() /var/www/html/ilias/src/Setup/ImplementationOfInterfaceFinder.php:74
PHP 15. Composer\Autoload\includeFile() /var/www/html/ilias/libs/composer/vendor/composer/ClassLoader.php:322
PHP 16. include() /var/www/html/ilias/libs/composer/vendor/composer/ClassLoader.php:444

same if i run 


/usr/local/bin/composer install --no-dev -vvv
q


I try to update composer but i receive error at 



No patches found for phpunit/phpunit.
Downloading https://packagist.org/downloads/
[201] https://packagist.org/downloads/
Package imsglobal/lti is abandoned, you should avoid using it. No replacement was suggested.
Package technosophos/libris is abandoned, you should avoid using it. No replacement was suggested.
Package twig/extensions is abandoned, you should avoid using it. No replacement was suggested.
Package zendframework/zend-httphandlerrunner is abandoned, you should avoid using it. Use laminas/laminas-httphandlerrunner instead.
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Generating optimized autoload files
Class ILIAS\Tests\Setup\CLI\ObjectiveIteratorTest located in ./tests/Setup/ObjectiveIteratorTest.php does not comply with psr-4 autoloading standard. Skipping.
Class ILIAS\GlobalScreen\Client\CallbackHandler located in ./src/GlobalScreen/Client/callback_handler.php does not comply with psr-4 autoloading standard. Skipping.
Class ILIAS\GlobalScreen\Scope\ComponentDecoratorTrait located in ./src/GlobalScreen/Collector/Renderer/ComponentDecoratorTrait.php does not comply with psr-4 autoloading standard. Skipping.
Class ILIAS\UI\Implementation\Component\LoadingAnimationOnClick located in ./src/UI/Implementation/Component/Button/LoadingAnimationOnClick.php does not comply with psr-4 autoloading standard. Skipping.
Class ILIAS\UI\Implementation\Component\Symbol\Icon\Avatar located in ./src/UI/Implementation/Component/Symbol/Avatar/Avatar.php does not comply with psr-4 autoloading standard. Skipping.
Class HTMLPurifier_Language_en_x_test located in ./libs/composer/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Language/classes/en-x-test.php does not comply with psr-0 autoloading standard. Skipping.
> post-autoload-dump: php setup/cli.php build-artifacts --yes
Executing command (CWD): php setup/cli.php build-artifacts --yes


Building static artifacts
=========================


PHP Fatal error: Trait 'ILIAS\GlobalScreen\Scope\ComponentDecoratorTrait' not found in /var/www/html/ilias/src/GlobalScreen/Scope/MainMenu/Factory/AbstractBaseItem.php on line 12
PHP Stack trace:
PHP 1. {main}() /var/www/html/ilias/setup/cli.php:0
PHP 2. ILIAS\Setup\CLI\App->run() /var/www/html/ilias/setup/cli.php:39
PHP 3. ILIAS\Setup\CLI\App->doRun() /var/www/html/ilias/libs/composer/vendor/symfony/console/Application.php:149
PHP 4. ILIAS\Setup\CLI\App->doRunCommand() /var/www/html/ilias/libs/composer/vendor/symfony/console/Application.php:273
PHP 5. ILIAS\Setup\CLI\BuildArtifactsCommand->run() /var/www/html/ilias/libs/composer/vendor/symfony/console/Application.php:1009
PHP 6. ILIAS\Setup\CLI\BuildArtifactsCommand->execute() /var/www/html/ilias/libs/composer/vendor/symfony/console/Command/Command.php:255
PHP 7. ILIAS\Setup\CLI\BuildArtifactsCommand->getAgent() /var/www/html/ilias/src/Setup/CLI/BaseCommand.php:85
PHP 8. {closure:/var/www/html/ilias/setup/cli.php:110-116}() /var/www/html/ilias/src/Setup/CLI/BaseCommand.php:65
PHP 9. Pimple\Container->offsetGet() /var/www/html/ilias/setup/cli.php:114
PHP 10. {closure:/var/www/html/ilias/setup/cli.php:133-152}() /var/www/html/ilias/libs/composer/vendor/pimple/pimple/src/Pimple/Container.php:118
PHP 11. ILIAS\Setup\ImplementationOfInterfaceFinder->getMatchingClassNames() /var/www/html/ilias/setup/cli.php:135
PHP 12. ReflectionClass->__construct() /var/www/html/ilias/src/Setup/ImplementationOfInterfaceFinder.php:74
PHP 13. spl_autoload_call() /var/www/html/ilias/src/Setup/ImplementationOfInterfaceFinder.php:74
PHP 14. Composer\Autoload\ClassLoader->loadClass() /var/www/html/ilias/src/Setup/ImplementationOfInterfaceFinder.php:74
PHP 15. Composer\Autoload\includeFile() /var/www/html/ilias/libs/composer/vendor/composer/ClassLoader.php:322
PHP 16. include() /var/www/html/ilias/libs/composer/vendor/composer/ClassLoader.php:444
Script php setup/cli.php build-artifacts --yes handling the post-autoload-dump event returned with error code 255



Viewing all articles
Browse latest Browse all 6566

Trending Articles