I am trying to get Mautic 1.1.3 to work and to see which features are functional, and how to integrate it into our business, and potentially displace our current CRM/Automation solution.
I am thus testing every feature that Mautic offers, presently that is the social network integration. I am unable to make it work, but there is already a post about that issue (feature simply does not work for me, and there are no errors anywhere in the logs)
This post is about being unable to save lead data after attempting to update social network fields.
I enter the twitter handle
Click on “Save”
The update line at the top of the lead progresses
Nothing useful happens - no page refresh, only the “Cancel Save & close Apply” boxes get grayed out
I refresh the page and the edited information disappears - it was not saved.
I am trying to get Mautic 1.1.3 to work and to see which features are functional, and how to integrate it into our business, and potentially displace our current CRM/Automation solution.
I am thus testing every feature that Mautic offers, presently that is the social network integration. I am unable to make it work, but there is already a post about that issue (feature simply does not work for me, and there are no errors anywhere in the logs)
This post is about being unable to save lead data after attempting to update social network fields.
I enter the twitter handle
Click on “Save”
The update line at the top of the lead progresses
Nothing useful happens - no page refresh, only the “Cancel Save & close Apply” boxes get grayed out
I refresh the page and the edited information disappears - it was not saved.
I was able to reproduce this problem. I also didn’t have the error message logged in the Mautic logs. I was able to see the error message in the server logs though.
PHP Fatal error: Class 'Mautic\AddonBundle\Helper\EmojiHelper' not found in addons/MauticSocialBundle/Integration/TwitterIntegration.php on line 198
I looked into the code and I can see that the TwitterIntegration wants to load EmojiHelper from AddonBundle, but it is in the CoreBundle. I have no idea how that could happen. Many of us tested Twitter integration before 1.1.3 was released.
Great, I am looking forward to 1.1.4. Which “server log” did you find the error in? As mentioned none of my logs show anything amiss.
EDIT: never mind, I set up error logging in php.ini and now see the errors. Perhaps I now I can find out why none of the social integrations are working, not just twitter.