AndyB Well-known member Sep 5, 2013 #1 When I enable debug mode, the editor does not load. The error console shows the following:
Jeremy in memoriam 1991-2020 Sep 5, 2013 #2 It looks like there's either a conflict or invalid JavaScript. Are there by other errors? Upvote 0 Downvote
AndyB Well-known member Sep 5, 2013 #3 Jeremy said: It looks like there's either a conflict or invalid JavaScript. Are there by other errors? Click to expand... No that's the only error showing in the error console. Upvote 0 Downvote
Jeremy said: It looks like there's either a conflict or invalid JavaScript. Are there by other errors? Click to expand... No that's the only error showing in the error console.
Jeremy in memoriam 1991-2020 Sep 5, 2013 #4 If you disable debug mode does the editor return? Upvote 0 Downvote
AndyB Well-known member Sep 5, 2013 #5 Okay I found the problem. Editing the editor_js_setup template, if I change the following line the editor shows: default PHP: <xen:require js="js/redactor/redactor.full.js" /> modified PHP: <xen:require js="js/redactor/redactor.js" /> Upvote 0 Downvote
Okay I found the problem. Editing the editor_js_setup template, if I change the following line the editor shows: default PHP: <xen:require js="js/redactor/redactor.full.js" /> modified PHP: <xen:require js="js/redactor/redactor.js" />
AndyB Well-known member Sep 5, 2013 #6 On my forum I run the full version of redactor.js so that I can modify the code. I renamed the files in that folder and that's why it didn't find the redactor.full.js file. Thank you for your help, Jeremy. Upvote 0 Downvote
On my forum I run the full version of redactor.js so that I can modify the code. I renamed the files in that folder and that's why it didn't find the redactor.full.js file. Thank you for your help, Jeremy.