Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$oMerger->save() and out() Error. #8

Open
DuckHunter213 opened this issue Dec 5, 2018 · 3 comments
Open

$oMerger->save() and out() Error. #8

DuckHunter213 opened this issue Dec 5, 2018 · 3 comments

Comments

@DuckHunter213
Copy link

DuckHunter213 commented Dec 5, 2018

ErrorException (E_DEPRECATED)
The each() function is deprecated. This message will be suppressed on further calls

the proyect don't allow save pdfs

@amaurysoares
Copy link

Same problem here...

@Allessia444
Copy link

please update below code on this file vendor/setasign/fpdi/fpdi.php

while (list($k, $v) = each($value[1])) {
$this->_straightOut($k . ' ');
$this->_writeValue($v);
}
update:
foreach ($value[1] as $key => $value) {
$this->_straightOut($key . ' ');
$this->_writeValue($value);
}

@renky
Copy link

renky commented Jan 20, 2020

the better solution would be, to update the requirement: "setasign/fpdi-fpdf" - setasign already fixed the issue, if you update to next major releases - not 1.6 any more (thats already marked as legacy).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants