Scrapbook add/edit "Content" opens blank editor window
Permalink
Using v5.4.0 as admin, when I try to add/edit a normal content block in the scrapbook I get a blank editor window.
I can add/edit other blocks (html, form, image, etc.) without any problems.
When I look at the html of the empty lightbox editor window I see a form tag containing an empty div:
<div id="ccm-block-fields"></div>
I wasn't able to find anything in the forums, does anyone have any ideas what the problem could be?
I've already tried restarting the browser, clearing the browser cache, and clearing the concrete5 cache.
Thanks!
I can add/edit other blocks (html, form, image, etc.) without any problems.
When I look at the html of the empty lightbox editor window I see a form tag containing an empty div:
<div id="ccm-block-fields"></div>
I wasn't able to find anything in the forums, does anyone have any ideas what the problem could be?
I've already tried restarting the browser, clearing the browser cache, and clearing the concrete5 cache.
Thanks!
Does the name of your scrapbook contain a "&" or any other special chars?
No, it happens in any scrapbook I create.
Try looking in the web server error log and check the Concrete5 log (in the dashboard) for any error messages.
Check that all of the directory permissions are correct. Everything should at least be readable by the web server, and some directories/files need to be writable by the web server, as well, such as the directories config, files, packages and the file sitemap.xml. concrete/libraries/3rdparty/htmldiff.py needs to be executable by the web server to display the difference between versions of a page.
Well, thanks for all the helpful tips. I'm not sure what the problem was, but it was solved by removing and re-installing the theme I was using.
Yes this worked for me too in case anybody else has this issue. I always keep Plain Yoghurt loaded just in case!