lavela / phpjasper

Create Reports in PHP with JasperReports
MIT License
66 stars 20 forks source link

Bug upgrade 2.0 to 3.0 #38

Closed alissonalberini closed 3 years ago

alissonalberini commented 5 years ago

Tests performed on windows and linux. When adding the package in its latest version, reports with connection to mysql database did not work.

Error message generic: Undefined offset: 0

I did several tests: output; Java installation; Driver ,; jdbc dir and .jar; Connection string; Folder permissions;

Other types of reports ( I tested reports with postgresql connection, and without connection, worked normally).

Finally, I put the reports into an existing project, whose version was 2.0, and ran normally as expected.