function bio_settings_validate_xxx($form_id, $form_values) {
views_invalidate_cache();
}

This function either needs to check to see if views is installed, or change the info to require views.

Comments

Christefano-oldaccount’s picture

Priority: Normal » Critical
Christefano-oldaccount’s picture

StatusFileSize
new274 bytes

Updated bio.info file attached. Remove ".txt" from the file extension.

darren oh’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new613 bytes

Bio does not depend on views, and the previous file contains lines that are automatically added by the packaging system. The patch below checks for the views module before attemping to clear the views cache.

darren oh’s picture

Title: Dependancy on views. » Unnecessary dependency on views
webchick’s picture

Confirmed this bug and the fix.

webmastr’s picture

RTBC

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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