WhistlerDev
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Conditional Autoresponder based on drop downNever mind on this topic. I’ll mark as resolved, my resolution was purchasing a license to Gravity Forms. This feature and many more are packaged up already.
Forum: Plugins
In reply to: [Contact Form 7] Conditional Autoresponder based on drop downAnd just like I thought it would, the comment was flagged since it wasn’t an answer.
Forum: Plugins
In reply to: [Contact Form 7] Conditional Autoresponder based on drop downI just did. The reason I didn’t earlier is because it’s asking for an Answer, which hopefully doesn’t get flagged since it’s not actually an answer. I don’t have enough Comment points to comment on the OP’s post.
Do you have any suggestions for this problem?
I do agree that this is a WF issue with the new update. I also tried these things (from WF Support).
* Turn off the scan for scanning images and binaries as executable. This is really needed when you are looking for an active compromise but can be disabled until then. We’re making some improvements in this scan but currently it can be resource intensive
* Change the maximum execution time, near the bottom of the options page to a lower number, like 20.
* Try scanning in low resource mode. This scan takes longer to run but it greatly reduces load in the server and helps in situations where hosting providers limit memory and CPU.
Not sure about the IP issue.
But you can increase your PHP Memory limit by adding this line to your wp-config.php file right under the WP_DEBUG line:
define('WP_MEMORY_LIMIT', '512M');
That will at least let your scan complete on the site.