Edit Bar blank
PermalinkI tried to edit a customer's site which was working without any trouble since 2014. Without changing anythig, the edit options inside the edit bar disappeared from one day to another. The bar still appears after login, but it is just empty. I checked the html code as well: The relevant div container is just empty.
I directly updated the site to concrete5 - 5.6.3.5 - without any success. It is not possible to edit the site's content. But /dashboard is still available.
I also tried to change the custom theme to standard theme. without success. Anyway, a mistake in theme development is not very likely because I haven't edit the theme for ages.
Does anybody have an idea to solve the issue? You would help me a lot as I'm not very much into development with concrete5 anymore.

source code for edit bar looks like that:
<div id="ccm-page-controls-wrapper"><div id="ccm-toolbar"></div></div> <script type="text/javascript" src="/index.php/tools/required/i18n_js"></script> <script type="text/javascript" src="/updates/concrete5.6.3.5_remote_updater/concrete/js/jquery.ui.js"></script> <script type="text/javascript" src="/updates/concrete5.6.3.5_remote_updater/concrete/js/jquery.form.js"></script> <script type="text/javascript" src="/updates/concrete5.6.3.5_remote_updater/concrete/js/jquery.rating.js"></script> <script type="text/javascript" src="/updates/concrete5.6.3.5_remote_updater/concrete/js/bootstrap.js"></script> <script type="text/javascript" src="/updates/concrete5.6.3.5_remote_updater/concrete/js/ccm.app.js"></script> <script type="text/javascript" src="/updates/concrete5.6.3.5_remote_updater/concrete/js/i18n/ui.datepicker-de.js"></script> <script type="text/javascript">$(function() { jQuery.datepicker.setDefaults({dateFormat: 'yy-mm-dd'}); });</script> <script type="text/javascript" src="/updates/concrete5.6.3.5_remote_updater/concrete/js/tiny_mce/tiny_mce.js"></script> <script type="text/javascript" src="/index.php/tools/required/page_controls_menu_js?cID=1&cvID=&btask=&ts=1527256470"></script>
These files are all available by clicking. Do you notice something special?
page_controls_menu_js:1 Failed to load resource: the server responded with a status of 500 (Internal Server Error)
i18n_js:1 Failed to load resource: the server responded with a status of 500 (Internal Server Error)
But if i look for those files via str+f I can easily click on them and open them up. So they are available manually.
I actually just had this exact same thing happen to me this week and it was a broken workflow. But there was a PHP error at the bottom of that Response tab that showed me the error.
- Has your host updated anything in your host environment? php version, MySQL version, apache version etc.? A common cause of this kind of problem is a host updating something without telling you.
- Have you edited any blocks in global headers or footers, in particular, any html blocks, or any of the marketplace php or wrapper blocks?
- Any edits that failed to save or publish immediately before your current symptoms?