Hello,
Thanks for contacting us. Can you please tell us which version of WordLift plugin you’re using?
BR
David
Hello,
Can you please update to the latest 3.38.5 version and see this fixes the issue?
BR
David
Hi,
I’ve updated to 3.38.5 but the issue isn’t fixed.
Best regards,
D.
Hello,
While we check the issue, as a quick workaround please turn off debug in wp-config.php:
// Disable WP_DEBUG mode
define( 'WP_DEBUG', false );
// Disable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', false );
// 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 (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', true );
Specifically these 2 lines will turn off WP printing error messages:
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
For reference see https://ww.wp.xz.cn/support/article/debugging-in-wordpress/
You must insert this BEFORE /* That's all, stop editing! Happy blogging. */.
Cheers,
David
@davidsky, we haven’t been able to reproduce it so far.
Can you please tell us the website where you’re experiencing the issue?
BR