Dashboard Empty - Ajax Error

Your suggestion was the best thing I have heard in weeks. I started watching the logs and this error about the facebook connector
“require_once(custom/modules/Connectors/connectors/sources/ext/rest/facebook/config.php): failed to open stream: No such file or directory in /var/www/suitecrm/include/social/facebook/facebook.class.php on line 10”

I read that file and read line 10. Followed that path and realized that the config.php was in fact missing. I copied the source file from 7.13 (I don’t think it mattered the version) just that the config.php file was missing and was required.

I copied the config.php to the custom/modules/Connectors/connectors/sources/ext/rest/facebook. Set the ownership to the apache user and chmod to 755 and it worked.

Thank you so very much for the suggestions. You are my hero for the week…

1 Like