Closed generalsynod closed 2 years ago
Ya that's a warning coming from the Ultimate Elementor plugin. That should go away if you turn WP_DEBUG
to False
in your wp-config.php
file and turn off PHP warnings.
E.g.,
define( 'WP_DEBUG', false );
ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', false);
Otherwise, I can help look into why Ultimate Elementor is having that warning (maybe I can recommend a fix to its developers, or change something in PMB that will prevent Ultimate Elementor from having that warning)
The next release has a fix for this
closing due to inactivity, feel free to reopen
Please describe what you were doing, what you expected to happen, and what the problem was. Hi
Not an error with your plugin per se, but errors are showing up at the top of the PDF creation screen, and are carried over to the PDF itself.