Home > PHP Framework > Workerman > What should I do if workerman cannot monitor?

What should I do if workerman cannot monitor?

藏色散人
Release: 2019-12-13 11:10:24
Original
3099 people have browsed it

What should I do if workerman cannot monitor?

What should I do if Workerman cannot monitor?

Problem:

I followed the manual step by step, but found that an error occurred when starting the monitoring:

[think\exception\ThrowableError]
Fatal error: Call to undefined function Workerman\Lib\pcntl_signal()
Copy after login

Local operating environment: win10 php7, I have used composer to download workerman-for-win

Solution:

If you install composer under windows, go to the first step of the document

composer require topthink/think-worker
Copy after login

When running, it will also download workerman/workerman by the way, but because it is running under windows, you need to delete workerman/workerman before proceeding to the next step

workerman/workerman-for-win
Copy after login

At this time, you can just start monitoring again!

Recommended: workerman tutorial

The above is the detailed content of What should I do if workerman cannot monitor?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template