简体   繁体   English

将Vtiger CRM转移到新服务器后出现警告

[英]Warnings appeared after Vtiger CRM has been transferred to new server

We did the steps below: 我们执行以下步骤:

  • Move files to new server 将文件移动到新服务器
  • Take database dump manually and upload it in new database 手动进行数据库转储并将其上传到新数据库中
  • Configure config.inc.php file 配置config.inc.php文件
  • Update the Site URL and root directory path 更新站点URL和根目录路径

Is there anything I forgot to do that caused this issues? 有什么我忘记做的事情导致了这个问题吗? 在此处输入图片说明

Thank You! 谢谢!

Check whether you have the correct php version in your server. 检查您的服务器中是否具有正确的php版本。 You can put a php file in your vtiger root folder with just the following contents: <?php phpinfo(); 您可以将php文件仅包含以下内容放在vtiger根文件夹中: <?php phpinfo(); . Execute that from a browser and take a look at what the version is. 从浏览器执行该命令,然后查看其版本。 Sometimes warnings are due to incorrect php versions. 有时,警告是由于不正确的php版本引起的。

Put it both in the old and new server and compare the outputs. 将其放在旧服务器和新服务器中,然后比较输出。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM