Database schema sync called on frontend
1 posts by 1 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: Yesterday at 10:30pm (RSS)
Hi,
I getting a lot of messages in the error log:
#134387 - Notice: Database schema sync called on frontend. This performance-heavy operation should only occur during plugin installation/upgrades. Update plugins if happening frequently.
/docker_data/services-staging/www/cmsAdmin/plugins/websiteMembershipCUSTOM/websiteMembership_CUSTOM.php on line 360
> in line 360 is the createMissingSchemaTablesAndFields();
using the v3.78 (Build 2904) with a customized Website Membership that we created for a project.
is there anything that i can do in order to stop this generating?