Open AdeSupriyadi opened 3 years ago
I have the same problem, did you manage to solve it?
I believe the problem is that PHPJasper 3.3.1 uses JasperStarter 3.51 which uses an old version of the JasperReports library.
I have pull request #311 to upgrade JasperStarter to version 3.6.2 which uses JasperReports library 6.18. You can try it out using my fork and setting the version to the dev branch of the PR. See my comment in issue #299 for suggested changes in your composer.json
.
My version is 3.7.0 and the error happens, I tried to use your version 3.6.2 and it still persists
It seems the PHP code is still using an old version of jasperstarter. Please execute jasperstarter from the command line with the -V option from your PHP project root folder:
./vendor/geekcom/phpjasper/bin/jasperstarter/bin/jasperstarter -V
It should print out JasperStarter 3.6.2 and JasperReports 6.18.1.
It seems the PHP code is still using an old version of jasperstarter. Please execute jasperstarter from the command line with the -V option from your PHP project root folder:
./vendor/geekcom/phpjasper/bin/jasperstarter/bin/jasperstarter -V
It should print out JasperStarter 3.6.2 and JasperReports 6.18.1.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Yea! really was in the old version. I updated via composer, and there was a line break
Congratulations and thank you
I want make textField when its content overflow its wraped
If I preview in JasperStudio it's running OK
But when it's execute via PhpJasper its fail.
Describe the bug
lineNumber: 169; columnNumber: 42; cvc-complex-type.3.2.2: Attribute 'textAdjust' is not allowed to appear in element 'textField'.
jrxml at line 169
Env