Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AvatarProviderUpdate Wizard failing with "invalid identifier" Runtime Exception when executed in Install Tool in TYPO3 9.5.4 #39

Open
the-coding-owl opened this issue Feb 24, 2019 · 0 comments

Comments

@the-coding-owl
Copy link

the-coding-owl commented Feb 24, 2019

Bug Report

Description

The update wizard for AvatarProviderUpdate can be clicked in the update wizard section of the install tool, after updating an 8.7 instance to 9.5. The wizard crashes with a RuntimeException telling, that the given identifier is invalid. This may have its cause in how the wizard is registered in the ext_localconf.. because the array key does not match the classes namespace (T3G\AgencyPack\Blog\Install\Updates\AvatarProviderUpdate instead of T3G\AgencyPack\Blog\Updates\AvatarProviderUpdate).
https://github.com/TYPO3GmbH/blog/blob/master/ext_localconf.php#L170

Steps to Reproduce

Update an instance from 8.7 to 9.5 and try executing the update wizards afterwards.

Expected behavior:
The update wizard should be executable

Actual behavior:
The wizard crashes with a Runtime Exception

Versions

TYPO3 9.5.4
PHP7.2
Blog 9.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant