SuiteCRM编辑潜在客户模块html和js错误

时间:2019-02-13 09:16:27

标签: php suitecrm


尝试更改要在线索中显示的字段时,编辑面板会产生错误,我不明白为什么。
开发控制台说它丢失了图像,但是我不明白为什么它会破坏html ...

enter image description here

enter image description here

enter image description here

感谢那些能帮助我的人!

1 个答案:

答案 0 :(得分:0)

这似乎是.htaccess或文件夹权限问题。

如果使用的是apache,请确保生成的.htaccess文件具有正确的权限。

您可以(linux)使用此bash命令快速修复权限(确保在最后一个命令中更新apache用户,将其设置为centos / redhat使用的apache用户,以将ubuntu更改为www-data)

find . -type d -exec chmod 0755 {} \; &&  find . -type f -exec chmod 0644 {} \; 
chmod -R 775 cache custom modules themes data upload  config_override.php  config.php
chown -R apache:apache .