[Symfony\Component\Process\Exception\ProcessTimedOutException] The process "'/www/server/php/80/bin/php' 'think' 'queue:work' 'redis' '--once' '--queue=AiYjJob' '--delay=0' '--memory=128' '--sleep=3' '--tries=0'" exceeded the timeout of 60 seconds. PHP Warning: PHP Startup: Unable to load dynamic library 'gd' (tried: /www/server/php/80/lib/php/extensions/no-debug-non-zts-20200930/gd (/www/server/php/80/lib/php/extensions/no-debug-non-zts-20200930/gd: cannot open shared object file: No such file or directory), /www/server/php/80/lib/php/extensions/no-debug-non-zts-20200930/gd.so (/www/server/php/80/lib/php/extensions/no-debug-non-zts-20200930/gd.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 'gd' (tried: /www/server/php/80/lib/php/extensions/no-debug-non-zts-20200930/gd (/www/server/php/80/lib/php/extensions/no-debug-non-zts-20200930/gd: cannot open shared object file: No such file or directory), /www/server/php/80/lib/php/extensions/no-debug-non-zts-20200930/gd.so (/www/server/php/80/lib/php/extensions/no-debug-non-zts-20200930/gd.so: cannot open shared object file: No such file or directory)) in Unknown on line

[Symfony\Component\Process\Exception\ProcessTimedOutException] The process "'/www/server/php/80/bin/php' 'think' 'queue:work' 'redis' '--once' '--queue=AiYjJob' '--delay=0' '--memory=128' '--sleep=3' '--tries=0'" exceeded the timeout of 60 seconds. PHP Warning: PHP Startup: Unable to load dynamic library 'gd' (tried: /www/server/php/80/lib/php/extensions/no-debug-non-zts-20200930/gd (/www/server/php/80/lib/php/extensions/no-debug-non-zts-20200930/gd: cannot open shared object file: No such file or directory), /www/server/php/80/lib/php/extensions/no-debug-non-zts-20200930/gd.so (/www/server/php/80/lib/php/extensions/no-debug-non-zts-20200930/gd.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 'gd' (tried: /www/server/php/80/lib/php/extensions/no-debug-non-zts-20200930/gd (/www/server/php/80/lib/php/extensions/no-debug-non-zts-20200930/gd: cannot open shared object file: No such file or directory), /www/server/php/80/lib/php/extensions/no-debug-non-zts-20200930/gd.so (/www/server/php/80/lib/php/extensions/no-debug-non-zts-20200930/gd.so: cannot open shared object file: No such file or directory)) in Unknown on line
用户500598139
04月22日
|
浏览 130

答案是:你的PHP进程执行超时,同时无法加载GD库。

关于PHP进程超时问题,你可以尝试增加执行时间限制或优化代码逻辑以减少执行时间。

关于无法加载GD库的问题,你需要确保GD库已正确安装并配置到PHP中。你可以检查php.ini 文件中的 extension_dir 配置以确保路径正确,并确保GD库文件存在于指定路径下。如果文件确实缺失,你可能需要重新安装GD库或者修复安装路径配置。

我要提问
复制内容
分享给好友
AI编程问答网 免责声明:
以上内容除特别注明外均来源于网友提问,AI编程问答网回答,权益归原著者所有;