Hi, I used one of the hook after a form is being submitted to send data to an api (CRM). All used to work well, but things stopped. When looking at the error log, here is the message: [06-Aug-2020 15:51:49 UTC] Erreur de la base de données WordPress Table ‘./samuraiw_wp802/wpnn_quform_sessions’ is marked as crashed and should be repaired pour la requête SELECT * FROM wpnn_quform_sessions WHERE id = ’63YH52KNCpZvOxsJMgEOMwyeqysDLpuPl5I8Kqv7′ faite par require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, Quform_Session->start, Quform_Session->read
I manage to fix it, using the SQL command repair.
is there anything else I would need to care about to avoid this issue to reproduce? (like increase some Max time, etc…) Thanks David