Ireport and php 7.0

0

Good afternoon everyone! I use Ireport to generate reports, in php 5.6 it works fine, and very well by the way, but in php 7.x.x it presents 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 gone through this or do you know how to solve it?

Thank you!

    
asked by anonymous 06.03.2018 / 17:36

1 answer

1

The iReport as report generator currently displays this message stating that such a resource is considered obsolete. Even for PHP5 version that 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: link

    
11.03.2018 / 01:07