UI_ERROR_PAGE — (partly documented)
Interchange 5.9.0:
Source: code/UI_Tag/flex_select.coretag
Line 86 (context shows lines 76-90 in flex_select_init():30)
$Tmp->{flex_select} ||= {};
my $ts = $Tmp->{flex_select}{$table} = {};
if(! $db) {
$Tag->error({
name => 'flex_select',
set => errmsg('no %s database', $table),
});
my $url = $Tag->area( {
href => $::Variable->{UI_ERROR_PAGE} || 'admin/error',
secure => $::Variable->{UI_SECURE},
});
#::logDebug("delivering error url=$url");
$Tag->deliver( { location => $url });