Hi Stefano,
I’ve installed the Formidable Forms plugin on a fresh WordPress installation and did not encounter the load text domain issue while enabling WordPress Debug. Could you please disable the Formidable Forms add-ons one by one to identify which add-on or plugin is causing the error? Then, you can contact the specific plugin’s support to resolve it.
FYI, this is not an error; you can disable WP Debug to hide this message. To disable debug mode, edit the wp-config.php file and change “true” to “false”.
define( 'WP_DEBUG', true );
To
define( 'WP_DEBUG', false );
For more information, please check the article here: https://blogvault.net/debugging-in-wordpress/
Hi @satollo
Thank you for reaching out to our support team today. My name is Nathanael, and I am happy to help.
This warning is a known issue related to the timing of translation loading within the Formidable Forms plugin or its add-ons. Importantly, this warning does not impact the functionality of your site or the plugin itself and can be safely ignored for now while our development team works on a permanent fix.
To mitigate this issue in the short term until the fix is released, add this line to your wp-config.php file to prevent debug warnings from displaying on your site:
define(‘WP_DEBUG_DISPLAY’, false);
If these steps do not resolve your access issue or if you need further assistance, feel free to reply to this email. We’re here to help!
Please let me know if there are any further questions I may answer for you.
Best,
Hi, thank you for your answer. It’s not a problem, and doing more test, the warning is triggered when another plugin registers the deactivation hook, but I was not able to find the reason. We can live without an answer, anyway! 🙂