TarsCloud / Tars

Tars is a high-performance RPC framework based on name service and Tars protocol, also integrated administration platform, and implemented hosting-service via flexible schedule.
BSD 3-Clause "New" or "Revised" License
9.79k stars 2.08k forks source link

The swoole extension has been installed, and the PHP execution path in the template has been changed. What is the following prompt? #802

Closed TARS-Question closed 4 years ago

TARS-Question commented 4 years ago

#802(1)

#802(2)

TARS-Answer commented 4 years ago

Check whether there are multiple PHP versions on the server. This is generally the reason.

TARS-Answer commented 4 years ago

查看服务器上是否有多个PHP版本,一般都是这个原因。

TARS-Question commented 4 years ago

But the PHP execution path of the template has been modified, why is another one executed?

TARS-Question commented 4 years ago

可是模板的php执行路径已经修改了,为什么执行了另一个?

TARS-Answer commented 4 years ago

Check the startup script and the php execution path in the configuration sent to the node node, and the modified template may not be synchronized.

TARS-Answer commented 4 years ago

查看启动脚本和发到node节点的配置里的php执行路径,可能改的模板并没有同步过来。