fpdm icon indicating copy to clipboard operation
fpdm copied to clipboard

uppgrading from php 7.4 to php 8.1.5. Fields contatining åäö FPDF-Merge Error: field Månader not found

Open svenssontobias opened this issue 3 years ago • 8 comments

After uppgrading from php 7.4 to php 8.1.5. Fields contatining åäö do not work

FPDF-Merge Error: field Månader not found

Anyone else with this issue?

svenssontobias avatar May 11 '22 12:05 svenssontobias

Same problem here with äöü.

webprogrammierer avatar Feb 25 '23 21:02 webprogrammierer

Workaround, worked when replacing äö with ?

svenssontobias avatar Feb 26 '23 12:02 svenssontobias

I can not replace the äö... I want to make fdpm PHP 8.1 compatible. Can you help to do so?

webprogrammierer avatar Feb 26 '23 14:02 webprogrammierer

Sorry, I can’t. Just told you how I manage to do a workaround. Hope you find a solution.

svenssontobias avatar Feb 26 '23 14:02 svenssontobias

What would be the workaround? Maybe there are more PHP 8.1 compatibility problems not only the special characters.

webprogrammierer avatar Feb 26 '23 14:02 webprogrammierer

For me it was to replace "ä" with "?".

svenssontobias avatar Feb 26 '23 20:02 svenssontobias

But if you have to switch back to PHP 7.4 (maybe temporally) this will not work.

I still want want to make fdpm PHP 8.1 compatible.

webprogrammierer avatar Feb 27 '23 11:02 webprogrammierer

You can try using https://github.com/williamgall/fpdm/ fork.

It is working for me under php 8.1

roadcba avatar May 07 '23 18:05 roadcba