Hallo zusammen,
der CM zeigt mir an, dass für bugbuster/contao-visitors-bundle Version 1.8.0 zur Verfügung steht. Installiert ist aktuell 1.6.3.
Aber der CM installiert nicht.
Code:
$ /opt/php-8.0/bin/php -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /var/www/web0/html/www.bergischer24stundenlauf.de/contao4/web/contao-manager.phar.php composer require bugbuster/contao-visitors-bundle=^1.6 --no-update --no-scripts --prefer-stable --sort-packages --no-ansi --no-interaction
Using config.component-dir has been deprecated. Please use extra.contao-component-dir instead.
/var/www/web0/html/www.bergischer24stundenlauf.de/contao4/composer.json has been updated
# Process terminated with exit code 0
# Result: OK
> Resolving dependencies using Composer Cloud v3.4.5
!!! Current server is sponsored by: Contao Association !!!
[7.2MiB/0.23s] Loading composer repositories with package information
[63.3MiB/7.82s] Updating dependencies
[53.5MiB/8.04s] Nothing to modify in lock file
[26.2MiB/8.06s] Writing lock file
[13.7MiB/8.09s] Package patchwork/utf8 is abandoned, you should avoid using it. Use symfony/polyfill-mbstring or symfony/string instead.
[13.7MiB/8.09s] Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
[14.2MiB/8.10s] Memory usage: 14.23MB (peak: 173.13MB), time: 8.1s.
[14.2MiB/8.10s] Finished Composer Cloud resolving.
# Job ID cBeRjSdAV8XVsL1asPitVHgiON6qAmjgf9Z3vJe1BbzzNdMyQGF0TvfHmxQhUOEBAGYksMAu7oUuPr07OUq9yl completed in 12 seconds
# Memory usage: 14.23MB (peak: 173.13MB), time: 8.1s.
$ /opt/php-8.0/bin/php -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /var/www/web0/html/contao4/web/contao-manager.phar.php composer install --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
Using config.component-dir has been deprecated. Please use extra.contao-component-dir instead.
Installing dependencies from lock file
Verifying lock file contents can be installed on current platform.
Nothing to install, update or remove
Package patchwork/utf8 is abandoned, you should avoid using it. Use symfony/polyfill-mbstring or symfony/string instead.
Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
Generating optimized autoload files
Class LionelM\NewsletterExportBundle\NewsletterExport located in ./vendor/lionel/newsletter-export/src/Resources/contao/classes/NewsletterExport.php does not comply with psr-4 autoloading standard. Skipping.
120 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
contao/manager-plugin: Generating plugin class...
contao/manager-plugin: ...done generating plugin class
Please edit your root composer.json and set "post-install-cmd" to "@php vendor/bin/contao-setup --no-ansi" instead of using "ScriptHandler::initializeApplication()".
> Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
Added the /var/www/web0/html/contao4/web/preview.php file.
Added the /var/www/web0/html/contao4/web/app.php file.
Added the /var/www/web0/html/contao4/web/index.php file.
// Clearing the cache for the prod environment with debug
// false
[OK] Cache for the "prod" environment (debug=false) was successfully cleared.
// Clearing the cache for the dev environment with debug
// true
[OK] Cache for the "dev" environment (debug=true) was successfully cleared.
// Warming up the cache for the prod environment with debug
// false
[OK] Cache for the "prod" environment (debug=false) was successfully warmed.
Trying to install assets as relative symbolic links.
--- ------------------------------- ------------------
Bundle Method / Error
--- ------------------------------- ------------------
? ContaoCoreBundle relative symlink
? LeafletGeocodeWidgetBundle relative symlink
? ContaoCookiebar relative symlink
? MultiColumnWizardBundle relative symlink
? ContaoFaqBundle relative symlink
? BugBusterVisitorsBundle relative symlink
? ContaoCommentsBundle relative symlink
? rte_table relative symlink
? ContaoNewsBundle relative symlink
? ContaoCalendarBundle relative symlink
? ContaoNewsletterBundle relative symlink
? LionelMNewsletterExportBundle relative symlink
? NetzmachtContaoLeafletBundle relative symlink
--- ------------------------------- ------------------
[OK] All assets were successfully installed.
--- ----------------------------------------------- ----------------------------------------------------------------
Symlink Target / Error
--- ----------------------------------------------- ----------------------------------------------------------------
? web/files/galery files/galery
? web/files/css files/css
? web/files/2014 files/2014
? web/files/files files/files
? web/files/fonts files/fonts
? web/files/partner files/partner
? web/files/media files/media
? web/system/modules/rte_table/public system/modules/rte_table/public
? web/system/modules/rte_table/assets system/modules/rte_table/assets
? web/system/modules/easyFavicon/assets system/modules/easyFavicon/assets
? web/system/modules/dcawizard/assets system/modules/dcawizard/assets
? web/system/modules/leads/assets system/modules/leads/assets
? web/system/modules/mobile_menu/assets system/modules/mobile_menu/assets
? web/system/modules/haste/assets system/modules/haste/assets
? web/system/modules/notification_center/assets system/modules/notification_center/assets
? web/system/modules/sharebuttons/assets system/modules/sharebuttons/assets
? system/themes/flexible vendor/contao/core-bundle/src/Resources/contao/themes/flexible
? web/assets assets
? web/system/themes system/themes
? system/logs var/logs
? web/vendor/scrivo/highlight_php/styles vendor/scrivo/highlight.php/styles
--- ----------------------------------------------- ----------------------------------------------------------------
Done! Please open the Contao install tool or run contao:migrate on the command line to make sure the database is up-to-date.
# Process terminated with exit code 0
# Result: OK
Jemand eine Idee?