当前位置:论坛首页 > Linux面板 > 求助

【已解答】进程守护管理器错误

发表在 Linux面板4 天前 [复制链接] 6 82

为了能快速了解并处理您的问题,请提供以下基础信息:
面板、插件版本:Linux

系统版本:11.0

问题描述:进程守护管理器
supervisor: couldn't chdir to /www/wwwroot/wk.mv999.icu/ydsj: ENOENT
supervisor: child process was not spawned

相关截图(日志、错误):
supervisor: couldn't chdir to /www/wwwroot/wk.mv999.icu/ydsj: ENOENT
supervisor: child process was not spawned

使用道具 举报 只看该作者 回复
发表于 3 天前 | 显示全部楼层
无法找到指定目录
检查目录是否存在,权限是否正确
使用道具 举报 回复 支持 反对
指定目录是存在的
使用道具 举报 回复 支持 反对
PHP Warning:  PHP Startup: Unable to load dynamic library 'ixed.7.4.lin' (tried: /www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/ixed.7.4.lin (/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/ixed.7.4.lin: cannot open shared object file: No such file or directory), /www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/ixed.7.4.lin.so (/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/ixed.7.4.lin.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'ixed.7.4.lin' (tried: /www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/ixed.7.4.lin (/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/ixed.7.4.lin: cannot open shared object file: No such file or directory), /www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/ixed.7.4.lin.so (/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/ixed.7.4.lin.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'ixed.7.4.lin' (tried: /www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/ixed.7.4.lin (/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/ixed.7.4.lin: cannot open shared object file: No such file or directory), /www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/ixed.7.4.lin.so (/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/ixed.7.4.lin.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'ixed.7.4.lin' (tried: /www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/ixed.7.4.lin (/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/ixed.7.4.lin: cannot open shared object file: No such file or directory), /www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/ixed.7.4.lin.so (/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/ixed.7.4.lin.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP:  syntax error, unexpected '=' in /www/server/php/74/etc/php-cli.ini on line 1976
PHP Warning:  PHP Startup: Unable to load dynamic library 'memcache.soextension' (tried: /www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/memcache.soextension (/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/memcache.soextension: cannot open shared object file: No such file or directory), /www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/memcache.soextension.so (/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/memcache.soextension.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP:  syntax error, unexpected '=' in /www/server/php/74/etc/php-cli.ini on line 1976
PHP Warning:  PHP Startup: Unable to load dynamic library 'memcache.soextension' (tried: /www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/memcache.soextension (/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/memcache.soextension: cannot open shared object file: No such file or directory), /www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/memcache.soextension.so (/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/memcache.soextension.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP:  syntax error, unexpected '=' in /www/server/php/74/etc/php-cli.ini on line 1976
PHP Warning:  PHP Startup: Unable to load dynamic library 'memcache.soextension' (tried: /www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/memcache.soextension (/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/memcache.soextension: cannot open shared object file: No such file or directory), /www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/memcache.soextension.so (/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/memcache.soextension.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
错误日志又变成这些了
使用道具 举报 回复 支持 反对
发表于 3 天前 | 显示全部楼层
上面的错误基本都是php的,主要是一些扩展的错误,看到的有memcache.so,ixed.7.4.lin.so
检查php7.4配置文件,对于引用的一些不存在的扩展配置删除掉
使用道具 举报 回复 支持 反对
应该在哪个位置删除?
使用道具 举报 回复 支持 反对
阿珂 发表于 2025-8-16 16:20
上面的错误基本都是php的,主要是一些扩展的错误,看到的有memcache.so,ixed.7.4.lin.so
检查php7.4配置文 ...

应该在哪个位置删除
使用道具 举报 回复 支持 反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

普通问题处理

论坛响应时间:72小时

问题处理方式:排队(仅解答)

工作时间:白班:9:00 - 18:00

紧急运维服务

响应时间:3分钟

问题处理方式:宝塔专家1对1服务

工作时间:工作日:9:00 - 18:30

宝塔专业团队为您解决服务器疑难问题

点击联系技术免费分析

工作时间:09:00至18:30

快速回复 返回顶部 返回列表