Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

php-fpm.conf and php.ini does not exist #3

Closed
novalevel opened this issue Feb 2, 2019 · 7 comments
Closed

php-fpm.conf and php.ini does not exist #3

novalevel opened this issue Feb 2, 2019 · 7 comments
Assignees
Labels
bug Something isn't working

Comments

@novalevel
Copy link

php-fpm.log >> ERROR: failed to load configuration file '/usr/local/etc/php/5.6/php-fpm.conf'

@maxxer
Copy link

maxxer commented Feb 10, 2019

As a workaround you can pick them from another php version and put them in /usr/local/etc/php/5.6/, adjusting some lines

@pgrenaud pgrenaud self-assigned this Feb 11, 2019
@pgrenaud pgrenaud added the bug Something isn't working label Feb 11, 2019
@pgrenaud
Copy link
Contributor

Thanks for reporting the issue.

Hum, both php@5.6 and php@7.0 bottles are incomplete, where the ini files are missing. I don't know why this happened. I'll have to find the issue and rebuild the bottles.

In the meantime, can you try to install from source using brew install php@5.6 --build-from-source to see if that fixes the issue?

@yifanes
Copy link

yifanes commented Feb 12, 2019

@wwp66650 Just install it by -s
@pgrenaud pls rebuild the bottles.

@renalpha
Copy link

got exactly the same problem, I want to run php56 as FPM with a different port. Will try to run from source

@maxxer
Copy link

maxxer commented Feb 12, 2019

Hum, both php@5.6 and php@7.0 bottles are incomplete, where the ini files are missing. I don't know why this happened. I'll have to find the issue and rebuild the bottles.

to be precise they're not the ini file but the fpm conf ones

@renalpha
Copy link

Yifanes tip solved my issue. thanks.

@pgrenaud
Copy link
Contributor

Hi!

I've rebuild and deployed 2 new bottles, for php 5.6 and 7.0. Both should now have the missing files.

Please run brew update; brew reinstall php@5.6 to update your tap and reinstall php 5.6.

Have a nice day!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants