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

How to enable more PHP Extensions? #46

Open
StanleyBonhomme opened this issue Apr 29, 2021 · 1 comment
Open

How to enable more PHP Extensions? #46

StanleyBonhomme opened this issue Apr 29, 2021 · 1 comment

Comments

@StanleyBonhomme
Copy link

I currently have a project with the Offline Mall plugin for OctoberCMS. When I try to access the checkout page I get an error. When I check the logs I the following error:

RuntimeException: Missing BC Math or GMP extension. in /var/www/html/plugins/offline/mall/vendor/hashids/hashids/src/Math.php:113

After some research it seems as the BC Math or GMP extension is not enabled. How can I go about enable these extensions in my docker image?

@TimFoerster
Copy link

You can write your own container which installs bc math.
RUN docker-php-ext-install bcmath

You can also use mine docker container foersterwerbung/ocb which already have bcmath included.

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

2 participants