ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    NodeBB 1.7.1 Update Issues

    IT Discussion
    nodebb nodebb 1.7 nodebb 1.7.1
    5
    22
    5.4k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      scottalanmiller
      last edited by

      Errors going from NodeBB 1.7.0 to 1.7.1, opened a thread on NodeBB...

      https://community.nodebb.org/topic/11579/errors-on-update-to-1-7-1

      create mode 100644 src/prestart.js
       create mode 100644 src/upgrades/1.7.1/notification-settings.js
       create mode 100644 src/views/emails/notification.tpl
       create mode 100644 test/emailer.js
      /opt/kae-1.0/src/cli/index.js:39
      	.description('Welcome to NodeBB')
      	 ^
      
      TypeError: program.name(...).description is not a function
          at Object.<anonymous> (/opt/kae-1.0/src/cli/index.js:39:3)
          at Module._compile (module.js:570:32)
          at Object.Module._extensions..js (module.js:579:10)
          at Module.load (module.js:487:32)
          at tryModuleLoad (module.js:446:12)
          at Function.Module._load (module.js:438:3)
          at Module.require (module.js:497:17)
          at require (internal/module.js:20:19)
          at Object.<anonymous> (/opt/kae-1.0/nodebb:5:1)
          at Module._compile (module.js:570:32)
      /opt/kae-1.0/src/cli/index.js:39
      	.description('Welcome to NodeBB')
      	 ^
      
      TypeError: program.name(...).description is not a function
          at Object.<anonymous> (/opt/kae-1.0/src/cli/index.js:39:3)
          at Module._compile (module.js:570:32)
          at Object.Module._extensions..js (module.js:579:10)
          at Module.load (module.js:487:32)
          at tryModuleLoad (module.js:446:12)
          at Function.Module._load (module.js:438:3)
          at Module.require (module.js:497:17)
          at require (internal/module.js:20:19)
          at Object.<anonymous> (/opt/kae-1.0/nodebb:5:1)
          at Module._compile (module.js:570:32)
      npm WARN eslint-config-airbnb@13.0.0 requires a peer of eslint@^3.9.1 but none was installed.
      npm WARN eslint-config-airbnb-base@10.0.1 requires a peer of eslint@^3.9.1 but none was installed.
      npm WARN eslint-plugin-jsx-a11y@2.2.3 requires a peer of eslint@^2.10.2 || 3.x but none was installed.
      npm WARN eslint-plugin-react@6.9.0 requires a peer of eslint@^2.0.0 || ^3.0.0 but none was installed.
      /opt/kae-1.0/src/cli/index.js:39
      	.description('Welcome to NodeBB')
      	 ^
      
      TypeError: program.name(...).description is not a function
          at Object.<anonymous> (/opt/kae-1.0/src/cli/index.js:39:3)
          at Module._compile (module.js:570:32)
          at Object.Module._extensions..js (module.js:579:10)
          at Module.load (module.js:487:32)
          at tryModuleLoad (module.js:446:12)
          at Function.Module._load (module.js:438:3)
          at Module.require (module.js:497:17)
          at require (internal/module.js:20:19)
          at Object.<anonymous> (/opt/kae-1.0/nodebb:5:1)
          at Module._compile (module.js:570:32)
      /opt/kae-1.0/src/cli/index.js:39
      	.description('Welcome to NodeBB')
      	 ^
      
      TypeError: program.name(...).description is not a function
          at Object.<anonymous> (/opt/kae-1.0/src/cli/index.js:39:3)
          at Module._compile (module.js:570:32)
          at Object.Module._extensions..js (module.js:579:10)
          at Module.load (module.js:487:32)
          at tryModuleLoad (module.js:446:12)
          at Function.Module._load (module.js:438:3)
          at Module.require (module.js:497:17)
          at require (internal/module.js:20:19)
          at Object.<anonymous> (/opt/kae-1.0/nodebb:5:1)
          at Module._compile (module.js:570:32)
      
      1 Reply Last reply Reply Quote 0
      • S
        scottalanmiller
        last edited by

        So we aren't updating at the moment.

        1 Reply Last reply Reply Quote 0
        • S
          scottalanmiller
          last edited by

          We have a fix...

          rm -rf ./node_modules/eslint* ; npm i commander
          
          1 Reply Last reply Reply Quote 1
          • S
            stacksofplates
            last edited by stacksofplates

            Single quotes don’t work. At least from FF on iOS.

            1 Reply Last reply Reply Quote 0
            • J
              JaredBusch
              last edited by JaredBusch

              Regular single quote ? like ' this? '?'

              1 Reply Last reply Reply Quote 0
              • S
                scottalanmiller
                last edited by

                Mobile interface is very different.

                1 Reply Last reply Reply Quote 0
                • N
                  NerdyDad
                  last edited by

                  Words are coming out differently in messages as well.

                  won:undefined:’:undefined:t instead of won't. Spacing is also an issue.

                  1 Reply Last reply Reply Quote 0
                  • J
                    JaredBusch
                    last edited by JaredBusch

                    There is one report of the Emoji plugin causing this.

                    https://github.com/NodeBB/nodebb-plugin-emoji/issues/4

                    I cannot replicate on my NodeBB community yet though.

                    S J 2 Replies Last reply Reply Quote 0
                    • S
                      scottalanmiller @JaredBusch
                      last edited by

                      @jaredbusch said in NodeBB 1.7.1 Update Issues:

                      There is one report of the Emoji plugin causing this.

                      https://github.com/NodeBB/nodebb-plugin-emoji/issues/4

                      I cannot replicate on my NodeBB community yet though.

                      Just removed it as it wasn't working anyway. Let's see if that changes anything.

                      1 Reply Last reply Reply Quote 0
                      • S
                        scottalanmiller
                        last edited by

                        Yup, quotes seem to work now.

                        1 Reply Last reply Reply Quote 0
                        • J
                          JaredBusch @JaredBusch
                          last edited by

                          @jaredbusch said in NodeBB 1.7.1 Update Issues:

                          There is one report of the Emoji plugin causing this.

                          https://github.com/NodeBB/nodebb-plugin-emoji/issues/4

                          I cannot replicate on my NodeBB community yet though.

                          Ah, my forum was still on 1.6. Updating...

                          1 Reply Last reply Reply Quote 0
                          • ObsolesceO
                            Obsolesce
                            last edited by

                            I can't paste images from clipboard into here anymore.

                            1 Reply Last reply Reply Quote 0
                            • J
                              JaredBusch
                              last edited by

                              @tim_g said in NodeBB 1.7.1 Update Issues:

                              I can't paste images from clipboard into here anymore.

                              Works fine for me.

                              Also, @scottalanmiller emoji works on my 1.7.1 SO the problem is something you have done.
                              0_1512150454331_60f076b9-f9ab-4d1e-ad8b-c866debc5274-image.png

                              J 1 Reply Last reply Reply Quote 0
                              • J
                                JaredBusch @JaredBusch
                                last edited by

                                @jaredbusch said in NodeBB 1.7.1 Update Issues:

                                Also, @scottalanmiller emoji works on my 1.7.1 SO the problem is something you have done.

                                That said, the button is not populating the pop up window, but they work.
                                0_1512150596415_19bb8bd5-37b8-4795-abcf-7843bfab0e9d-image.png

                                1 Reply Last reply Reply Quote 0
                                • J
                                  JaredBusch
                                  last edited by

                                  @scottalanmiller my plugin list.

                                  jbusch@daermabb nodebb]$ sudo ./nodebb plugins
                                  1/12 11:51:38 [1220] - info: Active plugins: 
                                  	 - nodebb-plugin-composer-default
                                  	 - nodebb-theme-persona
                                  	 - nodebb-plugin-markdown
                                  	 - nodebb-plugin-mentions
                                  	 - nodebb-widget-essentials
                                  	 - nodebb-rewards-essentials
                                  	 - nodebb-plugin-soundpack-default
                                  	 - nodebb-plugin-dbsearch
                                  	 - nodebb-plugin-assign-newuser-to-group
                                  	 - nodebb-plugin-emailer-smtp-complete
                                  	 - nodebb-plugin-emoji-one
                                  	 - nodebb-plugin-gravatar
                                  	 - nodebb-plugin-imgbed
                                  	 - nodebb-plugin-emoji
                                  	 - nodebb-plugin-question-and-answer
                                  	 - nodebb-plugin-shortcuts
                                  	 - nodebb-plugin-imgur
                                  	 - nodebb-plugin-youtube-embed
                                  [jbusch@daermabb nodebb]$ 
                                  
                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    scottalanmiller
                                    last edited by

                                    I tried emoji + emoji-one and that didn't work. I tried them with and without emoji-extended.

                                    All used to work. Stopped one day without any updates from our side.

                                    J 1 Reply Last reply Reply Quote 0
                                    • J
                                      JaredBusch @scottalanmiller
                                      last edited by

                                      @scottalanmiller said in NodeBB 1.7.1 Update Issues:

                                      I tried emoji + emoji-one and that didn't work. I tried them with and without emoji-extended.

                                      All used to work. Stopped one day without any updates from our side.

                                      These were all just updated to v2. That is the point.

                                      nodebb-plugin-emoji-extended is dead as you know.
                                      nodebb-plugin-emoji is the correct plugin.
                                      nodebb-plugin-emoji-one is an emoji pack and requires nodebb-plugin-emoji

                                      S 1 Reply Last reply Reply Quote 0
                                      • S
                                        scottalanmiller @JaredBusch
                                        last edited by

                                        @jaredbusch said in NodeBB 1.7.1 Update Issues:

                                        @scottalanmiller said in NodeBB 1.7.1 Update Issues:

                                        I tried emoji + emoji-one and that didn't work. I tried them with and without emoji-extended.

                                        All used to work. Stopped one day without any updates from our side.

                                        These were all just updated to v2. That is the point.

                                        nodebb-plugin-emoji-extended is dead as you know.
                                        nodebb-plugin-emoji is the correct plugin.
                                        nodebb-plugin-emoji-one is an emoji pack and requires nodebb-plugin-emoji

                                        Right, and I tried them today. And it didn't work.

                                        J 1 Reply Last reply Reply Quote 0
                                        • J
                                          JaredBusch @scottalanmiller
                                          last edited by

                                          @scottalanmiller said in NodeBB 1.7.1 Update Issues:

                                          @jaredbusch said in NodeBB 1.7.1 Update Issues:

                                          @scottalanmiller said in NodeBB 1.7.1 Update Issues:

                                          I tried emoji + emoji-one and that didn't work. I tried them with and without emoji-extended.

                                          All used to work. Stopped one day without any updates from our side.

                                          These were all just updated to v2. That is the point.

                                          nodebb-plugin-emoji-extended is dead as you know.
                                          nodebb-plugin-emoji is the correct plugin.
                                          nodebb-plugin-emoji-one is an emoji pack and requires nodebb-plugin-emoji

                                          Right, and I tried them today. And it didn't work.

                                          Right, but it works elsewhere he issue is your install.

                                          1 Reply Last reply Reply Quote 0
                                          • J
                                            JaredBusch
                                            last edited by

                                            No issues on my forum with quotes either.

                                            And the emoji show up on iOS. So not seeing them may just be a browser issue.

                                            1_1512153076578_ED97F30F-23F7-4BE7-A6C7-BACACACBFB37.png 0_1512153076577_D1DD3072-19DB-4664-BDD7-02028DAA78F6.png

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post