Don't know if anybody else had this problem (undefined variable: base in theme_biblio_author_link)... I fixed it by adding this line to biblio/includes/biblio_theme.inc (at line 567) :
$base = variable_get('biblio_base', 'biblio');

Comments

rjerome’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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