Composer Install Problems
dom-madrid opened this issue · 1 comments
dom-madrid commented
Installed fresh Ubuntu 22.04 server with latest Apache2, MySQL8, PHP8.1
I am facing the following error:
Executing script cache:clear [KO]
[KO]
Script cache:clear returned with error code 1
!!
!! In BaseNode.php line 405:
!!
!! Invalid configuration for path "monolog.handlers.main": You can not use exc
!! luded_http_codes together with excluded_404s in a FingersCrossedHandler
!!
!!
!! In ExprBuilder.php line 187:
!!
!! You can not use excluded_http_codes together with excluded_404s in a Finger
!! sCrossedHandler
!!
!!
!!
Script @auto-scripts was called via post-update-cmd
Help welcome. Thanks
developeregrem commented
Hi @dom-madrid ,
I've also encountered this issue in one of my projects. This will be fixed in the next release of FewoBee.
In the meantime and as a quickfix simply remove the auto-generated file config/packages/monolog.yaml.
Afterwards, it should work again.
All the best