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

moonray’s picture

The 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.

moonray’s picture

The massive patch in #1007482: Make use of Context API instead of custom rules addresses this issue.

moonray’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.