content block gives white screen

Permalink
When i try to add or edit a content block, the tiny editor shows for a split second, and immediatly i get a white page in my browser.

I'm working on Mac OS 10.5.8, Safari 4.0.4 (Firefox does the same thing), and Concrete5 version: 5.3.3.1

These are the errors i get (in dutch):

Fout: syntax error
Bronbestand:http://www.voltage.nl/client/berea5/......
Regel: 3
Broncode:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">...

Fout: Het stijlbladhttp://www.voltage.nl/index.php?pag=404...... werd niet geladen omdat het MIME-type ervan, ‘text/html’, niet ‘text/css’ is.
Bronbestand:http://www.voltage.nl/client/berea5/......
Regel: 0

Fout: Het stijlbladhttp://www.voltage.nl/index.php?pag=404...... werd niet geladen omdat het MIME-type ervan, ‘text/html’, niet ‘text/css’ is.
Bronbestand:http://www.voltage.nl/client/berea5/......
Regel: 0

Fout: syntax error
Bronbestand:http://www.voltage.nl/client/berea5/......
Regel: 3
Broncode:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">...

Fout: jQuery is not defined
Bronbestand:http://www.voltage.nl/client/berea5/concrete/js/ccm.dialog.js......
Regel: 159

Fout: tinyMCE is not defined
Bronbestand:http://www.voltage.nl/client/berea5/......
Regel: 1

What's going wrong?

 
razorfrog replied on at Permalink Reply
razorfrog
Hey, same here. Maybe this is more common than it seems?

http://www.concrete5.org/index.php?cID=29408...
Mnkras replied on at Permalink Reply
Mnkras
seems to be a mac error, no trouble on linux or win
razorfrog replied on at Permalink Reply
razorfrog
Just tried it on a PC (IE 8), and there's a variant of the same problem. Weird. The content editor displays, but the spinning loading GIF stays on top of the editor. It throws a few JS errors as well:

Message: Syntax error
Line: 91532829
Char: 1
Code: 0
URI:http://kzsc.org/


Message: 'jQuery.fn.dialog' is null or not an object
Line: 159
Char: 4
Code: 0
URI:http://kzsc.org/concrete/js/ccm.dialog.js...

But yet it doesn't work in Firefox on a PC. This is so strange. Since when is IE actually helpful?
voltage replied on at Permalink Reply
Firefox (windows xp) returns the same thing here: a white screen. Unfortunately i'm not able to test it on IE7+ (and Concrete5 is just too much for IE6 haha)

Could it be a conflict with the .htaccess or the content-type? I haven't found it though..
razorfrog replied on at Permalink Reply
razorfrog
Turns out it was a jquery problem. I had another copy loading via FoxyCart and they didn't like each other.
guitarmy replied on at Permalink Reply
I have this issue too; however, I don't think it's from calling jQuery from elsewhere. The content block doesn't even work with the Plain Yogurt theme.

I get a ton of tinymce not defined errors though, and one jQuery not defined errors. Thoughts?
wawamm replied on at Permalink Reply
i just put this in another topic:

Almost every issue i saw with this is a span class in the .css file with: display: none; defined.

Hope i help anyone!