[gelöst] Domainumzug auf All-Inkl
Hallo zusammen,
ich habe heute den Domainumzug https://www.oki-freiburg.de/ von Strato auf All-Inkl vollzogen.
Per FTP das komplette alte Verzeichnis bei All-Inkl hochgeladen, die alte DB in eine neue importiert.
Beim Udate von 5.3.8 auf 5.3.40 erscheint nun folgende Fehlermeldung:
Code:
$ /bin/php84 -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 /www/htdocs/w020b21d/oki-freiburg.de/echt/public/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
contao/manager-plugin: Dumping generated plugins file...
contao/manager-plugin: ...done dumping generated plugins file
126 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
> @php vendor/bin/contao-setup
Added the bin/console file.
Added the public/preview.php file.
Added the public/index.php file.
Trying to install assets as relative symbolic links.
--- ----------------------------------- ------------------
Bundle Method / Error
--- ----------------------------------- ------------------
? ContaoCoreBundle relative symlink
? ContaoCookiebar relative symlink
? ContaoFaqBundle relative symlink
? BugBusterVisitorsBundle relative symlink
? ThemeHelperBundle relative symlink
? ContaoNewsBundle relative symlink
? ContaoCalendarBundle relative symlink
? ContaoNewsletterBundle relative symlink
? SoftleisterBackupDbBundle relative symlink
? ContaoDDAdvancedClassesBundle relative symlink
? ContaoCommentsBundle relative symlink
? ThemeComponentsBundle relative symlink
? ContaoThemesNetZeroOneThemeBundle relative symlink
--- ----------------------------------- ------------------
[OK] All assets were successfully installed.
--- ------------------------------------------- ----------------------------------------------------------------
Symlink Target / Error
--- ------------------------------------------- ----------------------------------------------------------------
? public/files/zeroOne files/zeroOne
? public/files/oki files/oki
? system/themes/flexible The path "system/themes/flexible" exists and is not a symlink.
? public/assets The path "public/assets" exists and is not a symlink.
? public/system/themes The path "public/system/themes" exists and is not a symlink.
? system/logs The path "system/logs" exists and is not a symlink.
? public/vendor/scrivo/highlight_php/styles vendor/scrivo/highlight.php/styles
--- ------------------------------------------- ----------------------------------------------------------------
15:10:39 CRITICAL [console] An error occurred while using the console. Message: "An error occurred while executing the "/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w020b21d/oki-freiburg.de/echt/vendor/contao/manager-bundle/bin/contao-console contao:symlinks public --env=prod --no-ansi" command: " ["exception" => RuntimeException { …},"message" => "An error occurred while executing the "/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w020b21d/oki-freiburg.de/echt/vendor/contao/manager-bundle/bin/contao-console contao:symlinks public --env=prod --no-ansi" command: "]
In ContaoSetupCommand.php line 142:
An error occurred while executing the "/usr/bin/php84 -dmemory_limit=-1 /ww
w/htdocs/w020b21d/oki-freiburg.de/echt/vendor/contao/manager-bundle/bin/con
tao-console contao:symlinks public --env=prod --no-ansi" command:
contao:setup
Script @php vendor/bin/contao-setup handling the post-install-cmd event returned with error code 1
# Process terminated with exit code 1
# Result: General error
Wo mus was anpassen, dass das Update durchläuft?