allow_url_fopen is disabled… Enable it in php.ini and restart Apache.
You need the bcmath library… I’m not sure if you need to recompile on your Mac or how to fix, but on CentOS you could do this:
- sudo yum -y install php-bcmath
Or if you use IUS repos, you might need to do either of these:
- sudo yum -y install php53u-bcmath
- or sudo yum -y install php54-bcmath
Then restart Apache