Search code examples
phpvtigervtigercrm

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
  • Update the Site URL and root directory path

Is there anything I forgot to do that caused this issues? enter image description here

Thank You!


Solution

  • Check whether you have the correct php version in your server. You can put a php file in your vtiger root folder with just the following contents: <?php phpinfo();. Execute that from a browser and take a look at what the version is. Sometimes warnings are due to incorrect php versions.

    Put it both in the old and new server and compare the outputs.