mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[GH-ISSUE #516] codeitnowin/barcode 3.0.5 requires ext-gd * -> the requested PHP extension gd is missing from your system. #388
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#388
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 @jeremiah on GitHub (Sep 14, 2021).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/516
Originally assigned to: @jasonmunro on GitHub.
🐛 Bugreport
Running
composer installin cypht-temp/cypht-master/ produces an error. This prevents the installation of cypht.I see that ext-gd is listed in the install page but it's only listed as "suggests" in composer.json.
Version & Environment
Debian 10, php 7.3
Steps to reproduce
@jeremiah commented on GitHub (Sep 14, 2021):
Installing php-gd fixes this error on my system.
@jasonmunro commented on GitHub (Sep 14, 2021):
yep, the gd requirement should be moved. Thanks for the feedback!
@marclaporte commented on GitHub (Sep 15, 2021):
AFAICT, this is only used for https://github.com/jasonmunro/cypht/blob/master/modules/2fa/modules.php which is not a central feature.
Idea:
@jeremiah commented on GitHub (Sep 15, 2021):
Good point @marclaporte I've forgotten what error message I saw but I felt (at least at the time) that I couldn't install without ext-gd. I saw that it was used for images which is a pretty standard feature if web mail so I thought I ought to install it anyway. I think your approach is the right one.
@neildarlow commented on GitHub (Sep 16, 2021):
I'd like to see the need for the GD extension to be optional. I have a patch which modifies composer.json and composer.lock to remove this dependency so I don't have to install it.
@jeremiah commented on GitHub (Dec 27, 2021):
I have a plan to test the installation of cypht on the new version of Debian. I'll review that bug as part of that work.
@ElvisAns commented on GitHub (Jul 22, 2022):
Hi , i am affraid but the Qr code library we are using requires Imagick extension to run properly....
@ElvisAns commented on GitHub (Jul 22, 2022):
GD is so then no longer needed ...
@ElvisAns commented on GitHub (Jul 22, 2022):
@jeremiah we have moved to bacon/bacon-qr-code for QR code generation as codeitnowin/barcode reached the end life support. Please check on https://github.com/jasonmunro/cypht/issues/562
@jeremiah commented on GitHub (Jul 22, 2022):
I would love to test this out and update my cypht install at the same time. I'm traveling at the moment and will be back towards the end of next week.
@ElvisAns commented on GitHub (Jul 22, 2022):
Great 👍