Are you facing difficulties trying to coordinate efforts between marketing and sales? The SuiteCRM & Mautic Integrator by eVolpe is the best solution that will help you solve this issue. TRY IT NOW FOR FREE!
#3676 - Errors when running cron.php on SuiteCRM
When running cron.php on SuiteCRM I receive the following errors:
PHP Notice: Undefined index: type in /var/www/suitecrm_dir/public_html/include/Mautic/MauticIntegrator/MauticIntegrator.php on line 433 PHP Notice: Undefined index: type in /var/www/suitecrm_dir/public_html/include/Mautic/MauticIntegrator/MauticIntegrator.php on line 434 PHP Notice: Undefined index: SERVER_NAME in /var/www/suitecrm_dir/public_html/custom/modules/Schedulers/Ext/ScheduledTasks/scheduledtasks.ext.php on line 12 PHP Notice: Trying to get property 'id' of non-object in /var/www/suitecrm_dir/public_html/modules/InboundEmail/InboundEmail.php on line 4581 PHP Notice: Trying to get property 'filename' of non-object in /var/www/suitecrm_dir/public_html/modules/InboundEmail/InboundEmail.php on line 4603 PHP Notice: Undefined property: stdClass::$disposition in /var/www/suitecrm_dir/public_html/modules/InboundEmail/InboundEmail.php on line 4605
Is there a solution to this?
3 years ago
Suite CRM version 7.11.19 PHP version 7.4.3
3 years ago
Only this part concerns our integrator:
PHP Notice: Undefined index: type in /var/www/suitecrm_dir/public_html/include/Mautic/MauticIntegrator/MauticIntegrator.php on line 433 PHP Notice: Undefined index: type in /var/www/suitecrm_dir/public_html/include/Mautic/MauticIntegrator/MauticIntegrator.php on line 434 And it will be fixed in the next release. PHP Notices aren't errors, but just notices (something is incorrect but it doesn't produce fatal errors and doesn't interrupt code executing). If you don't want to get PHP Notices, you can disable E_NOTICE in your php.ini file ( https://www.php.net/manual/en/errorfunc.constants.php ).
3 years ago
Only this part concerns our integrator: PHP Notice: Undefined index: type in /var/www/suitecrm_dir/public_html/include/Mautic/MauticIntegrator/MauticIntegrator.php on line 433 PHP Notice: Undefined index: type in /var/www/suitecrm_dir/public_html/include/Mautic/MauticIntegrator/MauticIntegrator.php on line 434 And it will be fixed in the next release. PHP Notices aren't errors, but just notices (something is incorrect but it doesn't produce fatal errors and doesn't interrupt code executing). If you don't want to get PHP Notices, you can disable E_NOTICE in your php.ini file ( https://www.php.net/manual/en/errorfunc.constants.php )