@@ -, +, @@ 'message_transport_types' is checked, and check some optional data files optional data you checked is there --- installer/install.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/installer/install.pl +++ a/installer/install.pl @@ -245,7 +245,7 @@ elsif ( $step && $step == 3 ) { my ( $fwk_language, $list ) = $installer->load_sql_in_order( $all_languages, - scalar $query->param('framework') ); + $query->multi_param('framework') ); $template->param( "fwklanguage" => $fwk_language, "list" => $list --