macopedia / typo3-azurestorage

TYPO3 FAL driver extension for Microsoft Azure Blob Storage
MIT License
4 stars 5 forks source link

Errror when running RteLinkSyntaxUpdater: A cache with identifier "azurestorage" does not exist. #16

Open tmotyl opened 4 years ago

tmotyl commented 4 years ago

When upgrading from v8 to v9 and running RteLinkSyntaxUpdater (the one which changes the <link to <a href ) an error is thrown in the install tool:

#1203699034: A cache with identifier "azurestorage" does not exist.

This is caused most probably by the fact that install tool doesn't bootstrap all extensions, so ext_localconf.php from azurestorage is not loaded -> no cache definition present.

tmotyl commented 4 years ago

calling the upgrad wizard from CLI worked

./typo3cms upgrade:wizard --identifier=DatabaseRowsUpdateWizard
tmotyl commented 4 years ago

The same issue is thrown in other install tool places like "remove temporary assets"