• Resources
  • Free Flarum hosting on an expert platform by FreeFlarum.com

SKevo The issue is still happening and I did discover error messages in the JavaScript console

    HKUser what are the error messages? Can I register an account on your forum and try it?

    After testing, I can confirm that it happens on my forum too, so I assume that it is a bug in the Tags extension.

      Oops
      Which means I need to wait for the developer of the extension to fix it
      Thanks so much for your help
      I really appreciate your hard work

        HKUser it's alright, you're welcome. We do not maintain any of the extensions, you have to report it to the developer of the extension, so that they can fix it.

        SKevo HKUser which error has exactly been confirmed? Tags is stable, it should not be throwing any errors; please provide a way for us to reproduce.

          luceos I am not sure whether it is actually a Tags bug, but when you open settings of a tag and click the "Hide from All Discussion" checkbox, save your changes and re-open the modal, the checkbox is not ticked. No errors in the console or in the flarum logs directory. I mean this one:

            I can't reproduce on beta.15 too. Perhaps it was fixed there. Since it's not so long before that beta comes, I think that we can simply wait for beta.15 and hope that it will be fixed there.

            Up2Vex did you enable one of the Approval extensions? If so and you're the owner, disable them, there is also an incompatibility/bug when you use them with Byōbu. If you're not the owner of the forum, contact him.

              SKevo did you enable one of the Approval extensions? If so and you're the owner, disable them, there is also an incompatibility/bug when you use them with Byōbu. If you're not the owner of the forum, contact him.

              yeah it was the approval extension, which was weird as I dont remember ever enabling it lol

                Hey!
                Is there any way to add custom plugins/extentions to it?

                  Hello everyone,
                  does anyone else have troubles uploading the profile pic? Whatever I pick I have this error: The avatar must be a file of type: jpeg, png, bmp, gif.
                  Pic is definitely jpeg, the extension is correct. If it's not common I shall start removing plugins and testing.

                  In my network I have this output:

                  {errors: [{status: "422", code: "validation_error",…}]}
                  errors: [{status: "422", code: "validation_error",…}]

                  And this is what I get in my console as error

                  render.js:85 [Intervention] An <img> element was lazyloaded with loading=lazy, but had no dimensions specified. Specifying dimensions improves performance. See https://crbug.com/954323
                  request.js:171 POST https://forum.asnuaps.it/api/users/13/avatar 422
                  (anonymous) @ jquery.js:530
                  (anonymous) @ jquery.js:530
                  (anonymous) @ jquery.js:530
                  e.request @ forum-99e83bd1.js:1
                  n.upload @ color-thief.min.js:18
                  (anonymous) @ cropper.js:12
                  g @ cropper.js:12
                  (anonymous) @ cropper.js:12
                  forEach.t.<computed> @ cropper.js:12
                  s @ cropper.js:12
                  o @ cropper.js:12
                  Promise.then (async)
                  s @ cropper.js:12
                  o @ cropper.js:12
                  (anonymous) @ cropper.js:12
                  (anonymous) @ cropper.js:12
                  (anonymous) @ cropper.js:12
                  _.handleEvent @ jquery.js:530

                    I can confirm that it happens on my forum too. For the time being, you could convert the image to png (by using some online tool for example) and upload that.

                      Sorry, I did not know it is a known issue, thanks both!