标签: atk4 agiletoolkit
我在CentOS 6(php 5.3)灯堆上安装了敏捷工具包,当我拉起index.php启动页面时,它给出了500错误。
答案 0 :(得分:0)
我想出来了。进入错误日志并发现以下错误。
Application.cpp中的SoftException:256:文件:/public_html/index.php"可以按组写入
基本上这意味着需要更改index.php文件的权限。我将它们改为644,一切运作良好。