Editing a global block (Content) error message and not able to edit content

Permalink
So -
I've tried everything I can pretty much think of. I've tried editing this block from everywhere, the scrapbook, the page type and on the page itself (on multiple pages)
I just can't get the editing interface to open!
Concrete5 5.4.2.1
A non global block in the same area works fine, as do other content types (html etc.)
I attached a screen grab of what it looks like - any ideas???
Phil

1 Attachment

thephilm
 
thephilm replied on at Permalink Reply
thephilm
Has anybody else had this problem? I've got this now on another site... At least this one is still in development, a real basic one, but this is making it tough to finish.
MissMarvels replied on at Permalink Reply
MissMarvels
Yes same problem and didn't find a solution yet...
Schlaefer replied on at Permalink Reply
Yup, same problem (5.4.2.2)

[edit]

Dirty workaround: in concrete/blocks/content/editor_config.php replace

content_css : "<?php echo $theme->getThemeEditorCSS()?>",


with

content_css : "<?php if(!is_null($theme)) echo $theme->getThemeEditorCSS(); ?>",