buzzboldjeremy
Forum Replies Created
-
Thank you, you can close this
Is there a way to turn off the 7 day default expiration?
Hi @kristineds I reviewed the troubleshooting steps and don’t think any of these are affecting us. When I set the type to v3 and the threshold to 0 and I’m able to submit an entry, but my score comes in as 0.1 for a valid submission. That’s an issue because we don’t want to block real submissions, but we also need to prevent spam submissions.
When I change the type to Invisible, I don’t see a score come through on the entry. Does only v3 return a score? My concern is if we use Invisible it is not actually blocking spam entries as I have tried replicating a bad submission but they always seem to make it through and I don’t see a score with the Invisible type.Do you have any suggestions?
Thanks
Hi @rizaardiyanto,
We also were experiencing this, which was causing a critical site error. Here is what we found:
Line 106 of /post-expirator/src/Modules/Expirator/ExpirationScheduler.php is $this->datetime->getWpDate(‘r’, $timestamp), but this is passing a string to the function that only accepts a number. We commented out the problem line, and this resolved our issue. However, we are concerned we may have re-comment out this line each time the plugin updates.