The contact form isn’t working on this plugin, specifically with my host. Every time I submit, the error log reports the following:
[03-Oct-2019 20:18:53 UTC] PHP Warning: Zend OPcache API is restricted by “restrict_api” configuration directive in http://www.swarmdigital.io/web/content/wp-admin/includes/file.php on line 492
My host said to me:
Ah okay, so from what I’m seeing that warning is occurring due to opcache being disabled on Cloudsites for security reasons. Seems like for some reason the contact form is attempting to use an opcache command when being submitted, but these are not allowed on our platform so that warning is displaying
Can anyone shed light on this? How can I get this to work? I also installed WP Mail SMTP and hooked it up to sendgrid for all outgoing mail.