MikeJones

Try composer clearcache and then remove and re-require it again to make sure you're 100% on 0.2.0.

If there's still issues, then I have no clue why as it works fine for me.

    davwheat got an odd error while attempting to remove this time:

    ubuntu:/var/www/seekadventure.net$ sudo composer remove davwheat/custom-sidenav-links
    Do not run Composer as root/super user! See https://getcomposer.org/root for details
    Continue as root/super user [yes]? yes
    ./composer.json has been updated
    Running composer update davwheat/custom-sidenav-links
    Loading composer repositories with package information
    
                                                                                                  
      [Composer\Downloader\TransportException]                                                    
      The "https://extiverse.com/satis/packages.json" file could not be downloaded (HTTP/2 400 )  
                                                                                                  
    
    remove [--dev] [--dry-run] [--no-progress] [--no-update] [--no-install] [--no-scripts] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-dependencies] [--with-all-dependencies] [--no-update-with-dependencies] [--unused] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] <packages> (<packages>)...
    
    ubuntu:/var/www/seekadventure.net$ 

      MikeJones

      That looks unrelated to this. I haven't used Extiverse personally so I don't know about the set-up details.

        @davwheat well @luceos helped me with my error and I was able to remove your extension.... but after adding it again I was un-able fix the language error....

          • [deleted]

          MikeJones very odd. I've installed the update and it seems to work fine for me without the language issue you're experiencing. Anything of use in the logs ?

            MikeJones

            Have you tried disabling and re-enabling the English language pack again? I know you did it earlier, too.

            11 days later

            Meng

            run this php flarum cache:clear or clear your cache from your admin dashboard.

              @Meng Let us know if the below worked when you get a chance. I am interested because no matter what i tried I keep havign the same issue you had.

              Mark73 run this php flarum cache:clear or clear your cache from your admin dashboard.

                MikeJones The same here, it is not very problematic because I know where the positions of each thing are, but the error doesn't go away.

                  I can confirm that it's an issue with the ordering of the keys in the en.yml file; new_link_modal is show nested under link_table but the key prefix in AddLinkModal calls for keys under davwheat.custom_sidenav_links.admin.settings_page.new_link_modal. and can't find any of the keys nested under it because it's actually under davwheat.custom_sidenav_links.admin.settings_page.link_table.new_link_modal.

                    Ralkage

                    Good spot! Aaand the keys themselves then referenced settings_page.table instead of settings_page.link_table.table 🙈

                    0.2.1

                    Supports Flarum 0.1.0-beta.15 and above

                    • Fixes incorrect translation keys

                    This should fix the lack of intelligible text in the Add link modal. (Thank you @Ralkage for noticing my idiocy!)

                    composer update davwheat/custom-sidenav-links