#1837 - Error in cron
Hello, I get the following error while executing the provided cron line
php -f cron.php
PHP Warning: include(custom/metadata/fact_facturas_fact_itemsMetaData.php): failed to open stream: No such file or directory in /var/www/wordpress/sugarcrm/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 51 PHP Warning: include(custom/metadata/fact_facturas_fact_itemsMetaData.php): failed to open stream: No such file or directory in /var/www/wordpress/sugarcrm/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 51 PHP Warning: include(): Failed opening 'custom/metadata/fact_facturas_fact_itemsMetaData.php' for inclusion (include_path='/var/www/wordpress/sugarcrm/include/..:.:/usr/share/php:/usr/share/pear') in /var/www/wordpress/sugarcrm/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 51 PHP Notice: Undefined index: only_since_last in /var/www/wordpress/sugarcrm/modules/InboundEmail/InboundEmail.php on line 4589 PHP Fatal error: Call to undefined function imap_search() in /var/www/wordpress/sugarcrm/modules/InboundEmail/InboundEmail.php on line 4591
What is the problem.
Kind regards,
Miguel
8 years ago
Hey Miguel,
It looks like there are two non-SugarChimp issues. The first is there is a missing file in your Table Dictionary. You can fix it by removing the file: custom/application/Ext/TableDictionary/tabledictionary.ext.php then go to this folder: custom/Extension/application/Ext/TableDictionary and remove any files from modules that are no longer installed. After you have done that, you will need to do a Repair and Rebuild by going to: Admin > Repair > Quick Repair and Rebuild.
For the InboundEmail.php error, the function imap_search does not come with Sugar CE. Maybe that is a customization that someone added to your system and it was removed? Let me know what you find here.
8 years ago
Hey Miguel,
Were you able to look into this further? Have you found anything regarding those errors further? Let me know if you've found more details or if something is still not functioning!
8 years ago
Hey Miguel,
I'm going to close this case out for now. Let us know if you need anything further! You can always start a new thread for new issues, or respond to this one.