We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28353
    • 28 Posts
    Hey Guys,

    Whenever i hit the preview site button in the backend manager it takes me to my site but i dont see the Quick Manager that drops down from the top so that i can edit my pages. Do i need to enable something? It was working before but then it stopped. Also, whenever i choose editor to use under tools > configuration > interface and feature TinyMCE is not an option anymore it just says: "none". i dont know if this is causing Quick Manager not to show up but i really need someone’s help on this.

    thanks
      • 10076
      • 1,024 Posts
      Hi,

      Check the TinyMCE plugin and make sure the following events are checked in its System Events tab:
      OnRichTextEditorInit
      OnRichTextEditorRegister
      OnInterfaceSettingsRender

      http://modxcms.com/forums/index.php/topic,38400.msg231581.html#msg231581

      fr.
        • 28353
        • 28 Posts
        Thanks for the reply! I tried that but still no luck.
          • 21257 MODX Staff
          • 730 Posts
          Hi stalwil,

          What version of MODx are you having this trouble with? Did this happen after an upgrade?
            Mike Schell
            Lead Developer, MODX Cloud
            Email: [email protected]
            GitHub: https://github.com/netProphET/
            Twitter: @mkschell
            • 10076
            • 1,024 Posts
            Hi,

            you also might want to check the system events, under reports. See what it says?
            Did you put <base="[(site_url)]> in the head of your template? QE goes all haywire when it is in documents below the root if you don’t assign the base

            fr.
              • 28353
              • 28 Posts
              Quote from: netProphET at Oct 16, 2009, 09:40 PM

              Hi stalwil,

              What version of MODx are you having this trouble with? Did this happen after an upgrade?


              Hey netProphET! Thanks for the reply and sorry for the late response but my version is evo 1.0.0 rev 5601.

              Quote from: Frank at Oct 17, 2009, 06:53 AM

              Hi,

              you also might want to check the system events, under reports. See what it says?
              Did you put <base="[(site_url)]> in the head of your template? QE goes all haywire when it is in documents below the root if you don’t assign the base

              fr.

              Thanks Frank i will give that a try and reply back!
                • 28353
                • 28 Posts
                I figured out the problem. it was because i commented out this line (eval ($pluginCode);) in the file manager/includes/document.parser.clas.inc.php (line 746) only because whenever i did a search with the ajaxsearch snippet it gave me a parser error:

                « MODx Parse Error »
                MODx encountered the following error while attempting to parse the requested resource:
                « PHP Parse Error »

                PHP error debug
                Error: Compilation failed: lookbehind assertion is not fixed length at offset 11
                Error type/ Nr.: Warning - 2
                File: /httpdocs/manager/includes/document.parser.class.inc.php(746) : eval()’d code
                Line: 120

                Parser timing
                MySQL: 0.0104 s (5 Requests)
                PHP: 0.0918 s
                Total: 0.1022 s


                Can someone help me with this next problem?
                  • 21257 MODX Staff
                  • 730 Posts
                  Are you using PHP 5.2.1 by chance?
                    Mike Schell
                    Lead Developer, MODX Cloud
                    Email: [email protected]
                    GitHub: https://github.com/netProphET/
                    Twitter: @mkschell