An Fatal Error in skinr_panel module :
Fatal error: Call to undefined function _skinr_ui_set_contextual_links() in /home/myname/www/profiles/openchurch/modules/contrib/skinr/skinr_panels/skinr_panels.module on line 72
I had search where is this function and it is in the skinr_ui module.
So, I had look in the skinr_panels.info and the dependence of skinr_ui is missing.
So, I had just add a
dependencies[] = skinr_ui
and it's work fine now, for me.
Comments
Comment #1
moonray commentedThe skinr_panels module should not have to depend on skinr_ui. We need to add some code to check for skinr_ui being present before running that particular function.
Comment #2
moonray commentedThe massive patch in #1007482: Make use of Context API instead of custom rules addresses this issue.
Comment #3
moonray commented