- ππΊHungary gdeni
I noticed that the "zen_main" and "zen_no_wrapper" folders have been renamed. By reverting from the new underline to the previous hyphen, all errors are resolved for me.
After updating to 7.x-6.4 the system gives an unrecoverable error. Here is what is returned from drush cc all:
require_once(/Users/mark/Sites/truthunity.local/core/sites/all/themes/zen/panels-layouts/zen-no-wrapper/zen_no_wrapper.inc):[warning]
failed to open stream: No such file or directory plugins.inc:477
Drush command terminated abnormally due to an unrecoverable error. [error]
Error: require_once(): Failed opening required
'/Users/mark/Sites/truthunity.local/core/sites/all/themes/zen/panels-layouts/zen-no-wrapper/zen_no_wrapper.inc'
(include_path='.:/Applications/MAMP/bin/php/php5.6.10/lib/php') in
/Users/mark/Sites/truthunity.local/core/sites/all/modules/contrib/ctools/includes/plugins.inc, line 477
ctools is at the current 7.x-1.9
Panels is installed, but I am not using any Zen layouts
PHP is at 5.6.10
I am subtheming Zen, but I got the same result when Zen is set as the default theme.
zen.info has the following line: plugins[panels][layouts] = panels-layouts
No problem occurs with 7.x-5.5 and 7.x-5.6
Running drush cc theme-registry does not produce the error.
Needs review
6.0
PHP code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I noticed that the "zen_main" and "zen_no_wrapper" folders have been renamed. By reverting from the new underline to the previous hyphen, all errors are resolved for me.