Chris Maltby
Forum Replies Created
-
I’m not sure if this is the same problem, but downloads of form submissions with associated Stripe payments no longer include the payment data fields. As payments are sometimes incomplete or rejected, it’s important to see the payment fields in the bulk submission downloads. (Using 3.6.3)
I performed the following SQL delete of the postman message logs:
DELETE wp_posts, wp_postmeta FROM wp_posts INNER JOIN wp_postmeta ON wp_posts.ID = wp_postmeta.post_id WHERE wp_posts.post_type = ‘postman_sent_mail’;
It deleted 4817 rows and now it seems to be working again. Looks like the log cleanup task is not running or working.
The php error log reports:
PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 2982344 bytes) in …/wp-includes/wp-db.php on line 2022You can use a hidden date field initialised with today’s date, and use conditional expressions to expose a “submissions closed” message and hide the submit button.
What’s more annoying is a bug in the conditional expressions that prevents comparing a date field with both an opening date and a closing date.