En réfléchissant ( ça arrive :-) ) je me dis que c'est un problème avec les extensions php qui concerne DOM et xml, faut faire le tour xml, xml reader, xml writer. Puisque tu as ubuntu et windows compare tes phpinfo si c'est pas déjà fait ;-)
Ce post peut vous aider : http://www.symfony-project.com/forum/index.php/m/29543/?srch=DOMDocument%3A%3Aload%28%29#msg_29543 Pour la gestion des users symfony te propose un plugin : http://trac.symfony-project.com/trac/wiki/SymfonyPlugins Là c'est de la grosse arti, gestion, user, groupe, credential Sinon dans la doc sur l'api tu trouveras des trucs plus simple section user : sfUser, sfSecurityuser, sfBasicSecurityUser Pareil sur les sessions. Bon courage. ++ Lionel Le 23/06/07, gestadieu <[EMAIL PROTECTED]> a écrit : > > > J'avoue que j'aimerai bien une reponse a se probleme car je dois > installer une appli sur windows et j'ai exactement le meme probleme... > J'espere que quelqu'un a une idee... > > On Jun 22, 10:49 pm, djabs <[EMAIL PROTECTED]> wrote: > > Ben merci encore pour l aide apportée. > > Ah avant que je n oublie , t aurais pas sous le coude un lien traitant > > de l authentification basique ? j entends par la deux tables ( users > > et profiles) que je consulterais en fonction du login et mot de passe > > donné et en fonction du resultat, je loggue le user en mettant des > > infos dans l objet de session ... > > J abuse un peu mais j aimerais bien pouvoir faire une appli basique > > fonctionnelle en 1 mois ... > > Encore merci pour l aide apportée ... > > > > On 22 juin, 13:24, "lionel chanson" <[EMAIL PROTECTED]> wrote: > > > > > Là t'as bien raison :-) > > > Pas besoin que je fasse un troll sur windows.... > > > > > 2007/6/22, djabs <[EMAIL PROTECTED]>: > > > > > > Ok, j ai essaye avec une table uniquement et c est toujours le meme > > > > probleme ... > > > > J ai bien envie d abandonner de le faire marcher sous windows et de > > > > repartir sous feisty > > > > > > On 22 juin, 13:17, "lionel chanson" <[EMAIL PROTECTED]> > wrote: > > > > > Oui pas de probleme avec ça. > > > > > Je suppose que t'as également SimpleXML et XML RPC. > > > > > > > Et si tu génères un schéma tout simple 1 table ? > > > > > > > ++ > > > > > Lionel > > > > > > > 2007/6/22, djabs <[EMAIL PROTECTED]>: > > > > > > > > bonjour, > > > > > > je pense que DOM/XML xsl sont bien présents au vu de ces infos > dans > > > > > > mon phpinfo > > > > > > > > ///////////////////////// EXTRAIT > > > > > > PHPINFO //////////////////////////////////////////////////// > > > > > > > > dom > > > > > > DOM/XML enabled > > > > > > DOM/XML API Version 20031129 > > > > > > libxml Version 2.6.19 > > > > > > HTML Support enabled > > > > > > XPath Support enabled > > > > > > XPointer Support enabled > > > > > > Schema Support enabled > > > > > > RelaxNG Support enabled > > > > > > > > xml > > > > > > XML Support active > > > > > > XML Namespace Support active > > > > > > libxml2 Version 2.6.19 > > > > > > > > xsl > > > > > > XSL enabled > > > > > > libxslt Version 1.1.7 > > > > > > libxslt compiled against libxml Version 2.6.11 > > > > > > EXSLT enabled > > > > > > libexslt Version 0.8.5 > > > > > > > > ///////////////////////// FIN EXTRAIT > > > > > > PHPINFO //////////////////////////////////////////////////// > > > > > > > > On 22 juin, 01:08, "lionel chanson" < [EMAIL PROTECTED]> > wrote: > > > > > > > Salut, > > > > > > > > > Je connais pas windows donc un peu au pif. > > > > > > > > > Est-ce que tu as bien DOM/XML xsl pour php ? > > > > > > > > > ++ > > > > > > > Lionel > > > > > > > > > 2007/6/21, djabs < [EMAIL PROTECTED]>: > > > > > > > > > > Bonjour, > > > > > > > > tout d abord j ai lu quelque part que askeet n etait pas à > jour > > > > mais j > > > > > > > > essaie de faire le tutoriel pour me familliariser avec cet > outil > > > > > > > > extraordinaire qu 'est symfony. > > > > > > > > j ai le schema.yml de la base de données qui semble ok. > > > > > > > > A partir du moment où je veux générer mon model ( symfony > > > > > > propel-build- > > > > > > > > model) , j obtiens l erreur suivant ( je copie tout .....) > > > > > > > > > > //////////////////////// DEBUT ERREUR > > > > > > > > C:\apachefriends\xampp\htdocs\askeet>symfony > propel-build-model > > > > > > > > >> schema converting > > > > > > "C:\apachefriends\xa...skeet\config\schema.yml" to > > > > > > > > XML > > > > > > > > >> schema putting > > > > C:\apachefriends\xampp\...eet\config\generated- > > > > > > > > schema.xml > > > > > > > > Buildfile: > C:\apachefriends\xampp\php\pear\symfony\vendor\propel- > > > > > > > > generator\build.xml > > > > > > > > [resolvepath] Resolved > C:\apachefriends\xampp\htdocs\askeet/config > > > > to > > > > > > > > C:\apachefriends\xampp\htdocs\askeet\config > > > > > > > > > > propel-project-builder > check-project-or-dir-set: > > > > > > > > > > propel-project-builder > check-project-set: > > > > > > > > > > propel-project-builder > set-project-dir: > > > > > > > > > > propel-project-builder > check-buildprops-exists: > > > > > > > > > > propel-project-builder > check-buildprops-for-propel-gen: > > > > > > > > > > propel-project-builder > check-buildprops: > > > > > > > > > > propel-project-builder > configure: > > > > > > > > [echo] Loading project-specific props from > > > > C:\apachefriends\xampp > > > > > > > > \htdocs\askeet\config/propel.ini > > > > > > > > [property] Loading > C:\apachefriends\xampp\htdocs\askeet\config > > > > > > > > \propel.ini > > > > > > > > > > propel-project-builder > om: > > > > > > > > [phing] Calling Buildfile > > > > 'C:\apachefriends\xampp\php\pear\symfony > > > > > > > > > > \vendor\propel-generator\build-propel.xml' with target 'om' > > > > > > > > [property] Loading > C:\apachefriends\xampp\php\pear\symfony\vendor > > > > > > > > \propel-generator\.\default.properties > > > > > > > > > > propel > check-run-only-on-schema-change: > > > > > > > > > > propel > om-check: > > > > > > > > > > propel > om: > > > > > > > > [echo] +------------------------------------------+ > > > > > > > > [echo] | | > > > > > > > > [echo] | Generating Peer-based Object Model for | > > > > > > > > [echo] | YOUR Propel project! (NEW OM BUILDERS)! | > > > > > > > > [echo] | | > > > > > > > > [echo] +------------------------------------------+ > > > > > > > > [phingcall] Calling Buildfile > > > > 'C:\apachefriends\xampp\php\pear\symfony > > > > > > > > \vendor\propel-generator\build-propel.xml' with target > > > > 'om-template' > > > > > > > > [property] Loading > C:\apachefriends\xampp\php\pear\symfony\vendor > > > > > > > > \propel-generator\.\default.properties > > > > > > > > > > propel > om-template: > > > > > > > > [propel-om] Target database type: mysql > > > > > > > > [propel-om] Target package: lib.model > > > > > > > > [propel-om] Using template path: > C:\apachefriends\xampp\php\pear > > > > > > > > \symfony\vendor\propel-generator\templates > > > > > > > > [propel-om] Output directory: > C:\apachefriends\xampp\htdocs\askeet > > > > > > > > [propel-om] Processing: generated-schema.xml > > > > > > > > (PHP Error) DOMDocument::load(): Attribute name redefined in > > > > > > > > > file:///C%3A/apachefriends/xampp/htdocs/askeet/config/generated- > > > > > > schema.xml > > > > > > > > , > > > > > > > > line: 2 > > > > > > > > [line 407 of > > > > C:\apachefriends\xampp\php\pear\symfony\vendor\propel- > > > > > > > > > generator\classes\propel\phing\AbstractPropelDataModelTask.php] > > > > > > > > (PHP Error) DOMDocument::load(): Attribute name redefined in > > > > > > > > > file:///C%3A/apachefriends/xampp/htdocs/askeet/config/generated- > > > > > > schema.xml > > > > > > > > , > > > > > > > > line: 4 > > > > > > > > [line 407 of > > > > C:\apachefriends\xampp\php\pear\symfony\vendor\propel- > > > > > > > > > generator\classes\propel\phing\AbstractPropelDataModelTask.php] > > > > > > > > (PHP Error) DOMDocument::load(): Attribute name redefined in > > > > > > > > > file:///C%3A/apachefriends/xampp/htdocs/askeet/config/generated- > > > > > > schema.xml > > > > > > > > , > > > > > > > > line: 5 > > > > > > > > [line 407 of > > > > C:\apachefriends\xampp\php\pear\symfony\vendor\propel- > > > > > > > > > generator\classes\propel\phing\AbstractPropelDataModelTask.php] > > > > > > > > (PHP Error) DOMDocument::load(): Attribute name redefined in > > > > > > > > > file:///C%3A/apachefriends/xampp/htdocs/askeet/config/generated- > > > > > > schema.xml > > > > > > > > , > > > > > > > > line: 6 > > > > > > > > [line 407 of > > > > C:\apachefriends\xampp\php\pear\symfony\vendor\propel- > > > > > > > > > generator\classes\propel\phing\AbstractPropelDataModelTask.php] > > > > > > > > (PHP Error) DOMDocument::load(): Attribute name redefined in > > > > > > > > > file:///C%3A/apachefriends/xampp/htdocs/askeet/config/generated- > > > > > > schema.xml > > > > > > > > , > > > > > > > > line: 10 > > > > > > > > [line 407 of > > > > C:\apachefriends\xampp\php\pear\symfony\vendor\propel- > > > > > > > > > generator\classes\propel\phing\AbstractPropelDataModelTask.php] > > > > > > > > (PHP Error) DOMDocument::load(): Attribute name redefined in > > > > > > > > > file:///C%3A/apachefriends/xampp/htdocs/askeet/config/generated- > > > > > > schema.xml > > > > > > > > , > > > > > > > > line: 14 > > > > > > > > [line 407 of > > > > C:\apachefriends\xampp\php\pear\symfony\vendor\propel- > > > > > > > > > generator\classes\propel\phing\AbstractPropelDataModelTask.php] > > > > > > > > (PHP Error) DOMDocument::load(): Attribute name redefined in > > > > > > > > > file:///C%3A/apachefriends/xampp/htdocs/askeet/config/generated- > > > > > > schema.xml > > > > > > > > , > > > > > > > > line: 15 > > > > > > > > [line 407 of > > > > C:\apachefriends\xampp\php\pear\symfony\vendor\propel- > > > > > > > > > generator\classes\propel\phing\AbstractPropelDataModelTask.php] > > > > > > > > (PHP Error) DOMDocument::load(): Attribute name redefined in > > > > > > > > > file:///C%3A/apachefriends/xampp/htdocs/askeet/config/generated- > > > > > > schema.xml > > > > > > > > , > > > > > > > > line: 18 > > > > > > > > [line 407 of > > > > C:\apachefriends\xampp\php\pear\symfony\vendor\propel- > > > > > > > > > generator\classes\propel\phing\AbstractPropelDataModelTask.php] > > > > > > > > (PHP Error) DOMDocument::load(): Attribute name redefined in > > > > > > > > > file:///C%3A/apachefriends/xampp/htdocs/askeet/config/generated- > > > > > > schema.xml > > > > > > > > , > > > > > > > > line: 19 > > > > > > > > [line 407 of > > > > C:\apachefriends\xampp\php\pear\symfony\vendor\propel- > > > > > > > > > generator\classes\propel\phing\AbstractPropelDataModelTask.php] > > > > > > > > (PHP Error) DOMDocument::load(): Attribute name redefined in > > > > > > > > > file:///C%3A/apachefriends/xampp/htdocs/askeet/config/generated- > > > > > > schema.xml > > > > > > > > , > > > > > > > > line: 20 > > > > > > > > [line 407 of > > > > C:\apachefriends\xampp\php\pear\symfony\vendor\propel- > > > > > > > > > generator\classes\propel\phing\AbstractPropelDataModelTask.php] > > > > > > > > (PHP Error) DOMDocument::load(): Attribute name redefined in > > > > > > > > > file:///C%3A/apachefriends/xampp/htdocs/askeet/config/generated- > > > > > > schema.xml > > > > > > > > , > > > > > > > > line: 21 > > > > > > > > [line 407 of > > > > C:\apachefriends\xampp\php\pear\symfony\vendor\propel- > > > > > > > > > generator\classes\propel\phing\AbstractPropelDataModelTask.php] > > > > > > > > (PHP Error) DOMDocument::load(): Attribute name redefined in > > > > > > > > > file:///C%3A/apachefriends/xampp/htdocs/askeet/config/generated- > > > > > > schema.xml > > > > > > > > , > > > > > > > > line: 22 > > > > > > > > [line 407 of > > > > ... > > > > read more >> > > > > > --~--~---------~--~----~------------~-------~--~----~ Vous avez reçu ce message, car vous êtes abonné au groupe Groupe "Symfony-fr" de Google Groupes. Pour transmettre des messages à ce groupe, envoyez un e-mail à l'adresse [email protected] Pour résilier votre abonnement à ce groupe, envoyez un e-mail à l'adresse [EMAIL PROTECTED] Pour afficher d'autres options, visitez ce groupe à l'adresse http://groups.google.com/group/symfony-fr?hl=fr -~----------~----~----~----~------~----~------~--~---
