Ireport and php 7.0

Asked

Viewed 311 times

0

Good afternoon, you guys! I use Ireport to generate reports, in php 5.6 it works well, and very well by the way, but in php 7.x. x it shows the following error when trying to generate a report:

Errorexception in Phpjasperxml.inc.php line 4:

Methods with the same name as their class will not be constructors in a Future version of PHP; Phpjasperxml has a deprecated constructor

Has anyone been through it or knows how to fix it?

Thank you!

1 answer

1


iReport as a report generator currently displays this message stating that such a feature is considered obsolete. Even for PHP5 version it runs, it has been giving some bugs. There is something about this problem here: Report generator for PHP

You can try another generator, see: https://github.com/PHPJasper/phpjasper

Browser other questions tagged

You are not signed in. Login or sign up in order to post.