Closed acer22969 closed 6 years ago
hi, seems php7.2 required to declare every attribute in the class. What you can do is declare all variable in the class:
private $footerbandheight=0;
It's work!! Thanks for your answer.
You may send pull request if you test it work perfectly.
I'm use php7.2 +laravel5.6 +MSSQL+phpjasper-laravel(from geekcom)+jaspersoft Here is my part of code in laravel Controller :
Here is the error i get in laravel :
Please teach me how to fix this kind of error Thank you very much!