Trying to setup inbound emails...
Put the following command line in cron:
php -f /home/hostinguser/public_html/espo/cron.php
running every minute.
The following error come up in admin's email: Failed loading /usr/local/IonCube/ioncube_loader_lin_5.3.so: /usr/local/IonCube/ioncube_loader_lin_5.3.so: undefined symbol: php_body_write Zend Guard Loader requires Zend Engine API version 220090626. The Zend Engine API version 220100525 which is installed, is newer. Contact Zend Technologies at http://www.zend.com/ for a later version of Zend Guard Loader. Checked php configuration and the "zend_guard_loader" wasn't loaded. I loaded it but the error message still showing up... Any clues? Thanks.
Put the following command line in cron:
php -f /home/hostinguser/public_html/espo/cron.php
running every minute.
The following error come up in admin's email: Failed loading /usr/local/IonCube/ioncube_loader_lin_5.3.so: /usr/local/IonCube/ioncube_loader_lin_5.3.so: undefined symbol: php_body_write Zend Guard Loader requires Zend Engine API version 220090626. The Zend Engine API version 220100525 which is installed, is newer. Contact Zend Technologies at http://www.zend.com/ for a later version of Zend Guard Loader. Checked php configuration and the "zend_guard_loader" wasn't loaded. I loaded it but the error message still showing up... Any clues? Thanks.
Comment