Fatal error: Call to undefined function tvi_update_settings() in ...sites\all\modules\tvi\includes\tvi.admin.inc on line 185
there is a tvi_update_settings() function i can see under tvi.query.inc but tvi.query.inc i think got never included anywhere in the module file...
Comments
Comment #1
NicoB commentedI change the priority to "critical" because in this case the module can't be used.
Comment #2
NicoB commentedI don't know, for know, how to use GIT. At the meantime, i purpose to explain the correction i made.
Just insert the following in tvi.module at the line n°28:
module_load_include('inc', 'tvi', 'includes/tvi.query');
Comment #3
yultyyev commentedIt work for me too! Thank you!
Comment #4
kevinquillen commentedPushed to dev