Closed filiperochalopes closed 1 year ago
It took me 2+ days. But I finally found the error. It was on my schema.xml
<?xml version="1.0" encoding="utf-8"?>
<database name="default" defaultIdMethod="native" namespace="\Models" defaultPhpNamingMethod="underscore">
I was using Api\Models
for my models but it was \Models
at schema.xml
Hello there. I am in a bug for days. I used propel init to introspect database, then I changed some phpName and
schema.xml
structure and run propel model:build. Now when I try to run this migration or importgenerated-confi/config.php
:I get this error tracing:
I tried run
config:convert first
, thenmodel:build
. Same happened.Easy to see this error using my https://github.com/filiperochalopes/cadastro-procedimentos-fisioterapia/tree/9653a4660323da3af8ba263dbc162a1e7a07d650 docker repo. Unfortunatelly I cant offer my base sql seed but it's not necessary to reproduce the error.