Accéder au contenu.
Menu Sympa

fr - Re: [sympa-fr] Pb topics.conf

Objet : Pour les administrateurs de serveurs de listes utilisant le logiciel Sympa

Archives de la liste

Chronologique Discussions  
  • From: Olivier Salaun <adresse@cachée>
  • To: adresse@cachée
  • Subject: Re: [sympa-fr] Pb topics.conf
  • Date: Mon, 29 Jan 2001 12:11:13 +0100

Christian Perez wrote:

> Je fais face à 2 problèmes.
> Ma configuration: Sympa-3.0.3, Perl5.6, Solaris 2.6
>
> 1) Avec le fichier topics.conf, à chaque fois que j'ajoute un "sous-sujet"
> dans
> le fichier et que je rafraichis ensuite ma page web, il apparait une erreur
> sur
> la page.
> Voici les logs d'Apache (error_log):
>
> [Mon Jan 29 11:41:00 2001] [error] [client 132.166.21.9] FastCGI: server
> "/opt/sympa3/bin/wwsympa.fcgi" stderr: Can't use an undefined value as an
> ARRAY
> reference at /opt/sympa3/bin/List.pm line 2852.
> [Mon Jan 29 11:41:00 2001] [error] [client 132.166.21.9] FastCGI: incomplete
> headers (0 bytes) received from server "/opt/sympa3/bin/wwsympa.fcgi"
> [Mon Jan 29 11:41:00 2001] [warn] FastCGI: server
> "/opt/sympa3/bin/wwsympa.fcgi"
> (pid 4062) terminated by calling exit with status '2'
> [Mon Jan 29 11:41:00 2001] [warn] FastCGI: server
> "/opt/sympa3/bin/wwsympa.fcgi"
> restarted (pid 4086)
>
> Il suffit que je retire le "sous-sujet" pour que tout rentre dans l'ordre.

On a corrigé un certain nombre de problèmes liés aux topics dans
la version de développement ; dont ce problème puisqu'il n'est pas
reproductible chez nous.

> 2) J'aimerais retirer la nouvelle fonctionnalité "Je ne suis pas un
> spammeur"
> dans l'interface web. Est-ce possible ?

Ce n'est pas paramètrable, mais ça le sera dans une prochaine version.

> Y aura-t-il un patch pour le problème d'enchainement login/logout ?

Voici le patch.

*** sympa/wwsympa/wws_templates/main.us.tpl:1.1.1.1 Thu Jan 4
13:58:43 2001
--- sympa/wwsympa/wws_templates/main.us.tpl Mon Jan 22 17:40:17 2001
***************
*** 21,27 ****

// To confirm on a link (A HREF)
function refresh_mom_and_die(){
! window.opener.location = window.opener.location
self.close()
}

--- 21,33 ----

// To confirm on a link (A HREF)
function refresh_mom_and_die(){
! url = window.opener.location.href
!
! if (url.indexOf('logout') > -1 ) {
! url = '[base_url][path_cgi]/'
! }
!
! window.opener.location = url
self.close()
}

--
Olivier Salaün
Comité Réseaux des Universités


  • Pb topics.conf, Christian Perez, 29/01/2001
    • Re: [sympa-fr] Pb topics.conf, Olivier Salaun, 29/01/2001

Archives gérées par MHonArc 2.6.19+.

Haut de le page