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?
-
☆ A M B ☆
- 756 Posts
Quote from: cartierbailey at Apr 03, 2013, 01:14 PMI 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.
-
☆ A M B ☆
- 756 Posts
Quote from: cartierbailey at Apr 03, 2013, 02:08 PMOkay, 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.
-
☆ 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.
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?
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.]