dqbhdsec59405 2018-02-05 15:15
浏览 52
已采纳

vTiger CRM 6:本地设置适用于/ var / www但不适用于不同的分区。 为什么?

I have first got cloneed vtiger at different partition which is mounted at /data/and checked out to 6.5.0

Installed php5.6 and necessary plugins(don't suggest installing php7.x I cannot) from ondrej launchpad.

Created a VHost in apache2/site-enabled/crm.conf

<VirtualHost *:80>
    ServerName "vtiger-local.host.com"
    DocumentRoot "/data/CRM/"
<Directory "/data/CRM/">
   Options Indexes FollowSymLinks Includes ExecCGI MultiViews
   AllowOverride None
   Require all granted
</Directory>
</VirtualHost>

Edited /etc/hosts file

127.0.0.1 vtiger-local.host.com

After that I did a chmod -R 777 but It is throwing

Call to a member function Execute() on null in /data/CRM/vtigercrm/include/database/PearDatabase.php

But same exact configuration is running smoothly when I git clone at /var/www

Anything I am missing?

P.S Edited $root_directory as well as $site_URL Forgot to add with the original question.

  • 写回答

3条回答 默认 最新

  • dqwmhrxt68679 2019-06-17 14:46
    关注

    Just copied the folder and changed the root path and it started working.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 有赏,i卡绘世画不出
  • ¥15 如何用stata画出文献中常见的安慰剂检验图
  • ¥15 c语言链表结构体数据插入
  • ¥40 使用MATLAB解答线性代数问题
  • ¥15 COCOS的问题COCOS的问题
  • ¥15 FPGA-SRIO初始化失败
  • ¥15 MapReduce实现倒排索引失败
  • ¥15 ZABBIX6.0L连接数据库报错,如何解决?(操作系统-centos)
  • ¥15 找一位技术过硬的游戏pj程序员
  • ¥15 matlab生成电测深三层曲线模型代码