Not working correctly with Gmail SMTP plugins
-
Hello,
We are using your plugin on our website. We found that there is issue in part of integration with Google Calendar. We use Gmail API as well over WP Gmail SMTP plugin to send emails, also we used before alternative plugin, but both of them using Google API library as well yours Appointments+, so when both extension are activated Appointments+ unable to add events to Google Calendar. From our log files it gives fatal error.
After long debug process I found that it cause due to usage of Google API Library which are two different version. Appointments+ use old one v1.1.5 when other plugins are using 2.2.1, so some functions was replicated or changed, it gives fatal error. The thing is that WP Gmail SMTP loaded first and it loads Google API (Google_Client, Google_Service .. files) and as it’s already loaded Appointments+ calling objects with non exists or wrong arguments stack.
As a result of this issue Appointments+ unable to send events to Google Calendar and we don’t see them in Calendar.
How can we resolve this issue?
- The topic ‘Not working correctly with Gmail SMTP plugins’ is closed to new replies.