Common Troubleshooting Procedures with VtigerCRM

HOW TO SET A CRON JOB AFTER VTIGER INSTALLATION

  • Ssh root into server
  • Edit: Crontab -e
  • Add: /3 * /bin/sh /var/www/html/vtigercrm/cron/vtigercron.sh
  • Save & Exit: wq! + Enter
  • Restart cron: service crond restart
===========================================================

HOW TO RESOLVE SYNTAX ERROR AND EMPTY  WORKFLOW PAGE AFTER VTIGER INSTALLATION

  • Login to server SSH (root)
  • Run: apt-get install php-mbstring
  • Restart apache: systemctl restart apache2.services
 
 
 
 
Common Troubleshooting Procedures with VtigerCRM.docx