Continuation of issue from 10-31.
Concrete 5.3.3.1 installed in a subdomain. No installation errors, no other malfunctions.
When attempting to add content, the editor will not initialize. The first stage of the page will appear with the smaller field at the middle-top and buttons. After about 15 seconds, the page goes white. The site is recoverable, by clicking the back button. I'm not a cracker-jack debugger, but it appears there is a JQuery problem.
The Firefox error console follows (three other browsers exhibit the same behavior):
Error: jQuery is not defined
Source File: http://members.christchurchgastonia.org/concrete/js/ccm.dialog.js...
Line: 159
Error: tinyMCE is not defined
Source File: http://members.christchurchgastonia.org/concrete/js/tiny_mce/langs/...
Line: 1
Error: tinymce is not defined
Source File: http://members.christchurchgastonia.org/index.php?ctask=first_run&a...
Line: 1
Error: tinymce is not defined
Source File: http://members.christchurchgastonia.org/concrete/js/tiny_mce/themes...
Line: 9
Error: tinymce is not defined
Source File: http://members.christchurchgastonia.org/index.php?ctask=first_run&a...
Line: 1
Error: tinymce is not defined
Source File: http://members.christchurchgastonia.org/concrete/js/tiny_mce/plugin...
Line: 1
Error: tinymce is not defined
Source File: http://members.christchurchgastonia.org/concrete/js/tiny_mce/plugin...
Line: 1
Error: tinymce is not defined
Source File: http://members.christchurchgastonia.org/index.php?ctask=first_run&a...
Line: 1
Error: tinymce is not defined
Source File: http://members.christchurchgastonia.org/concrete/js/tiny_mce/plugin...
Line: 1
Error: tinymce is not defined
Source File: http://members.christchurchgastonia.org/index.php?ctask=first_run&a...
Line: 1
Error: tinymce is not defined
Source File: http://members.christchurchgastonia.org/concrete/js/tiny_mce/plugin...
Line: 1
Error: tinymce is not defined
Source File: http://members.christchurchgastonia.org/index.php?ctask=first_run&a...
Line: 1
re: TinyMCE not loading on Add Main- Content
Dec 20, 2009 at 12:55 AM
I'm also experiencing this. I don't even know when it started. One day a user reported it and I haven't been able to do anything about it since.
Now the site is pretty much static, since we can't edit it. I am NOT using a subdomain.
Now the site is pretty much static, since we can't edit it. I am NOT using a subdomain.
re: TinyMCE not loading on Add Main- Content
Dec 21, 2009 at 9:45 AM
can you show us your server's info? (phpinfo)
im running c5 on a subdomain and its fine im using servage.net
im running c5 on a subdomain and its fine im using servage.net
re: TinyMCE not loading on Add Main- Content
Jan 26, 2010 at 1:53 AM
Thanks for replying. I would, but I've since reinstalled to fix it. I'm not sure if my information would be of much help now.
re: TinyMCE not loading on Add Main- Content
Jan 25, 2010 at 12:39 PM
Same issue here. Anyone have a fix yet? Just installed it and using default theme.... tried it on chrome and FF, same issue
re: TinyMCE not loading on Add Main- Content
Feb 06, 2010 at 9:28 PM
Looks like a mod_rewrite problem.
When you enable "Enable Pretty URLs" to yes (and make the .htaccess in the root). Then i'll get this error to, that TinyMCE not loads. Debugging did not gives me a solution yet. Try in time again!
Check here: http://www.concrete5.org/community/bugs/when-editing-a-5-3-3-1-cont...
I was right about the rewrite problem, above links page/tinymce to a page id!!
When you enable "Enable Pretty URLs" to yes (and make the .htaccess in the root). Then i'll get this error to, that TinyMCE not loads. Debugging did not gives me a solution yet. Try in time again!
Check here: http://www.concrete5.org/community/bugs/when-editing-a-5-3-3-1-cont...
I was right about the rewrite problem, above links page/tinymce to a page id!!
re: TinyMCE not loading on Add Main- Content
Mar 03, 2010 at 3:19 PM
Almost every issue i saw with this is a span class in the .css file with: display: none; defined.
Hope i help anyone!
Hope i help anyone!





mich
re: TinyMCE not loading on Add Main- Content