在 macOS Sierra 上对 Laravel Valet 进行故障排除

发布于 作者:

Troubleshooting Laravel Valet on macOS Sierra image

macOS Sierra 几天前刚刚发布,每个人都开始升级。一些 Laravel Valet 用户报告了一些问题,而 Adam Wathan 已经整理了一个 列表 ,其中包含常见的错误和故障排除技巧,以帮助解决他所遇到的问题。

经他允许,这里列出了一些需要查找的内容

我只看到“它有效!”

Apache 在端口 80 上运行,与 Valet 发生冲突。

  1. 停止 Apache:sudo /usr/sbin/apachectl stop
  2. 重新启动 Valet:valet restart

Valet 随机死亡

您可能仍在使用 Valet <= 1.1.19,建议将其锁定为 ^1.1.22。

首先,编辑 ~/.composer/composer.json 以指向 ^1.1.22,如下所示

```diff
- "laravel/valet": "^1.1.19",
+ "laravel/valet": "^1.1.22",
 
Next, run `composer global update` and then restart Valet with it’s `valet restart` command.
 
Every time I refresh I see a totally random file!
-------------------------------------------------
 
You are running Caddy 0.9.2, which has a known bug related to fastcgi connections.
 
Edit your `~/.composer/composer.json` to point to `^1.1.22` like this:
- "laravel/valet": "^1.1.19",
+ "laravel/valet": "^1.1.22",
 
Next, run `composer global update`, ensure you are now running Caddy 0.9.1 by running `~/.composer/vendor/laravel/valet/bin/caddy -version` and finally restart Valet `valet restart`
 
I’m getting a 502 Bad Gateway error.
------------------------------------
 
Usually, this means something is messed up with PHP FPM. The first step is to confirm that FPM is *not* running:

ps aux | grep fpm

 
You should see at least two processes there if PHP FPM is running (one is grep, ignore that one.) Chances are PHP FPM *is not* running.
 
Next, check the PHP FPM error log to find out why it’s not running:

cat /usr/local/opt/php70/var/log/php-fpm.log

 
Try to resolve any errors you see. Here’s a few common ones:
 
- `/var/run/valet/fpm.socket` does not exist
- Failed to open configuration file `/usr/local/etc/php/7.0/php-fpm.conf`
 
Problem: /var/run/valet/fpm.socket does not exist!
--------------------------------------------------
 
If you see an error similar to:
 
> Unable to bind listening socket for address ‘/var/run/valet/fpm.socket’: No such file or directory
 
in the file `/usr/local/opt/php70/var/log/php-fpm.log`, you were probably running `dev-master` and have now switched back to tagged releases.
 
Valet 1.1.22 attempts to automate fixing this issue by explicitly configuring where PHP FPM should listen.
 
First make sure `~/.composer/composer.json` points to `^1.1.22`:
  • "laravel/valet": "^1.1.19",
  • "laravel/valet": "^1.1.22",
 
Then run `composer global update` and finally `valet install`.
 
Problem: php-fpm.conf is missing!
---------------------------------
 
Something went wrong when installing PHP through Homebrew. This seems to happen on fresh non-upgrade installations of macOS Sierra.
 
1. Uninstall PHP 7: `brew uninstall php70`
2. Reinstall PHP 7 from source: `brew install php70 --build-from-source`
3. Re-run `valet install`
 
Where to Look for Valet Errors?
-------------------------------
 
If you are still running into problems, here’s a list of log files to check:
 
**Caddy start log:**

/tmp/com.laravel.valetServer.err

 
**PHP FPM error log:**

/usr/local/opt/php70/var/log/php-fpm.log

 
**Caddy error log:**

~/.valet/Log/error.log

 
Hopefully with this guide you will be able to pinpoint any errors you have and can fix them through either Brew or Composer.
Eric L. Barnes photo

Eric 是 Laravel 新闻的创始人,自 2012 年以来一直报道 Laravel。

归档于
Cube

Laravel 新闻通讯

加入 40k+ 其他开发人员,不要错过任何新的技巧、教程等等。

Laravel Forge logo

Laravel Forge

轻松创建和管理您的服务器,并在几秒钟内部署您的 Laravel 应用程序。

Laravel Forge
Tinkerwell logo

Tinkerwell

Laravel 开发人员必备的代码运行器。使用 AI、自动完成功能和对本地和生产环境的即时反馈进行调试。

Tinkerwell
No Compromises logo

绝不妥协

Joel 和 Aaron,两位来自 No Compromises 播客的经验丰富的开发者,现在可以为您的 Laravel 项目聘用。 ⬧ 每月 7500 美元固定费率。 ⬧ 没有冗长的销售流程。 ⬧ 没有合同。 ⬧ 100% 退款保证。

绝不妥协
Kirschbaum logo

Kirschbaum

提供创新和稳定性,以确保您的 Web 应用程序成功。

Kirschbaum
Shift logo

Shift

运行旧版本的 Laravel?即时、自动化的 Laravel 升级和代码现代化,让您的应用程序保持新鲜感。

Shift
Bacancy logo

Bacancy

使用经验丰富的 Laravel 开发人员为您的项目增效,他们拥有 4-6 年的经验,每月仅需 2500 美元。获得 160 小时的专用专业知识和 15 天的无风险试用。立即安排通话!

Bacancy
Lucky Media logo

Lucky Media

立即获得幸运 - Laravel 开发的理想之选,拥有十多年的经验!

Lucky Media
Lunar: Laravel E-Commerce logo

Lunar:Laravel 电子商务

Laravel 的电子商务。一个开源软件包,将现代无头电子商务功能的力量带到 Laravel。

Lunar:Laravel 电子商务
LaraJobs logo

LaraJobs

官方 Laravel 招聘板

LaraJobs
SaaSykit: Laravel SaaS Starter Kit logo

SaaSykit:Laravel SaaS 启动工具包

SaaSykit 是一个 Laravel SaaS 启动工具包,它包含运行现代 SaaS 所需的所有功能。付款、漂亮的结账、管理面板、用户仪表板、身份验证、预备组件、统计信息、博客、文档等等。

SaaSykit:Laravel SaaS 启动工具包
Rector logo

Rector

您无缝升级 Laravel、降低成本和加速创新的合作伙伴,为成功企业服务

Rector
MongoDB logo

MongoDB

通过强大的 MongoDB 和 Laravel 集成来增强您的 PHP 应用程序,使开发人员能够轻松高效地构建应用程序。支持事务、搜索、分析和移动用例,同时使用熟悉的 Eloquent API。了解 MongoDB 灵活、现代的数据库如何改变您的 Laravel 应用程序。

MongoDB
Maska is a Simple Zero-dependency Input Mask Library image

Maska 是一个简单的零依赖输入掩码库

阅读文章
Add Swagger UI to Your Laravel Application image

将 Swagger UI 添加到您的 Laravel 应用程序

阅读文章
Assert the Exact JSON Structure of a Response in Laravel 11.19 image

在 Laravel 11.19 中断言响应的精确 JSON 结构

阅读文章
Build SSH Apps with PHP and Laravel Prompts image

使用 PHP 和 Laravel Prompts 构建 SSH 应用程序

阅读文章
Building fast, fuzzy site search with Laravel and Typesense image

使用 Laravel 和 Typesense 构建快速、模糊的网站搜索

阅读文章
Add Comments to your Laravel Application with the Commenter Package image

使用 Commenter 软件包为您的 Laravel 应用程序添加评论

阅读文章