mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #13] Exception with bacon/bacon-qr-code 2.0 #621
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#621
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @crazy-max on GitHub (Dec 15, 2019).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/13
An exception occurred with QR code image generation on settings page using Imagick extension. I have to downgrade to bacon/bacon-qr-code 1.0.3 package to fix this issue. See Bacon/BaconQrCode#60 for more info.
@anonaddy commented on GitHub (Dec 18, 2019):
This issue is caused by not having the "imagick" PHP extension installed.
You can check by running "php -m" from the command line, if you don't see "imagick" listed then you need to install it. I'll update the README to include this requirement.
https://pecl.php.net/package/imagick
@crazy-max commented on GitHub (Dec 18, 2019):
Imagick extension is installed. I will forward you the exception and my phpinfo.
@crazy-max commented on GitHub (Dec 18, 2019):
@anonaddy Here is the stacktrace:
As you can see in my phpinfo (phpinfo.txt), imagick is enabled:
@crazy-max commented on GitHub (Dec 18, 2019):
Ok fixed, I missed the
imagemagickpackage from Alpine, now required formats are available: