Community
    • Login

    Notepad++ community on nodebb.org

    Scheduled Pinned Locked Moved Announcements
    31 Posts 11 Posters 5.9k Views
    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.
    • donhoD
      donho
      last edited by

      @PeterJones

      Done. It should work right now.
      Thank you.

      1 Reply Last reply Reply Quote 3
      • PeterJonesP
        PeterJones
        last edited by

        @donho,

        It should work right now.

        Hmm, I just tried to go to https://notepad-plus-plus.org/community/topic/16876/stuck-in-administrator-mode-how-to-get-out/ or to just the main https://notepad-plus-plus.org/community/ and they give me error pages rather than re-directing.

        Maybe redirects work differently on the notepad-plus-plug.org server than they do on mine.

        1 Reply Last reply Reply Quote 0
        • donhoD
          donho
          last edited by

          @PeterJones said in Notepad++ community on nodebb.org:

          Hmm, I just tried to go to https://notepad-plus-plus.org/community/topic/16876/stuck-in-administrator-mode-how-to-get-out/ or to just the main https://notepad-plus-plus.org/community/ and they give me error pages rather than re-directing.

          It should work now. It’s more complicated than the code you provided:

          RewriteEngine On
          RewriteBase /
          RewriteCond %{HTTP_HOST} ^notepad-plus-plus.org [NC]
          RewriteRule ^(.*)$ http://www.notepad-plus-plus.org$1 [L,R=301]
          RedirectMatch 301 ^/community/(.*)$ http://community.notepad-plus-plus.org/$1
          
          1 Reply Last reply Reply Quote 3
          • Alan KilbornA
            Alan Kilborn
            last edited by

            https://notepad-plus-plus.org/community/topic/16876/stuck-in-administrator-mode-how-to-get-out/

            successfully redirects (for me!) to:

            https://community.notepad-plus-plus.org/topic/16876/stuck-in-administrator-mode-how-to-get-out

            now! Nice!

            1 Reply Last reply Reply Quote 1
            • PeterJonesP
              PeterJones
              last edited by

              @donho said in Notepad++ community on nodebb.org:

              It’s more complicated than the code you provided:

              Sorry, I probably had some of the Rewrite* stuff already defined elsewhere in my .htaccess, and didn’t realize it was required for making it work.

              Thanks for the extra effort, and getting the redirect working!

              1 Reply Last reply Reply Quote 2
              • donhoD
                donho
                last edited by

                FYI: I removed the redirection for the reason that it causes the problem of download link.
                I’ll test it and fix it and apply it ASAP.

                1 Reply Last reply Reply Quote 2
                • Alan KilbornA
                  Alan Kilborn @Steven Haymes
                  last edited by

                  @Steven-Haymes

                  He appears to have made a return appearance:

                  d891c3ce-1ae7-4ef5-8865-a2b0ecdab9dd-image.png

                  1 Reply Last reply Reply Quote 1
                  • donhoD
                    donho
                    last edited by donho

                    I restored the redirection, please let me know if all work as expected.

                    RewriteEngine On
                    RewriteBase /
                    Redirect 301 /community https://community.notepad-plus-plus.org
                    RedirectMatch 301 ^/community/(.*)$ https://community.notepad-plus-plus.org/$1
                    
                    
                    1 Reply Last reply Reply Quote 2
                    • PeterJonesP
                      PeterJones
                      last edited by

                      @donho

                      if all work as expected.

                      So far, so good. Following an old link into the old forum URL will redirect to the new; and I was able to follow the download links on the main site. So, at least for me, it’s working.

                      1 Reply Last reply Reply Quote 2
                      • cmeriauxC
                        cmeriaux
                        last edited by

                        It seems that the forum is very slow now, especially when fetching unread posts. Is it a bad feeling or a reality ?
                        Is it a configuration issue ? Is it a memory leak issue ?

                        Cheers

                        dinkumoilD 1 Reply Last reply Reply Quote 5
                        • dinkumoilD
                          dinkumoil @cmeriaux
                          last edited by

                          @cmeriaux

                          No, it’s not a bad feeling, I’m facing the same problem. For example, upvoting your post took 5 seconds until the upvote count has been incremented to 1.

                          See also this thread.

                          donhoD 1 Reply Last reply Reply Quote 3
                          • donhoD
                            donho @dinkumoil
                            last edited by

                            @dinkumoil @cmeriaux
                            It depends. Sometimes it’s faster. But indeed, it’s very slow sometimes !
                            I hope it’s temporary. Please let me know if such situation lasts.
                            I will ask nodebb.org team for improving it.

                            dinkumoilD 1 Reply Last reply Reply Quote 5
                            • PeterJonesP
                              PeterJones
                              last edited by PeterJones

                              @donho said in Notepad++ community on nodebb.org:

                              if such situation lasts.

                              24+ hours later, It’s still occurring. Sometimes, as @dinkumoil said in the other thread, the page auto-reloads while it’s having the issue. And, even worse for me, sometimes when it reloads, it switches to a different page, rather than the last one I was on! (In fact, while writing this post, behind the editing window, it switched from the topic I was responding to back to the unread posts page that I had come from.

                              edit fortunately, when I hit submit, it posted to the right topic. I wasn’t sure if it would or not.

                              1 Reply Last reply Reply Quote 2
                              • PeterJonesP
                                PeterJones
                                last edited by

                                I’m not ready to say it’s solved, but this morning, I haven’t noticed a large lag or any of the connection-dropped messages. This is making me hopeful. :-)

                                1 Reply Last reply Reply Quote 1
                                • dinkumoilD
                                  dinkumoil @donho
                                  last edited by

                                  @donho

                                  Still facing performance issues. A few minutes ago I even had to re-login after a “Connection lost” message appeared.

                                  1 Reply Last reply Reply Quote 1
                                  • donhoD
                                    donho
                                    last edited by

                                    OK, I will ask nodebb.org team for checking it.

                                    1 Reply Last reply Reply Quote 1
                                    • dinkumoilD
                                      dinkumoil @donho
                                      last edited by

                                      @donho

                                      Since this morning I can see that my online status (the dot in my avatar icon displayed besides my comments) is green even when I’m logged out. That means the system considers me to be logged in though the toolbar in the upper right corner shows “Log in” instead of my avatar icon and I can not comment.

                                      When loggin in or out I get constantly the “connection lost” messages, sometimes the site reloads automatically.

                                      This new forum software seems to be very buggy. :-(

                                      1 Reply Last reply Reply Quote 0
                                      • donhoD
                                        donho
                                        last edited by

                                        Just get the reply from nodebb.og team:

                                        Last week, we added some nginx rate limiting to resolve the issues with performance it seems those rules were too strict and was causing real users to experience slow downs. 
                                        
                                        I have changed those settings, let me know if you still notice lag when switching pages. 
                                        

                                        It seems the problem has been solved!
                                        \o/

                                        dinkumoilD 1 Reply Last reply Reply Quote 2
                                        • dinkumoilD
                                          dinkumoil @donho
                                          last edited by

                                          @donho

                                          Yeah, click response is much faster now!

                                          The only disadvantage of the new forum is that the browser needs to send the referrer in order to allow the forum to work correctly. Since this is a global setting I have to turn it on all the time.

                                          1 Reply Last reply Reply Quote 3
                                          • Laurie StearnL
                                            Laurie Stearn
                                            last edited by Laurie Stearn

                                            Hi there,
                                            Just popping in to say thanks, it’s been a while (2016) since posting here. There was a memory block as to whether I had an email account- going in through Google got a registration dialog with two boxes that required ticking, which put this logger-inner off. As it turned out, the Google login was the one use in 2016, so all good. :)

                                            Laurie StearnL 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            The Community of users of the Notepad++ text editor.
                                            Powered by NodeBB | Contributors