-
Notifications
You must be signed in to change notification settings - Fork 118
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
Erro instalação no framework #195
Comments
Ola @RafaVitorSilva , parece um erro de autoload, tente carregar o autoload do exemploremessa.php |
bom dia,
segue o meu codigo
|
Olá, Provavelmente você deve ter resolvido o problema, devido ao tempo do envio. |
eu inclui a lib no meu sistema, porem esta apresentando erro quando tento cria arquivo para o sicoob
eu estou utilizando o framework adianti
o log do php apresenta o seguinte erro
20-Nov-2020 17:55:25 America/Sao_Paulo] PHP Stack trace: [20-Nov-2020 17:55:25 America/Sao_Paulo] PHP 1. {main}() /Volumes/Dados/dev/OrionFast07/engine.php:0 [20-Nov-2020 17:55:25 America/Sao_Paulo] PHP 2. TApplication::run() /Volumes/Dados/dev/OrionFast07/engine.php:68 [20-Nov-2020 17:55:25 America/Sao_Paulo] PHP 3. Adianti\Core\AdiantiCoreApplication::run() /Volumes/Dados/dev/OrionFast07/engine.php:27 [20-Nov-2020 17:55:25 America/Sao_Paulo] PHP 4. ContaReceberGeracaoCnab240Form->show() /Volumes/Dados/dev/OrionFast07/lib/adianti/core/AdiantiCoreApplication.php:82 [20-Nov-2020 17:55:25 America/Sao_Paulo] PHP 5. ContaReceberGeracaoCnab240Form->show() /Volumes/Dados/dev/OrionFast07/lib/adianti/base/AdiantiStandardCollectionTrait.php:428 [20-Nov-2020 17:55:25 America/Sao_Paulo] PHP 6. ContaReceberGeracaoCnab240Form->run() /Volumes/Dados/dev/OrionFast07/lib/adianti/control/TPage.php:213 [20-Nov-2020 17:55:25 America/Sao_Paulo] PHP 7. call_user_func:{/Volumes/Dados/dev/OrionFast07/lib/adianti/control/TPage.php:59}() /Volumes/Dados/dev/OrionFast07/lib/adianti/control/TPage.php:59 [20-Nov-2020 17:55:25 America/Sao_Paulo] PHP 8. ContaReceberGeracaoCnab240Form->onGerarRemessa() /Volumes/Dados/dev/OrionFast07/lib/adianti/control/TPage.php:59 [20-Nov-2020 17:55:25 America/Sao_Paulo] PHP 9. ContaReceberControl->GerarCNAB240() /Volumes/Dados/dev/OrionFast07/app/control/modulo/conta_receber/ContaReceberGeracaoCnab240Form.php:448 [20-Nov-2020 17:55:25 America/Sao_Paulo] PHP 10. ContaReceberControl->onArquivo() /Volumes/Dados/dev/OrionFast07/app/control/controle/conta_receber/ContaReceberControl.php:52 [20-Nov-2020 17:55:25 America/Sao_Paulo] PHP Fatal error: Uncaught Error: Class 'CnabPHP\resources\generico\retorno\L040\Generico0' not found in /Volumes/Dados/dev/OrionFast07/app/lib/CnabPHP/resources/B033/retorno/L040/Registro0.php:31 Stack trace: #0 /Volumes/Dados/dev/OrionFast07/lib/adianti/core/AdiantiApplicationLoader.php(82): require_once() #1 /Volumes/Dados/dev/OrionFast07/lib/adianti/core/AdiantiCoreLoader.php(78): Adianti\Core\AdiantiApplicationLoader::autoload('Registro0') #2 [internal function]: Adianti\Core\AdiantiCoreLoader::autoload('Registro0') #3 /Volumes/Dados/dev/OrionFast07/app/lib/CnabPHP/RemessaAbstract.php(29): spl_autoload_call('CnabPHP\\resourc...') #4 /Volumes/Dados/dev/OrionFast07/app/lib/CnabPHP/Remessa.php(31): CnabPHP\RemessaAbstract->__construct('756', 'cnab240', Array) #5 /Volumes/Dados/dev/OrionFast07/app/control/controle/conta_receber/ContaReceberControl.php(138): CnabPHP\Remessa->__construct('756', 'cnab240', Array) #6 /Volumes/Dados/dev/OrionFast07/app/control/controle/conta_receber/ContaReceberControl.php(52): ContaReceberControl in /Volumes/Dados/dev/OrionFast07/app/lib/CnabPHP/resources/B033/retorno/L040/Registro0.php on line 31
PHP Fatal error: Uncaught Error: Class 'CnabPHP\resources\generico\retorno\L040\Generico0' not found in /Volumes/Dados/dev/OrionFast07/app/lib/CnabPHP/resources/B033/retorno/L040/Registro0.php:31
analisando o erro ele, informa que não localizou a classe, porem como não estou utilizando a parte de retorno, e o erro seria no autoloader do framework pelo oque eu entendi.
preciso de ajuda para resolver esse problema, para implementar
Obrigado.
The text was updated successfully, but these errors were encountered: