barryvdh / laravel-snappy

Laravel Snappy PDF
MIT License
2.63k stars 290 forks source link

The process has been signaled with signal "11". #451

Closed Zhet1 closed 2 years ago

Zhet1 commented 2 years ago

when i try to load a view or website like this: $pdf = PDF::loadView('payment.resume', $data); or $pdf = PDF:loadFile($url);

I have tried to give permissions to the files wkhtmltopdf-amd64 and wkhtmltoimage-amd64, I have checked the permissions to the files and folders, the creation of the pdf worked up to 2 weeks ago, but out of nowhere it has stopped working.

Zhet1 commented 2 years ago

the issue is related with permissions, if bins of wk is moving outside the public_html, even if I give 777 permissions to the bins, I can't generate any pdf