This is caused by #1160924: Undefined property: stdClass::$did in skinr_panels_skinr_elements().
Possible workaround would be to manually override panels and minipanels on install.
>
/**
* Implements hook_install().
*
* Override the page and mini-panel supplied by the feature. This is needed for
* compatibility with Skinr. See http://drupal.org/node/1292662.
*/
function openoutreach_front_page_install() {
ctools_include('page', 'page_manager', 'plugins/tasks');
$page = page_manager_page_load('front_page');
page_manager_page_save($page);
$mini = panels_mini_load('front_page_upper_section');
panels_mini_save($mini);
}
Comments
Comment #1
nedjoApplied a fix.
Comment #3
drupallizeme commentedPardon my ignorance, but how exactly do i apply this fix?
Newbie here. Thanks in advance.
Comment #4
nedjoThe easiest way is to update to the latest code. This you can do by downloading the dev release or a later stable release (like the one I'm going to post today).
Comment #5
drupallizeme commentedThanks for the reply. I really nedjo on this one.
I'm trying to build a local online community for a 4th class municipality here in my country to help unite these several competing groups.
Thanks again for helping out.
Comment #6
meganstultz commentedit's good to know that we know such error as this early so we know beforehand while it's still in the beta or testing stage. awesome.
buy soundcloud plays
Comment #6.0
meganstultz commentedUpdated issue summary.