We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 4675
    • 38 Posts
    I just upgraded to the latest EVO version (1.0.9); and for the most part, mxCalendar (0.3b) works, except for the Details field, in which there is no text box showing up, so my client cannot add in any details about new events. Where would be a good place to look at why this is happening?
      • 34084 ☆ A M B ☆
      • 756 Posts
      Quote from: cartierbailey at Apr 03, 2013, 01:14 PM
      I just upgraded to the latest EVO version (1.0.9); and for the most part, mxCalendar (0.3b) works, except for the Details field, in which there is no text box showing up, so my client cannot add in any details about new events. Where would be a good place to look at why this is happening?

      First place is the server and modx log, also depending on level of comfort with java script debugging a JS console error log on page load.

      Cheers
        Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
        Visit CharlesMx.com for latest news and status updates.
        • 4675
        • 38 Posts
        Okay, thanks!

        Server and modx log returns nothing, but JS console error log returns a couple of results. It looks like it's trying to call some non-existing plug ins from tinymce. The Tiny_MCE has been upgraded to 3.5.8, so I suspect they've changed some file structures. So, what's next? I found the autolink folder at TinyMCE but, not the visualblocks folder.

        Failed to load: http://centralcaribooarts.com/assets/plugins/tinymce/jscripts/tiny_mce/plugins/visualblocks/editor_plugin.js tiny_mce.js:1
        Failed to load: http://centralcaribooarts.com/assets/plugins/tinymce/jscripts/tiny_mce/plugins/autolink/editor_plugin.js

        Quote from: charless at Apr 03, 2013, 01:41 PM
        Quote from: cartierbailey at Apr 03, 2013, 01:14 PM
        I just upgraded to the latest EVO version (1.0.9); and for the most part, mxCalendar (0.3b) works, except for the Details field, in which there is no text box showing up, so my client cannot add in any details about new events. Where would be a good place to look at why this is happening?

        First place is the server and modx log, also depending on level of comfort with java script debugging a JS console error log on page load.

        Cheers
        [ed. note: cartierbailey last edited this post 13 years, 5 months ago.]
          • 34084 ☆ A M B ☆
          • 756 Posts
          Quote from: cartierbailey at Apr 03, 2013, 02:08 PM
          Okay, thanks!

          Server and modx log returns nothing, but JS console error log returns a couple of results. It looks like it's trying to call some non-existing plug ins from tinymce. The Tiny_MCE has been upgraded to 3.5.8, so I suspect they've changed some file structures. So, what's next?

          Failed to load: http://centralcaribooarts.com/assets/plugins/tinymce/jscripts/tiny_mce/plugins/visualblocks/editor_plugin.js tiny_mce.js:1
          Failed to load: http://centralcaribooarts.com/assets/plugins/tinymce/jscripts/tiny_mce/plugins/autolink/editor_plugin.js

          Yeah, that looks to be the culprit from this. If you install the tinymce addon that should clear the problem. I have not had a chance to do any Evo testing on the latest release, but will add that to my list.

          Cheers
            Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
            Visit CharlesMx.com for latest news and status updates.
            • 4675
            • 38 Posts
            Google maps API key no longer works.

            I'm stumped. Google changed a lot of things, so the API key that was used, no longer works so my event listings are not adding the map location anymore.

            I've entered:
            Map Host: http://maps.googleapis.com/
            API Key: entered key

            Help, please? What am I doing wrong?
              • 34084 ☆ A M B ☆
              • 756 Posts
              Can you provide a link to an event that should be rendering the map?
                Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
                Visit CharlesMx.com for latest news and status updates.
                • 4675
                • 38 Posts
                Sure, it would be any events listed at this website, but here's a direct link to one of the events:

                http://www.centralcaribooarts.com/events/eventslist.html?details=564&r=7
                  • 4675
                  • 38 Posts
                  Sure, it would be any events listed at this website, but here's a direct link to one of the events:

                  http://www.centralcaribooarts.com/events/eventslist.html?details=564&r=7
                    • 4675
                    • 38 Posts
                    Here's a different issue I'm trying to resolve. My client was just trying to enter a new event, and when it comes to adding an image in the editor, she does not see the file icon next to the Image URL field.

                    The javascript console returns this message:

                    Uncaught TypeError: Object [object Object] has no method '_add'
                    tinyMCEPopup._onDOMLoaded

                    tiny_mce_popup.js:5

                    But if I create a regular page (not using mxCalendar), and try the insert image, that icon appears, and I am able to upload an image to be inserted.

                    Help, please?
                      • 4675
                      • 38 Posts
                      Hello,

                      I'm following up with my last message regarding trying to insert an image into the mxCalendar's tinyMCE component, when creating a new event, and there is no file icon in the insert image pop-up window.

                      My javascript console returned this message:

                      Uncaught TypeError: Object [object Object] has no method '_add'
                      tinyMCEPopup._onDOMLoaded

                      tiny_mce_popup.js:5

                      When I create or edit a regular page, the tinyMCE's image insert works fine without any error message.

                      I've attached a screenshot to illustrate the difference between the mxCalendar tinyMCE's insert image pop-up with the missing icon; and regular tinyMCE's insert image pop-up.

                      I am using ModX Evolution 1.0.10 [ed. note: cartierbailey last edited this post 13 years, 4 months ago.]