This message appear during install:

Fatal error: Call to undefined function libraries_get_path() in drupal-7.7/sites/all/modules/openid_selector/openid_selector.install on line 18

Comments

islam.najmul’s picture

Hi nardberjean,

Any luck. I am also getting the same problem with the error.

Thanks,
Najmul

D.H.’s picture

You should place the following line before the call of libraries_get_path:

module_load_include('module', 'libraries', 'libraries');
John Klehm’s picture

I cannot reproduce this using Drupal 7.8 and openid-selector module version 7.x-1.x-dev(2011-May-07) with Javascript OpenID Selector 1.3.

sadist’s picture

same problem. so there's no patch for this yet?

Rob_Feature’s picture

Same problem in D6 version...

daften’s picture

I'll create a patch by next week...

xurizaemon’s picture

Status: Active » Closed (duplicate)

I think the D7 fix for #1092262: Fatal error: Call to undefined function libraries_get_path() in openid_selector/openid_selector.install was wrong. This is a dupe of that. I'm putting a patch over there, pls give it a go.