Skip to Content.
Sympa Menu

en - Re: [sympa-users] Fresh install of Sympa 6.2.15

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: <address@concealed>
  • To: address@concealed,address@concealed
  • Subject: Re: [sympa-users] Fresh install of Sympa 6.2.15

I am not sure if I can uncomment. In this case. It doesn't seem a comment but
a major instruction to load the main sympa.pl

## Loading the Sympa main config file.
if (my $config_loading_result = _load_config_file_to_hash(
{'path_to_config_file' => $config_file}
)
) {
%line_numbered_config =
%{$config_loading_result->{'numbered_config'}}; THIS IS LINE
207 WITH ERROR FROM WIZARD
%Conf = %{$config_loading_result->{'config'}};
$config_err = $config_loading_result->{'errors'};
} else {
return undef;
}

Please let me know how to start using sympa if the wizard is unavailable.
Merci beaucoup.



Archive powered by MHonArc 2.6.19+.

Top of Page