ctml just had the message "something went wrong, reload the page", didnt surch along ^^
so, maybe had those error too.. I think you had this error in the console?

  • ctml replied to this.
    5 days later

    Amarok yes, I pulled the exact error from the storage logs though but had the same front end error as you. are you able to access the storage logs?

    17 days later
    11 days later
    12 days later
    17 days later

    Does anyone know what conditions can lead to this bug?
    FriendsOfFlarum/webhooks37

    I am trying to figure out if there is a way I can workaround the issue by avoiding doing whatever causes it.

    5 days later

    1.0.1

    • Fix not all tags being available in dropdown
    • Improve error handling & reporting of both request & event issues
      • Events should now be reported to e.g. Sentry
      • Errors in the Flarum log file will now have a tiny bit more information

    I've not been able to reproduce the Closure bug (FriendsOfFlarum/webhooks37) locally yet. 🤔

      DursunCan did you ever create this column manually (like I did a long time ago), or did you run the migrate after extension updated?

      datitisev
      ctml

      You could rename the column temporarily, tag_id_temp, run the migrate, enable extension, if all good then remove the newly created tag_id column and then rename the old one back to tag_id.

        How we can solve this problem?

        ctml
        Next Doctrine\DBAL\Driver\PDO\Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'czayonli_banasor.fl_webhooks' doesn't exist in /home/czayonli/banasor.web.tr/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18

          czayorijinal Are you able to access the DB? If so, check if there are any rows in the migrations table (fl_migrations in your case) where extension column equals fof-webhooks... if not, then try disabling & enabling the extension 🤔 might have to do so by editing enabled_extensions row in settings table if you can't access the admin page without error...

            czayorijinal no shell access with that provider? I don't know if it would be allowed by the provider, but maybe a bash script under a cronjob to execute this periodically, or even a one time php script to execute it when you hit it from browser (remove php script after).

              ctml The command runs when enabling & disabling extensions, so it's not completely necessary to have access for that, but it would help in debugging the issue. Access to the DB is more necessary to resolve it.