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

PHP Type Error after update 5.5.5 => 5.6.0 #770

Closed
k-pd opened this issue Oct 24, 2018 · 1 comment
Closed

PHP Type Error after update 5.5.5 => 5.6.0 #770

k-pd opened this issue Oct 24, 2018 · 1 comment
Labels

Comments

@k-pd
Copy link

k-pd commented Oct 24, 2018

Doing composer update did what it should to my Typo3 V8.7:
[...]
Updating helhum/typo3-console (5.5.5 => 5.6.0): Downloading (100%)
[...]

But now I get:

[ TypeError ]                                                                
  Argument 1 passed to Helhum\Typo3Console\Service\CacheService::__construct(  
  ) must be an instance of Helhum\Typo3Console\Service\Configuration\Configur  
  ationService, instance of Helhum\Typo3Console\TYPO3v87\Cache\CacheManager g  
  iven, called in /var/www/html/vendor/typo3/cms/typo3/sysext/core/Classes/Ut  
  ility/GeneralUtility.php on line 3956

while doing vendor/bin/typo3cms extension:setupactive

ExceptionTrace.txt

@helhum
Copy link
Member

helhum commented Oct 24, 2018

Thanks for the report. Please flush caches in the backend once before deploying the new version.

I'll try to mitigate the error in an upcoming bugfix version.

@helhum helhum added the Bug label Oct 24, 2018
helhum added a commit to helhum/TYPO3-Console that referenced this issue Jan 4, 2019
This command needs to be as resilient as possible,
therefore many dependencies from the classes have been
removed, especially the dependency to Extbase DI API,
which requires caching and lead to chicken/egg issues,
when we changed our API.

Additionally we now removed the --force flag, as in practice
this options is used all the time, so we make it default
and non optional to low level remove files and truncate db tables.

Fixes: TYPO3-Console#770
helhum added a commit to helhum/TYPO3-Console that referenced this issue Jan 4, 2019
This command needs to be as resilient as possible,
therefore many dependencies from the classes have been
removed, especially the dependency to Extbase DI API,
which requires caching and lead to chicken/egg issues,
when we changed our API.

Additionally we now removed the --force flag, as in practice
this options is used all the time, so we make it default
and non optional to low level remove files and truncate db tables.

Fixes: TYPO3-Console#770
helhum added a commit to helhum/TYPO3-Console that referenced this issue Jan 4, 2019
This command needs to be as resilient as possible,
therefore many dependencies from the classes have been
removed, especially the dependency to Extbase DI API,
which requires caching and lead to chicken/egg issues,
when we changed our API.

Additionally we now removed the --force flag, as in practice
this options is used all the time, so we make it default
and non optional to low level remove files and truncate db tables.

Fixes: TYPO3-Console#770
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants