-
Notifications
You must be signed in to change notification settings - Fork 33
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
Error: Class "League\Flysystem\Adapter\Local" not found #16
Comments
É só trocar as chamadas do League\Flysystem pela classe NFePHP\Common\Files e resolve esse problema |
Tive o mesmo problema que o @flavio89, vc poderia me dar um exemplo de como/onde trocar essas chamadas? |
Alterar isso na classe SoapBase em Common/Soap/SoapBase.php? |
No arquivo src/Common/Soap/SoapBase.php, comenta a linha 253 e na 254 usa a classe NFePHP\Common\Files.
|
Eu resolvi o problema da seguinte forma. |
PHP Fatal error: Uncaught Error: Class "League\Flysystem\Adapter\Local" not found in /nfephp-org/sped-nfse-ginfes/src/Common/Soap/SoapBase.php:253
Se adicionar a league/flysystem em seu projeto você terá problema problema pois não é compatível com a ultima versão.
Se fixar a versão 1.x, por exemplo "league/flysystem": "^1.1", terá problema de depreciação:
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /league/flysystem/src/Util.php on line 106
"nfephp-org/sped-nfse-ginfes" deverá ser atualizado para funcionar com a ultima versão estável do "league/flysystem"
The text was updated successfully, but these errors were encountered: