Quick links: Content - sections - sub sections
EN FR
Quick Search Advanced search
 
Page

  [Opened] Probleme inscription et reset password sur Trac

Posted by catsoup on 02/10/2009 14:17

Salut, il semble que les nouvelles inscriptions http://developer.jelix.org/register et le reset du mot de passe http://developer.jelix.org/reset_passwor(..) soient plantées. J'ai eu droit dans les 2 cas a une erreur de Trac:

 The password file could not be updated. Trac requires read and write access to both the password file and its parent directory.

Sinon, c'etait juste pour signaler ce petit détail sur le trunk: (affichage d'erreur en cas d'attribut manquant labelproperty)

	Index: jFormsCompiler_jf_1_1.class.php
	===================================================================
	--- jFormsCompiler_jf_1_1.class.php	(revision 1307)
	+++ jFormsCompiler_jf_1_1.class.php	(working copy)
	@@ -286,7 +286,7 @@
	                 if(!isset($attrs['method']))
	                     throw new jException('jelix~formserr.attribute.missing',array('method', 'datasource',$this->sourceFile));
	                 if(!isset($attrs['labelproperty']))
	-                    throw new jException('jelix~formserr.attribute.missing',array('method', 'datasource',$this->sourceFile));
	+                    throw new jException('jelix~formserr.attribute.missing',array('labelproperty', 'datasource',$this->sourceFile));
	 
	                 if(isset($attrs['criteria']))
	                     $criteria=',\''.$attrs['criteria'].'\',null';

  [Opened] Re: Probleme inscription et reset password sur Trac

Reply #1 Posted by laurentj on 02/10/2009 16:19

Salut,

j'ai oublié de changer les droits lors de la reinstallation du site la semaine dernière. C'est corrigé, tu peux créer ton ticket/patch :-)

  [Opened] Re: Probleme inscription et reset password sur Trac

Reply #2 Posted by catsoup on 02/10/2009 17:14

Coucou, il faut peut être relancer le serveur, ou attendre un peu car ça veut toujours pas en fait, je réessaie + tard :p

  [Opened] Re: Probleme inscription et reset password sur Trac

Reply #3 Posted by laurentj on 02/13/2009 19:11

décidément... je m'étais trompé de fichier... ça doit être bon maintenant.

 
Page
  1. Probleme inscription et reset password sur Trac