TinyMCE not loading on Add Main- Content

Permalink
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
View Replies:
mich replied on at Permalink Reply
can second that. i have the same problem when using concrete5 in a subdomain.
bendodge replied on at Permalink Reply
bendodge
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.
Mnkras replied on at Permalink Reply
Mnkras
can you show us your server's info? (phpinfo)

im running c5 on a subdomain and its fine im using servage.net
bendodge replied on at Permalink Reply
bendodge
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.
aseideman replied on at Permalink Reply
Same issue here. Anyone have a fix yet? Just installed it and using default theme.... tried it on chrome and FF, same issue
Pamb replied on at Permalink Reply
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!!
wawamm replied on at Permalink Reply
Almost every issue i saw with this is a span class in the .css file with: display: none; defined.

Hope i help anyone!