[strip interpolate=1] [if-mm !logged_in] [bounce page="__UI_BASE__/login"] [/if-mm] [perl tables="__UI_ACCESS_TABLE__"] if ($startpage = $Tag->mm_value('startpage')) { $Scratch->{ui_location} = $startpage; } [/perl] [if scratch ui_location] [bounce page="__UI_BASE__/[scratchd ui_location]"] [/if] [set page_title]Interchange Administration[/set] [tmp ui_no_title]1[/tmp] [set icon_name][/set] [set help_name]index[/set] [set ui_class]None[/set] [seti meta_header] [/seti] [/strip] @_UI_STD_HEAD_@




[calc] my $data = q{[version extended=1 modules=1 joiner="

"]}; $dbstatus = q{[version extended=1 modtest="GDBM_File"][version extended=1 modtest="DB_File"]}; return unless $data =~ /IMPORTANT/ or $dbstatus < 1; my @lines = grep /not\s+found/, split '

', $data; my @important = grep /IMPORTANT/, @lines; my @minor = grep $_ !~ /IMPORTANT/, @lines; my $imp = join '

', @important; my $minor = join '

', @minor; my $out = ''; $out .= <

EOF if($dbstatus < 1) { $out .= < EOF } return $out; [/calc] [if-mm advanced order] [/if-mm] [if-mm advanced page] [/if-mm] [if-mm advanced userdb] [/if-mm] [if-mm advanced sitedesign] [/if-mm] [if-mm advanced item] [/if-mm] [if-mm advanced stats] [/if-mm] [if-mm advanced item] [/if-mm] [if-mm advanced techadmin] [/if-mm]

Admin interface will not work properly.

Please install needed Perl modules:
$imp
$minor
The easiest way to do this is to use the CPAN module and do:
perl -MCPAN -e 'install Bundle::Interchange'

You need either GDBM_File or DB_File for Interchange to work as documented.

Contact your system administrator about rebuilding Perl with GDBM or Berkeley DB.
 Orders View and manage incoming orders, archive and access past orders
 Content Create, edit, upload and download pages
 Customers View and manage customer information and order history
 Design Organize site navigation, manage site layout
 Items Add and edit items displayed for sale on the site
 Reporting View statistics on orders and site traffic, create custom reports
 Merchandising Set up quantity pricing, up-sell, promotions, and affiliates
 Administration Administrator and developer-oriented tools



@_UI_STD_FOOTER_@