I know I’ll be asked for my log. Which I can provide at some point. On the go on my phone right now. I cannot install this. Oops error occurs. Same with the new IP ban extension. The new Draft extension does install. So, it is only Username Request and IP ban.

    Ralkage My eyes hurt, so much bold.

    010101 That'd odd. Some people are having issues with fof/ban-ips because of old MySQL/MariaDB installations. That's the only issue with it afaik. Please do provide your log when you can 🙂.

      • [deleted]

      • Edited

      Frink thank you, i just removed to extension, composer works as before.

      Ralkage Yeah, I understand that much, but I wasn't able to answer why it was requiring it for just that one extension. IMO it should have required it when installing Flarum, right?

        • [deleted]

        Frink Yeah, I understand that much, but I wasn't able to answer why it was requiring it for just that one extension.

        👍

        5 days later

        @Kyrne Would it be possible to create an extension for account verification? Instead of asking for "New Name and Password" only a "Request Account Verification" button would appear where the same notification would go to an administrator.

        I think a simple modification to this extension is possible, but I don't know where to start.
        Can you give me any help?

        4 days later

        When I try to activate "poll" and "name request" extensions from the Extensions page,

        I get a "method_not_allowed" error. What is the solution to the problem?
        I am using beta 9 version.

        [2019-08-22 11:48:03] production.ERROR: PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'json not null' at line 1 (SQL: alter table `users` add `username_history` json not null) in C:\xampp\htdocs\vendor\illuminate\database\Connection.php:664

          clarkwinkelmann not everything is solved, it is installed but cannot be activated, it shows an error from the bottom left

            a month later

            0.2.0 🎉

            • Fixes #1.
              • Added support for MariaDB versions prior to v10.2.7 that do not have the JSON column data type support that was added in v10.2.7 and later.
              • I tested this on MariaDB v10.1.41, the latest MariaDB v10.4.8), and MySQL v8.0.15.
            • Corrected a single grammatical error in the English language translation file and ended up changing the wording around as well 🤷

            Given that this has some migration and translation changes, please be sure to run the following commands in the root directory of your Flarum installation to update this extension properly:

            composer update fof/username-request
            php flarum migrate
            php flarum cache:clear 

            @Artuu @Allineer @SKevo @Sanguine @ram0ng1 and whoever else I missed, this should fix your SQL syntax issues upon activating this extension again 😄

              • [deleted]

              Ralkage

              php cache:clear

              Should be

              php flarm cache:clear