What does your nginx config file look like?
php-fpm crashes every 10s
I have a Laravel Valet installation on my macOS 11.6.1
Laravel Installer 4.1.1 PHP v8.0.12 nginx/1.21.4
I can see in my console that php-fpm crashses every 10s
11:52:13.422003+0000 ReportCrash com.apple.message.domain: com.apple.crashreporter.writereport.crash com.apple.message.signature: php-fpm com.apple.message.signature2: UNBUNDLED ||| ??? (0) com.apple.message.signature3: UNKNOWN com.apple.message.result: NO com.apple.message.summarize: YES SenderMachUUID: 0C37ACAB-B1BC-3BFB-AA6E-3707A345481E
11:52:23.431070+0000 ReportCrash com.apple.message.domain: com.apple.crashreporter.writereport.crash com.apple.message.signature: php-fpm com.apple.message.signature2: UNBUNDLED ||| ??? (0) com.apple.message.signature3: UNKNOWN com.apple.message.result: NO com.apple.message.summarize: YES SenderMachUUID: 0C37ACAB-B1BC-3BFB-AA6E-3707A345481E
I've previously had a php7 installation with XAMMP that I no longer use.
Does anybody know how can I check to see whether Laravel uses php-fpm and if it does what can I do to resolve this issue?
Thanks James
@jamesgargette I seems that you are still using the older version of php.
Have you tried. Change the php version to fit your version.
brew link --overwrite --force [email protected]
Please or to participate in this conversation.