wmchen

    • 8 Feb
    • Joined Feb 10, 2018
    • 0 best answers
    • 0 points
    • askvortsov
      I have tried to install it but failed with message below:

      The "franzl/studio" plugin (installed globally) was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option.
      Using version ^0.13.1 for fof/upload
      ./composer.json has been updated
      The "franzl/studio" plugin (installed globally) was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option.
      Running composer update fof/upload
      Loading composer repositories with package information
      Updating dependencies
      Your requirements could not be resolved to an installable set of packages.
      
        Problem 1
          - Root composer.json requires fof/upload ^0.13.1 -> satisfiable by fof/upload[0.13.1].
          - fof/upload 0.13.1 requires flarum/core >=0.1.0-beta.15 <0.1.0-beta.16 -> found flarum/core[v0.1.0-beta.15] but the package is fixed to v0.1.0-beta.16 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
      
      Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
      Installation failed, reverting ./composer.json and ./composer.lock to their original content.

      Does fof/upload support beta 16?

    • Is it possible to support the format like this, e.g., [upl-image-preview url=//i.imgur.com/Q3rRLQk.jpg]?

      I have migrated Flarum to version 0.1.0-beta.16, but a lot of images with [upl-image-preview ***] format weren't supposed.

      Any suggestions are appreciated.

      • Hi luceos and @SnakePromise,

        Thanks for sharing your experiences before. Unfortunately, it's extremely hard to migrate to the latest version. I've tried many ways but all failed. I will choose to keep the current version and try to migrate all posts to latest version.

        Still thanks for your help.

        • Dear all,

          I have used the Flarum version 0.1.0-beta.7 for a long time.
          Is it possible to migrate to the current version from Flarum version 0.1.0-beta.7 without losing any data?

          Thanks!

          • Hi all,

            I couldn't sign up an account and flarum got me a error of "The email field is required".

            I tried to register an account via facebook login. After facebook login, it redirected me to the sign up page and asked me to put the username and email. I tried everything but still showed an error as above.

            How could I do?

            Thanks!

          • NorioDS thanks for your help. It works as well.

            Basically, it's kinda weird to me. I was able to install the other extensions, but only your extension was failed to install. Anyway, I followed your suggestion and re-chown Ed the owner again. Now it works pretty cool.

            Thanks!

          • Sorry for the previous post with a weird format. I tried to re-edit/delete but it wasn't allow me to edit or delete.

          • NorioDS

            Anything I was missed?

            I installed the extension by "composer require noriods/auto-more",
            but I got a error as below:

            Using version ^0.2.0 for noriods/auto-more
            ./composer.json has been updated
            Loading composer repositories with package information
            Updating dependencies (including require-dev)
            
            Installation failed, reverting ./composer.json to its original content.
            
                                                                                                                           
              [RuntimeException]                                                                                           
              /home/ubuntu/forum/vendor/noriods/auto-more does not exist and could not be created.  
            • clarkwinkelmann Thank you very much. It works as well. I knew it will be lost when running Composer next time. To make a package for me is difficult as far, so instead I just take a simple practice for flarum. Hope someday, I can contribute my own plugging extension for flarum community.

              thanks!

            • clarkwinkelmann I tried to modify the extension.js in flarum/flarum-ext-tags, but it didn't work. I don't know which part I should modify. Could you give me suggestions?

              Thanks!

              • Anyone knows how to modify code to make secondary tags expanded by default?

                • If it can be for each discussion, that will be great.

                • Hi,

                  I installed an extension of summaries. It looks perfect. I would like to know is there an extension to display the summary text along with an image?

                  thanks,

                  WM

                  • luceos Thanks for your nice information. I will close this session. If I meet any issue in the near future, I will open another discussion.

                    Thanks!

                  • luceos You are right. After I checked the server environment setting, I did have a DNS resolving problem. Thank you very much! Now it totally works as well.

                    Have you some information for me to integrate with flarum with existing website?

                    • luceos The wired thing I found is that it worked via IP address but does NOT work via domain name.
                      How can I have to do?

                      • luceos No idea what's happened to me, After I re-inserted a master-key into the api-key table, it works so far so good in localhost.

                        But there still has a error as above when retrieving data via external ip.

                        Should I have to open some ports? The ports I opened are 80, 443, 8080, 22, 3306, that's all.

                      • wmchen I just gave it a try. If I changed the IP address to localhost. It's allowed me to GET data from disscussions but have a permission denied when GET http://localhost/forum/api/users.

                        If IP address is external IP, it showed errors as I posted in the beginning.