neogeo Yeah.. that's not the latest version. composer update must not have updated fof/pages for whatever reason... try running composer require fof/pages ^0.2.1

    datitisev Thanks now updated to 0.2.1 correctly.

    But when I entered: php flarum migrate ... I get this messages:

    mysql -V
    mysql  Ver 15.1 Distrib 10.1.37-MariaDB, for Linux (x86_64) using readline 5.1
    
    colation: utf8mb4_unicode_ci

      neogeo Hmm, Artuu also got the same error. I'll try and look into it, but I'm no expert with SQL... 🤔

      You can use it without migrating, the migration just makes the slug unique so there are no pages with the same slug (there's server validation, but in case one modifies the table manually)

        datitisev You can use it without migrating, the migration just makes the slug unique so there are no pages with the same slug

        With this errors I will have any problem if I need to migrate flarum or other of their extensions?

        For other hand... I updated but I still can't access to the pages without the number on slug

        I have https://www.domain.com/public/p/3-faq
        but
        I want https://www.domain.com/public/p/faq

        When I tryed to access without "3-" now there is not a 404 error page like before but now there is a loading gif and this message: "The requested resource was not found".

          neogeo 🤔... if anything, the 404 error page should have appeared in 0.2.0 and not in earlier versions... Not sure about issues when migrating other extensions.

          I got an error when activating this extension.

            pxnji Could you elaborate? What error? Is debug mode on or off? If it's on, can you look at the console and see what the response of the request is?

              pxnji Yep! Now, try enabling the extension again. But first, switch to the "Network" tab in the developer tools. When you enable it and get the error, click on the request in the developer tools and then "Response".

                Im getting this
                [Error] TypeError: this.page.contentHtml is not a function. (In 'this.page.contentHtml()', 'this.page.contentHtml' is undefined)

                  VelcisRibeiro fixed clicking on Home Button, and another issue, im using translated package and strings are not in pt-br, how can i add it to the lang?
                  and how to set only for unregistered member?

                    datitisev thankss, will try.. and how about homepage only for guests? or register a user as guest, than admin changes to member

                    pxnji That's not necessary, I think I know the cause. It has also been reported earlier in this discussion. I've released patch version removing the error-causing file, as it's not necessary.

                      0.2.2

                      • Fix weird errors when enabling fof/pages 0.2.0 because of the new migration
                        • Removed migration

                      Updating

                      composer update fof/pages