Hi,

Issue happened after I've activated module together with libraries as dependent module. But function chosen_js_path() was called before library module was enabled. And it returned fatal error.

Below xdebug log:

9	drupal_check_module( 'chosen' )	../system.admin.inc:1172
10	module_invoke( 'chosen', 'requirements', 'install' )	../install.inc:1214
11	call_user_func_array ( 'chosen_requirements', array (2 => 'install') )	../module.inc:833
12	chosen_requirements( 'install' )	../module.inc:0
13	chosen_js_path( )	../chosen.install:15

Regards,
Vadim

Comments

shadcn’s picture

Status: Active » Postponed (maintainer needs more info)

Have you been able to fix this? Is this happening with the latest alpha as well?

rerooting’s picture

Had this problem with 1.x, upgraded to 2.x-dev and it was fine. Using libraries 2.2

pimok3000’s picture

Using 7.x-2.x-dev does not produce this error.

Hydra’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

chosen_js_path was removed in 2.x.
7.x-1.0 is not supported anymore, and there will be no backport or further 1.x releases. Feel free tp upgrade.