6 résultats trouvés

par ZeBrain
14 sept. 2010, 17:32
Forum : Frameworks PHP
Sujet : [Doctrine] No yml schema found in schema.yml
Réponses : 9
Vues : 3559

Re: [Doctrine] No yml schema found in schema.yml

Effectivement, on dirait que cette classe manquante a perturbé quelque chose.

J'ai enlevé mon hack de la fct buildSchema et ça tourne.

Ouf !
par ZeBrain
14 sept. 2010, 17:22
Forum : Frameworks PHP
Sujet : [Doctrine] No yml schema found in schema.yml
Réponses : 9
Vues : 3559

Re: [Doctrine] No yml schema found in schema.yml

(bon la classe PostListener je l'ai créer pour supprimer l'erreur)
par ZeBrain
14 sept. 2010, 17:15
Forum : Frameworks PHP
Sujet : [Doctrine] No yml schema found in schema.yml
Réponses : 9
Vues : 3559

Re: [Doctrine] No yml schema found in schema.yml

Pas d'erreur 404 dans le fichier d'Apache. Par contre on dirait en effet que le fichier n'est pas trouvé. QUand je bricole la fonction buildSchema de la classe Doctrine_Import_Schema pour loader uniquement mon fichier j'obtient : loadModels : Array ( [BaseGroup] => BaseGroup [BasePost] => BasePost [...
par ZeBrain
14 sept. 2010, 16:04
Forum : Frameworks PHP
Sujet : [Doctrine] No yml schema found in schema.yml
Réponses : 9
Vues : 3559

Re: [Doctrine] No yml schema found in schema.yml

merci pour la réponse. je commençais à me sentir seul ^^. voici mon code : schema.yml est dans le répertoire 'models' <?php require_once('Doctrine.php'); spl_autoload_register(array('Doctrine', 'autoload')); $sBDDname = 'doctrine_test'; $sBDDuser = 'root'; $sBDDpassword = ''; $oConn = Doctrine_Manag...
par ZeBrain
13 sept. 2010, 20:20
Forum : Frameworks PHP
Sujet : [Doctrine] No yml schema found in schema.yml
Réponses : 9
Vues : 3559

Re: [Doctrine] No yml schema found in schema.yml

Voici mon YAML à titre d'info : options: type: INNODB collate: utf8_unicode_ci charset: utf8 User: actAs: SoftDelete: Timestampable: created: name: account_birthday type: date format: Y-m-d updated: disabled: true columns: id: type: integer(4) primary: true autoincrement: true username: type: string...
par ZeBrain
12 sept. 2010, 19:16
Forum : Frameworks PHP
Sujet : [Doctrine] No yml schema found in schema.yml
Réponses : 9
Vues : 3559

[Doctrine] No yml schema found in schema.yml

Bonjour, je tente d'utiliser Doctrine (sans symfony pour commencer) sous Windows 7 avec Wamp server. quand j'essai de générer un modèle d'après un fichier yaml j'btiens l'erreur "No yml schema found in schema.yml". Pourtant j'ai copié exactement les données d'un tutoriel ( http://www.sylva...
Nous sommes le 04 juin 2026, 23:23