我刚刚将Bolt (2.1.8) (http://www.bolt.cm)安装到我的CentOS VPS上,我非常喜欢它。当我这样做时,我会收到错误消息:
文件管理>查看/编辑模板>基-2014>图像
错误是:
Whoops\Exception\ErrorException thrown with message "Call to undefined function Bolt\Filesystem\posix_getuid()"
Stacktrace:
#0 in /home/mydomain/public_html/test/src/Filesystem/Local.php:171其他3个链接(css、javascripts、scss) wirk很好。知道这和什么有关吗?我需要任何特定的服务器设置吗?
发布于 2015-05-03 05:06:53
是的,PHP设置中缺少了POSIX模块。
https://stackoverflow.com/questions/30010350
复制相似问题