Hi @wieselweb
To not affect a live site, are you able to create a staging site and run a full conflict there? It seems there could be some issue with other plugins or theme after some updates of those.
1. On this staging site, please deactivate all plugins except Broken Link Checker and check if the problem is gone. If so, then enable all plugins one by one and find which one is having a conflict. If there is no positive result, switch to the default WordPress theme like 2019 and see if it works.
2. If the above step will give no positive results add this code to your wp-config.php file:
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, false);
also delete (if exist)
define(‘WP_DEBUG’, false);
The line should be placed above the “/* That’s all, stop editing! Happy blogging. */”
And refresh site with Forminator enabled.
This will generate in the /wp-content/ folder a debug.log file. Thanks to this file we will understand what is causing the error.
Please upload the debug.log into google drive or dropbox and share a link in your next reply, so that we could take a closer look at this issue.
Kind Regards,
Kris
Hi @wieselweb,
Since we haven’t heard from you for a while. I’ll mark this thread as resolved for now. Please feel free to re-open the thread if you need further assistance.
Best Regards
Nithin