• Resolved Wieselweb

    (@wieselweb)


    Hi all,

    the plugin does not work anymore for my wordpress installation.

    After installing and activaiting the following error appears:

    Das Plugin kann nicht aktiviert werden, da es einen fatalen Fehler erzeugt.
    mysqli_sql_exception thrown

    5 or 6 weeks ago there was no problem.

    Greetings

    Wiesel

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    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

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Fatal Error’ is closed to new replies.