franzholz / static_info_tables_de

German language pack for the TYPO3 Extension static_info_tables
5 stars 17 forks source link

typo3cms extension:setupactive fails on 6.7.11 #19

Closed secured closed 2 years ago

secured commented 2 years ago

composer.json:

"typo3/cms-ore": "^10.4",
 "helhum/typo3-console": "^6.3",
"sjbr/static-info-tables": "^6.9",
"jambagecom/static-info-tables-de": "6.7.11",

command "vendor/bin/typo3cms extension:setupactive" is giving this error:

 [ TYPO3\CMS\Extensionmanager\Exception\ExtensionManagerException ]
  Requested update script of extension does not exist

everything is fine with 6.7.10

dahaupt commented 2 years ago

I think this is based on an issue in v6 of sjbr/static-info-tables. In the current state, the class.ext_update.php file must be present as the slot misses the checkUpdateScriptExists() call.

I can open a PR, but I am not sure if v6 is still maintained.

Edit: @franzholz As there is no dev-branch available, the only solution to me seems to keep the file when supporting v6 of sjbr/static-info-tables.

simonschaufi commented 2 years ago

same is true for static_info_tables_es