WP Editor Missing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • femdomdestiny
    Confirmed User
    • Apr 2007
    • 5182

    #1

    WP Editor Missing

    I 've just noticed that on one of my sites, there is no link for editor (inside WP admin) where i want to place some code. Strange situation and there are just some speculations but no real solution.

    I've tried with theme replacement, but problem is still there.

    Anyone had experience with this?

    thanks
    Femdom Destiny


    --------------------------------------------
    ICQ: 463-630-426
    email: webmaster(at)femdomdestiny.com
  • AdultKing
    Raise Your Weapon
    • Jun 2003
    • 15601

    #2
    Originally posted by femdomdestiny
    I 've just noticed that on one of my sites, there is no link for editor (inside WP admin) where i want to place some code. Strange situation and there are just some speculations but no real solution.

    I've tried with theme replacement, but problem is still there.

    Anyone had experience with this?

    thanks
    Do you mean under Themes -> Editor and Plugins -> Editor ?

    Comment

    • femdomdestiny
      Confirmed User
      • Apr 2007
      • 5182

      #3
      here it is where it should be (on other site):

      Femdom Destiny


      --------------------------------------------
      ICQ: 463-630-426
      email: webmaster(at)femdomdestiny.com

      Comment

      • Jel
        Confirmed User
        • Feb 2007
        • 6904

        #4
        edit locally and ftp

        Comment

        • AdultKing
          Raise Your Weapon
          • Jun 2003
          • 15601

          #5
          Originally posted by femdomdestiny
          here it is where it should be (on other site):

          Can you see the Editor options under Plugins ?

          Comment

          • TeenCat
            Too lazy to set a koala
            • Jan 2007
            • 16139

            #6
            /wp-admin/theme-editor.php

            put that after the domain name, problem solved have luck

            6bot
            / Coming again very soon!
            Svit Zlin Radio 24/7!

            Comment

            • femdomdestiny
              Confirmed User
              • Apr 2007
              • 5182

              #7
              Originally posted by AdultKing
              Can you see the Editor options under Plugins ?
              nope, whole menu under plugins don't exist
              Femdom Destiny


              --------------------------------------------
              ICQ: 463-630-426
              email: webmaster(at)femdomdestiny.com

              Comment

              • TeenCat
                Too lazy to set a koala
                • Jan 2007
                • 16139

                #8
                Originally posted by femdomdestiny
                nope, whole menu under plugins don't exist
                i think you are on wp multiblog and editing only that subblog go to network admin for full admin options

                6bot
                / Coming again very soon!
                Svit Zlin Radio 24/7!

                Comment

                • femdomdestiny
                  Confirmed User
                  • Apr 2007
                  • 5182

                  #9
                  Originally posted by TeenCat
                  /wp-admin/theme-editor.php

                  put that after the domain name, problem solved have luck
                  " You do not have sufficient permissions to access this page. "

                  This seems like some server side problem.
                  Femdom Destiny


                  --------------------------------------------
                  ICQ: 463-630-426
                  email: webmaster(at)femdomdestiny.com

                  Comment

                  • AdultKing
                    Raise Your Weapon
                    • Jun 2003
                    • 15601

                    #10
                    Originally posted by TeenCat
                    i think you are on wp multiblog and editing only that subblog go to network admin for full admin options
                    What TeenCat said.

                    You won't see the Editor option on a WP MultiSite setup unless you are logged into the Network Admin Panel.

                    Comment

                    • femdomdestiny
                      Confirmed User
                      • Apr 2007
                      • 5182

                      #11
                      I 've never used multi site. All other sites on server are ok.
                      Femdom Destiny


                      --------------------------------------------
                      ICQ: 463-630-426
                      email: webmaster(at)femdomdestiny.com

                      Comment

                      • AdultKing
                        Raise Your Weapon
                        • Jun 2003
                        • 15601

                        #12
                        Originally posted by femdomdestiny
                        I 've never used multi site. All other sites on server are ok.
                        Then you have one of two things going on.

                        First possibility there's a permissions issue with your wp-content directory and the subdirectories themes and plugins that is preventing Wordpress seeing the editor options for your themes and plugins.

                        Alternatively you have lost full admin privileges by your user settings. Please check this page for more information Roles and Capabilities « WordPress Codex

                        Comment

                        • Marvin_AWB
                          Registered User
                          • Dec 2014
                          • 62

                          #13
                          Did you install a security plugin recently? Some remove the link to the editor.
                          AdultWebmasterBlog.com - Tips, tricks and tutorials for adult webmasters.

                          Comment

                          • femdomdestiny
                            Confirmed User
                            • Apr 2007
                            • 5182

                            #14
                            Originally posted by Marvin_AWB
                            Did you install a security plugin recently? Some remove the link to the editor.
                            Nope...I guess that what AdultKing said above, problem with permissions on server. I've sent e-mail to support.
                            Femdom Destiny


                            --------------------------------------------
                            ICQ: 463-630-426
                            email: webmaster(at)femdomdestiny.com

                            Comment

                            • johnnyloadproductions
                              Account Shutdown
                              • Oct 2008
                              • 3611

                              #15
                              Originally posted by femdomdestiny
                              Nope...I guess that what AdultKing said above, problem with permissions on server. I've sent e-mail to support.
                              It can become a real nightmare if you setup a dev server and get all your permissions mixed up.

                              Comment

                              • TeenCat
                                Too lazy to set a koala
                                • Jan 2007
                                • 16139

                                #16
                                Originally posted by femdomdestiny
                                Nope...I guess that what AdultKing said above, problem with permissions on server. I've sent e-mail to support.
                                nope, its what adultking wrote, but i think it is more like you have lost some admin rights have luck getting things back on track!

                                6bot
                                / Coming again very soon!
                                Svit Zlin Radio 24/7!

                                Comment

                                • cgiGeek
                                  Confirmed User
                                  • Jan 2002
                                  • 203

                                  #17
                                  define('DISALLOW_FILE_EDIT', true);
                                  define('DISALLOW_FILE_MODS',true);

                                  these 2 config parameters were preventing the EDITOR from showing and working.
                                  Need help dealing with a hacked website? Contact me via icq 163583431 :D
                                  Premium Bandwidth Managed Servers, 12 Years in business xxxHOSTit.com
                                  I work for xxxhostit.com

                                  Comment

                                  • femdomdestiny
                                    Confirmed User
                                    • Apr 2007
                                    • 5182

                                    #18
                                    Originally posted by cgiGeek
                                    define('DISALLOW_FILE_EDIT', true);
                                    define('DISALLOW_FILE_MODS',true);

                                    these 2 config parameters were preventing the EDITOR from showing and working.
                                    thank you.
                                    Femdom Destiny


                                    --------------------------------------------
                                    ICQ: 463-630-426
                                    email: webmaster(at)femdomdestiny.com

                                    Comment

                                    • Venum
                                      Confirmed User
                                      • Nov 2014
                                      • 182

                                      #19
                                      It is good security precaution to disable that editor anyway, if some hacker gain access to your admin then he can do bad things.

                                      Comment

                                      • BaltimorX
                                        Confirmed User
                                        • Jan 2015
                                        • 164

                                        #20
                                        Mate, use FTP and you have not any problems Really, it's more comfortable and as I know CTRL+Z is not working in wp editor after saving and sometimes this is a big problem ;)

                                        Comment

                                        • just a punk
                                          So fuckin' bored
                                          • Jun 2003
                                          • 32393

                                          #21
                                          Originally posted by femdomdestiny
                                          I 've never used multi site. All other sites on server are ok.
                                          Check your permissions role. Must be "Administrator".
                                          Obey the Cowgod

                                          Comment

                                          Working...