Closed yograf closed 8 years ago
@yograf the php-fpm container needs bcmath. I'll make a commit
:( shoot it is there; can you verify your Dockerfile has
&& docker-php-ext-install mcrypt pdo_mysql mysql mysqli mbstring opcache soap bcmath \
https://github.com/mglaman/platform-docker/blob/develop/resources/images/php/Dockerfile#L10
@mglaman thanks Matt. That was the problem. bcmath is missing on v. 1.0.7 which composer installed.
Thanks, @yograf for heads up. I tagged a new minor
On product/add/default any ideas?