axocomm / vagrant-wordpress

Simple Vagrant setup for WordPress
19 stars 15 forks source link

Not installing PHP #3

Open thecodetemple opened 7 years ago

thecodetemple commented 7 years ago

I have a problem running this vagrantfile on osx, php won't come installed.

csymlstd commented 7 years ago

I've noticed this with a few tools I use. the ondrej/php5-5.6 repo seems to have been removed a few weeks ago.

The ppa in puppet/modules/php5-fpm/manifests/init.pp should change ondrej/php5-5.6 to ondrej/php. But this is causing issues with MariaDB so wordpress is outputting: Warning: mysqli_real_connect(): Headers and client library minor version mismatch. Headers:50552 Library:100028 in /www/wp-includes/wp-db.php on line 1529

csymlstd commented 7 years ago

I created a new pull request that should fix this issue, #4