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

PHP bcmath extension is missing #19

Closed
rahulanand77 opened this issue May 8, 2018 · 4 comments
Closed

PHP bcmath extension is missing #19

rahulanand77 opened this issue May 8, 2018 · 4 comments

Comments

@rahulanand77
Copy link

Hi,

When I am running magento setup, I am getting an error missing extension PHP Extension bcmath.. I logged into fballiano/nginx-ssl-for-magento2 container, and installed php7.0-bcmath and reloaded nginx, but when I am running service php restart, I am getting error unknown service.

Can you give me any solution for the same?

Thanks

Rahul Anand

@Ritin
Copy link

Ritin commented May 13, 2018

error bcmath missing
log into the Apache container

docker exec {continaername or ID} -it /bin/bash
docker-php-ext-install -j(nproc) bcmath
service apache2 restart

exit
restart apache and Varnish containers

@fballiano
Copy link
Owner

Hello, I've updated the builds with php7.1 and bcmath, let me know if the issue is solved :-)

@rahulanand77
Copy link
Author

rahulanand77 commented May 14, 2018

I am still getting the same error even with the new deployment. Magento version 2.2.2. Working fine with 2.2.4. Because magento version 2.2.2 does not support 7.1

@rahulanand77
Copy link
Author

Thanks @Ritin, that worked for me. I appreciate your help.

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

3 participants