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

NicoB’s picture

Priority: Normal » Critical

I change the priority to "critical" because in this case the module can't be used.

NicoB’s picture

I 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');

yultyyev’s picture

It work for me too! Thank you!

kevinquillen’s picture

Status: Active » Fixed

Pushed to dev

Status: Fixed » Closed (fixed)

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