When using version 1.6.1 of the FPDI library (latest at time of this bug report) the version is not detected correctly.
In the status report all looks fine but when using libraries_load('fpdi') the version of the library is not detected and the library load fails.
Changing the 'lines' => 6. on line 64 of the fpdi.module to 'lines' => 8, fixes the issue although im not sure this is a long term solution.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | fpdi-library-not-detected-2782517.patch | 418 bytes | berenddeboer |
Comments
Comment #2
gregcy commentedComment #3
berenddeboer commentedPatch attached, credit should go to gregcy.
Comment #4
berenddeboer commentedComment #5
Martin. commentedThe patch in #3 is working
Comment #6
fox mulder commented#3 works for me to
Comment #8
jelle_sSorry for the (very) late reaction. Patch committed and pushed to dev. I'll create a new release as well.