Hello,
The issue you’re experiencing is likely related to database permissions. Specifically, the database user assigned to your WordPress installation might not have the CREATE VIEW permission, which is required to properly set up certain tables or views for the plugin.
To resolve this:
- Check Database Permissions: Ensure that the database user has the necessary permissions, particularly the CREATE VIEW privilege. You can do this via your hosting provider’s control panel or by contacting their support team for assistance.
- Contact Hosting Provider: If you’re unsure how to adjust these permissions or confirm the database user’s privileges, reach out to your hosting provider. Let them know that the issue involves missing database tables and that the plugin might require the CREATE VIEW permission to function correctly.
Once the permissions are properly set, try reinstalling the plugin, and it should resolve the issue. Let me know if you need further assistance!