mysql - OTRS fatal error

标签 mysql linux apache ubuntu otrs

嘿,我想在带有 linux ubuntu 的 apache 网络服务器上安装 otrs。 我使用 otrs Web 安装程序创建了一个新数据库,但随后收到消息:无法打开文件/opt/otrs/Kernel/Config/Files/ZZZAAuto.pm.20881: Permission denied enter image description here

最佳答案

问题是 apache 服务器对此文件没有权限。

解决方案是启动 otrs 权限脚本:

cd /opt/otrs/bin
sudo ./otrs.SetPermissions.pl --otrs-user=otrs --otrs-group=otrs --web-user=www-data --web-group=www-data /opt/otrs

关于mysql - OTRS fatal error ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33365543/

相关文章:

apache - 我可以将 RE-Captcha 与 Wicket 一起使用吗?

sql - 需要帮助将条件 COUNT() 添加到已使用 JOIN 的查询

mysql - 在内连接中传递第二个表中的所有值

php - 取出数组元素

php - 仅打印一个订单号以及与该号码相关的商品

linux - Sed:包括由正则表达式指定的外部文件

java - 具有 java.lang.illegalstateexception state== header 的 WebSphere 服务器和 Jetty 客户端

c - 访问 xtime 变量 Linux 内核

java - 用于连接 mysql 数据库的 SSLException

PHP 在错误时发出 500 - 这记录在哪里?