almavepa
Forum Replies Created
-
Yes, just now I did 6 form submissions (all in 5 minutes) and only 4 went through, no errors were logged. The error log is working because I had an notice before, which I then corrected.
I’m using actions after submit. That’s how I detected the problem. Also the missed entries are all in Elementor Submissions and all emails are being sent.
I’d like to confirm that this is really the issue before updating to PRO, this is very strange.
Yes, I checked the debug.log and also the interface tab log. Nothing on either of them.
The code in my wp-config.php was copied from the provided tutorial:
// Enable WP_DEBUG mode
define( ‘WP_DEBUG’, true );
// Enable Debug logging to the /wp-content/debug.log file
define( ‘WP_DEBUG_LOG’, true );
// Disable display of errors and warnings
define( ‘WP_DEBUG_DISPLAY’, false );
@ini_set( ‘display_errors’, 0 );
// Use dev versions of core JS and CSS files
define( ‘SCRIPT_DEBUG’, true );Hello,
Thank you for your reply. I already had enabled debugging, but the logs don’t pick up any quota issues.
I had an notice of another problem, which I then solved : duplicate header labels, changed the labels, did not work, changed ‘headers[‘ . $value . ‘]’ to ‘headers[‘ . $key . ‘]’ on GSC_Elementor_Actions_Free::register_settings_section() and it worked.
Then, no errors were registered after that. And I still have many missed entries. Is there any other way to confirm that that is the issue? Or going PRO will fix any missed entries, no matter the cause?