Task #85468
closedChange path to typo3 binary in scheduler setup check view if composer mode is enabled
100%
Description
With the use of subtree split in composer mode, symlinks for system extensions are gone. The shown scheduler command /var/www/vhosts/[REMOVED]/typo3_8.7/web/typo3/sysext/core/bin/typo3 scheduler
in the backend scheduler setup check fails, because the path ../../../../vendor/autoload.php
in web/typo3/sysext/core/bin typo3
is wrong.
Helmut Hummel said in Slack #typo3-cms-composer channel:
Never call this binary in composer mode, but use the binary installed with composer
like `vendor/bin/typo3 scheduler:run`
Please add a notification or add the correct typo3 binary path to the scheduler setup check view if composer mode is in use.
Thanks
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63566
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63573
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63573
Updated by Susanne Moog over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 406e1f5973c6126acefc9be99300dce71a3db42c.