@andreasbln I understand that you are having trouble with the plugin, but there are 100+ active installations, so this is not an issue that affects all installations. Choosing to forgo the traditional process of raising an issue and deciding to leave a poor review, will not resolve your issue and it does not help the WordPress community.
As the Agora support team mentioned, the plugin uses the WordPress method update_option
to save the AppID within the settings page. For some reason this function is failing to successfully write the key to the database within your installation. This can be caused by a number of reasons, the most common is a plugin conflict, but it is not the only possible cause for this issue.
If a plugin conflict is not the issue for your WP installation, it would be helpful to get a better understanding of how you are implementing the plugin so that I can add this as one of the test cases during the QA process. If you wish to help us and the WordPress community, then please email the team [email protected] so we can work together to resolve the issue.
The Agora team takes feedback very seriously, and we want to provide the best experience for developer and the end user. I have raised this issue with the team, and we have a work around to use the wpdb
methods directly as this method does not fail even in the event of a plugin conflict. Though this is not the best practice for updating a minor setting, it does not fail to write the data to the database. We plan to release this change as part of the next release of the plugin.
Thank you for your feedback.