-
-
Notifications
You must be signed in to change notification settings - Fork 641
PHP Not executing #394
Comments
@justinlevi - Please see the release notes: https://github.com/geerlingguy/drupal-vm/releases/tag/2.2.1 If you would like to revert back to using mod_php instead of FPM, you can do so by destroying your VM, then following the instructions above the php FPM settings in example.config.yml: https://github.com/geerlingguy/drupal-vm/blob/master/example.config.yml#L202-L204 |
@geerlingguy - Thanks for the link. I believe I followed the release notes as far as adding the extra parameters to my config.yml file but I'm still having some issues getting this VM up and running. Do I need to revert back to mod_php instead of FPM? I'd prefer to use the default FPM as it seems like that's what comes standard with the latest versions of this VM config. After adding the
Here is my config.yml apache settings:
If I
Seems that 2.1.2 doesn't load the proxy module??? Perhaps I'm missing a requirement somewhere... Hmmmm... 'UPDATE`I went in and manually applied the changes from Seems that I was missing this line from the playbook.yml
and this line from the requirements.yml
yup, that was the issue. I'm up and running now. |
@justinlevi - Perfect! Yeah, I was going to point you to that next—you could also grab the two mods from https://github.com/geerlingguy/ansible-role-apache-php-fpm/blob/master/tasks/configure-Debian.yml and put them in the |
@geerlingguy - Running into one new issue. http://adminer.drupalvm.dev is not working for me. If I I can get the same error via chrome if I add the subdomains to my local hosts file as well. What's the trick to get adminer to work in this case? |
@justinlevi - How do you have that domain configured inside |
@justinlevi php-fpm isn't configured to listen on unix sockets. Remove "unix:/var/run/php5-fpm.sock|" from the applicable lines to cause it to ask via network. |
Oops! That's my fault; I put the wrong things in example.config.yml. Fixing now. |
@justinlevi - Please see the above commit. |
Windows 7 Enterprise
Vagrant 1.8.1,
DrupalVM 2.1.2
VirtualBox Version 5.0.14 r105127
PHP is rendering as straight text. Trying to look into this further... Any help is appreciated.
The text was updated successfully, but these errors were encountered: