• Login
Community
  • Login

Cannot install plugins at all

Scheduled Pinned Locked Moved Notepad++ & Plugin Development
34 Posts 14 Posters 58.2k 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.
  • A
    andrecool-68 @pnedev
    last edited by Mar 13, 2019, 9:56 AM

    @pnedev
    Good idea!

    1 Reply Last reply Reply Quote 1
    • S
      SchwabenGeiz
      last edited by Mar 13, 2019, 11:06 AM

      @PeterJones

      There was a one-time setup cost

      You are right, after the initial setup is done, it gets no-brainer. I will definitely try it out in the new setup, soon my machine is getting EoL and I will anyway need to install all the software again…

      @Meta-Chuh

      In this case it wouldn’t have made any difference, but initially I wouldn’t loose all of the plugins because of failed update! And yes, our proxy do require credentials… At least github and sourceforge are not blocked.

      Thanks again, guys!

      1 Reply Last reply Reply Quote 3
      • D
        Daniel Stingl
        last edited by Mar 13, 2019, 12:38 PM

        I am also behind a company proxy, this was causing the problem. So I swaped to a free WLAN for plugin installation and all worked fine. Just curious why this did not cause any problems in the past…
        Thanks all for the help!

        M 1 Reply Last reply Mar 13, 2019, 1:02 PM Reply Quote 3
        • M
          Meta Chuh moderator @Daniel Stingl
          last edited by Mar 13, 2019, 1:02 PM

          @Daniel-Stingl

          Just curious why this did not cause any problems in the past…

          because the old “plugin manager” from david bruderstein automatically used the proxy settings from the windows internet options (microsoft internet explorer lan settings).

          1 Reply Last reply Reply Quote 3
          • M
            Meta Chuh moderator @pnedev
            last edited by Mar 13, 2019, 1:31 PM

            @pnedev

            Since here we are getting quite a lot “I-cannot-install-plugins” kind of help requests recently perhaps it will be good to make pinned thread

            good idea, i second that.

            This will save us (you mainly as I don’t frequently answer) a lot of time answering the same questions again and again.

            maybe not hyper-frequently in the past, but very active and always very useful as well as productive … and you are more active lately, which i personally encourage and enjoy a lot ;-)

            I suppose if Plugin Install Problems FAQ thread is written Don can pin it so it shows in the very beginning of Help Wanted and Plugins Development.

            @PeterJones , @guy038 and me have started a little brainstorming discussion about that >>> here <<< and guy has some ideas to improvements, which we can do autonomously.
            you are very invited to join with anything that’s on your mind … or just for the fun of it ;-)

            I would also suggest a small addition to Notepad++'s future versions - on startup to check the plugins folder for any DLLs. If such are present to show message saying that those are not supposed to be there and will not be loaded.

            a request for the old plugin manager was submitted.
            Remove the “Plugin Manager” plugin on Notepad++ 7.6.x and above due to incompatibility. #5409
            i chose the removal option, fearing that a message will be clicked away and ignored by many users.

            What do you think?

            i’m completely with you.

            1 Reply Last reply Reply Quote 3
            • P
              pnedev
              last edited by Mar 13, 2019, 3:16 PM

              @Meta-Chuh ,

              Thank you, I appreciate your kindness ;)

              1 Reply Last reply Reply Quote 1
              • N
                new-mikha @pnedev
                last edited by new-mikha May 2, 2019, 2:22 AM May 2, 2019, 2:21 AM

                @pnedev said:

                …
                If you install plugins manually you need to create separate plugin folder per plugin,
                So you need to have D:\tools\Notepad++\plugins\PluginXName\PluginXName.dll

                Thanks @pnedev , this helped.
                For anyone else who’s got the same problem - notice that the folder name should be exactly the same as the DLL name (as actually mentioned in the quote above)

                1 Reply Last reply Reply Quote 3
                • A
                  amathub
                  last edited by Jun 5, 2019, 8:17 PM

                  I had similar issue with the proxy preventing me from installing any plugins. I was able to resolve it by manually creating a gupOptions.xml file with the proxy address. I used the following to help https://notepad-plus-plus.org/community/topic/13030/problem-with-set-updater-proxy/5

                  1 Reply Last reply Reply Quote 1
                  • P
                    pnedev
                    last edited by Jun 6, 2019, 7:55 AM

                    @amathub ,

                    You can now do it directly from Notepad++.
                    Go to the help and about menu - ? and you’ll see Set Updater Proxy ....

                    BR

                    A 1 Reply Last reply Jun 19, 2019, 5:28 PM Reply Quote 2
                    • A
                      amathub @pnedev
                      last edited by Jun 19, 2019, 5:28 PM

                      @pnedev thanks, I should have clarified that I had a similar issue above that someone else was having where going to the setting “Set Updater Proxy …” would not retain the proxy address. I would set the proxy there, but going back to the setting would show 0.0.0.0 again.

                      After manually creating the missing gupOptions.xml file with the proxy address, it would then show up in the “Set updater Proxy …” location. I could then also install plugins after that as well.

                      Thought I’d pass the info along to anyone else requiring the use of a proxy that wasn’t sticking in the setting.

                      M 1 Reply Last reply Jun 26, 2019, 12:48 PM Reply Quote 2
                      • P
                        pnedev
                        last edited by Jun 25, 2019, 8:08 AM

                        @amathub ,

                        Thanks for sharing. I never actually used that just know that the setting is there but never tested if it is working.

                        1 Reply Last reply Reply Quote 1
                        • M
                          Meta Chuh moderator @amathub
                          last edited by Meta Chuh Jun 26, 2019, 1:15 PM Jun 26, 2019, 12:48 PM

                          @amathub

                          it’s necessary to open notepad++ elevated as administrator, due to the permissions required for %ProgramFiles(x86) or %ProgramFiles, to save the changes to e.g. %ProgramFiles(x86)\Notepad++\gupOptions.xml lies.

                          our apologies, if we did not mention this, and that it is a bit confusing, as the proxy settings panel will not throw a permission warning, but just exit without modifying gupOptions.xml.

                          many thanks and best regards.

                          1 Reply Last reply Reply Quote 2
                          • P
                            PeterJones
                            last edited by Jun 26, 2019, 1:14 PM

                            off-topic aside to @Meta-Chuh:

                            %ProgramFiles(x86) or %ProgramFiles … %ProgramFiles(x86)\Notepad++\gupOptions.xml…

                            You seem to be dropping the closing % from Windows variables recently. It should be:

                            %ProgramFiles(x86)% or %ProgramFiles%… %ProgramFiles(x86)%\Notepad++\gupOptions.xml…

                            M 1 Reply Last reply Jun 26, 2019, 1:16 PM Reply Quote 1
                            • M
                              Meta Chuh moderator @PeterJones
                              last edited by Jun 26, 2019, 1:16 PM

                              @PeterJones

                              thanks, and sorry for the typo.

                              1 Reply Last reply Reply Quote 1
                              • Joe SytniakJ
                                Joe Sytniak
                                last edited by Mar 17, 2021, 10:07 PM

                                I found that when I had plugins listed in the Plugin Admin’s Update tab, that until I updated those plugins, I could not get a new plugin to install.

                                1 Reply Last reply Reply Quote 0
                                • jnappo64J
                                  jnappo64
                                  last edited by Jun 14, 2021, 9:54 AM

                                  go to proxy configuration and delete 0.0.0.0

                                  1 Reply Last reply Reply Quote 0
                                  • Kang TriK
                                    Kang Tri
                                    last edited by Nov 10, 2023, 9:13 PM

                                    If you cannot install plugins at all, it’s means Notepad++ connection is blocked. Disable all your Firewall and reinstall plugins.

                                    mkupperM 1 Reply Last reply Nov 10, 2023, 10:10 PM Reply Quote -1
                                    • mkupperM
                                      mkupper @Kang Tri
                                      last edited by Nov 10, 2023, 10:10 PM

                                      @Kang-Tri Firewalls rarely get in the way of plugins. Disabling them as a general practice in an attempt to solve a problem that someone can’t articulate well is bad advice.

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