Zitat von
Spooky
Führe composer install aus und poste die Konsolenausgabe.
Code:
$ F:\xampp\php\php.exe -q -dmax_execution_time=0 -dmemory_limit=-1 -ddisplay_errors=0 -ddisplay_startup_errors=0 -derror_reporting=0 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin F:/xampp/htdocs/contao.01/web/contao-manager.phar.php composer install --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
Installing dependencies from lock file
Verifying lock file contents can be installed on current platform.
Nothing to install, update or remove
Package php-http/message-factory is abandoned, you should avoid using it. Use psr/http-factory instead.
Generating optimized autoload files
Class Contao\ManagerPlugin\PluginLoader located in F:/xampp/htdocs/contao.01/vendor/contao/manager-plugin/src\Resources\PluginLoader.php does not comply with psr-4 autoloading standard. Skipping.
110 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
contao/manager-plugin: Dumping generated plugins file...
contao/manager-plugin: ...done dumping generated plugins file
> @php vendor/bin/contao-setup
Added the bin/console file.
Added the web/index.php file.
Added the web/preview.php file.
Trying to install assets as relative symbolic links.
--------- ------------------------ ------------------
Bundle Method / Error
--------- ------------------------ ------------------
WARNING ContaoCoreBundle absolute symlink
WARNING ContaoFaqBundle absolute symlink
WARNING ContaoCommentsBundle absolute symlink
WARNING ContaoNewsBundle absolute symlink
WARNING ContaoCalendarBundle absolute symlink
WARNING ContaoNewsletterBundle absolute symlink
--------- ------------------------ ------------------
[OK] All assets were successfully installed.
---- ---------------------------------------- --------------------------------------------------
Symlink Target / Error
---- ---------------------------------------- --------------------------------------------------
OK system/themes/flexible vendor/contao/core-bundle/contao/themes/flexible
OK web/assets assets
OK web/system/themes system/themes
OK system/logs var/logs
OK web/vendor/scrivo/highlight_php/styles vendor/scrivo/highlight.php/styles
---- ---------------------------------------- --------------------------------------------------
// 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.
[INFO] Done! Please run the contao:migrate command to make sure the database is up-to-date.
# Process terminated with exit code 0
# Result: OK
composer migrate habe ich auch ausgeführt und das Ergebnis war, dass die DB auf dem aktuellen Stand ist.