stavarengo / php-sigep

PHP client library for the Brazilian Post Office Web Service. Integração com Web Service do Correios. Consulta preços e prazos, imprime etiquetas e PLP, etc.
https://phpsigep.stavarengo.me
MIT License
363 stars 249 forks source link

Erro Cannot access protected property PhpSigep\Pdf\ImprovedFPDF::$w #350

Closed diegosurita closed 5 years ago

diegosurita commented 5 years ago

Olá pessoal.

Eu estou recebendo uma exception (Cannot access protected property PhpSigep\Pdf\ImprovedFPDF::$w), no momento que o método \Sigep\Model\CartaoDePostagem::_render() é executado.

Não tenho ideia se o que pode ser, alguém poderia me dar um help?

Thanks!

andersonls commented 5 years ago

Diego, você está usando qual versão do FPDF? O projeto não é compatível com a versão 1.8!

On Thu, May 30, 2019 at 6:22 PM Diego Surita notifications@github.com wrote:

Olá pessoal.

Eu estou recebendo uma exception (Cannot access protected property PhpSigep\Pdf\ImprovedFPDF::$w), no momento que o método \Sigep\Model\CartaoDePostagem::_render() é executado.

Não tenho ideia se o que pode ser, alguém poderia me dar um help?

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/stavarengo/php-sigep/issues/350?email_source=notifications&email_token=AAL5DTXK4S53VVDHQLNTAWLPYBARPA5CNFSM4HRLW2FKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GW2I3XA, or mute the thread https://github.com/notifications/unsubscribe-auth/AAL5DTRTAK65SEVXE6N6C6LPYBARPANCNFSM4HRLW2FA .

diegosurita commented 5 years ago

Oi Anderson.

Vi aqui que outra dependência do meu projeto está utilizando a versão 1.8.1.

Existe algum plano de upgrade da compatibilidade para a versão 1.8.* do FPDF?

andersonls commented 5 years ago

@diegosurita Se conseguir, pode fazer um PR com as alterações necessárias na classe ImprovedFPDF para ser compatível com o FPDF 1.8

@stavarengo Acha que é seguro fazer o upgrade?

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.

stale[bot] commented 5 years ago

This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue.