I have a database. I am trying to reverse engineer using symfony to create schema.yml. I get this error message:
[propel-schema-reverse] There was an error building XML from metadata: SQLSTATE[HY000]: General error: 2030 This command is not supported in the prepared statement protocol yet
I can generate the schema.xml using Creole but run into another problem later:
Cannot fetch TableMat for undefined table: m_country. Make sure you have the static MapBuilder registration code after your peer stub class definition.
This happens when I am trying to add some master data to the table m_country. This happens for all the tables.
Can somebody give any pointers? Thanks in advance.