TheBlackReverand
TheBlackReverand
Je viens d'ajouter un try/catch dans le fichier SongsController.php à la ligne `if (!$this->Song->save($parse_result['data']))` Voici le message de l'exception > catch save : SQLSTATE[HY000]: General error: 1366 Incorrect string value:...
Je suis remonté jusque dans Cake. DboSource.php `if ($this->execute($this->renderStatement('create', $query)))` Si je récupère le retour de "renderStatement" j'obtiens le SQL suivant (via error_log(...)) > INTO `sonerezh`.`songs` (`title`, `artist`, `band`, `album`,...
Rebondissement! Il me prend un doute....j'ouvre à nouveau mon fichier de log mais avec Notepad++ et je remarque que le fichier est en ANSI!! Alors que toute l'appli est en...
Hello, Maybe we can use vars and define an OpenAPI extension for describe envrionments https://spec.openapis.org/oas/latest.html#specification-extensions If OpenAPI spec file contain x-bruno-environments, we can use it for environments generation ```json "servers":...