我试图像这样截取屏幕截图:
shell_exec("/usr/bin/wkhtmltoimage http://google.com screen.png");
但它不是在创建screen.png。但是当我跑步的时候
/usr/bin/wkhtmltoimage http://google.com screen.png
从终端它按预期工作。我很困惑有什么不对。
我试着写日志,如:
shell_exec("/usr/bin/wkhtmltoimage http://google.com screen.png > debug.log 2>&1");
我得到log" QXcbConnection:无法连接到显示器 流产(核心倾销)"在debug.log上。我在Ubuntu上安装了Nginx的php7.0。 这会是什么解决方案?如果有人解决了,请分享。