Hola! Soy programadora de Córdoba Capital y me interesa mucho el proyecto, tanto para contribuir como para utilizarlo ya que tengo contactos en varias escuelas públicas de la provincia que ya me solicitaron un software con estas características y al buscar un punto de partida me encontré con este proyecto. Mi problema es que aparte de que no tengo idea de SQL (tengo que aprender) cuando lo quiero instalar, ejecuto la instrucción<br>
<br>sudo ./symfony propel:build-all-load<br><br>Luego del aviso:<br>************************************************************<br>This command will remove all data in your database.  <br>  Are you sure you want to proceed? (y/N)              <br>
                                                       <br>y<br>&gt;&gt; schema    converting &quot;/var/www/alba/config/schema.yml&quot; to XML<br>&gt;&gt; schema    putting /var/www/alba/config/generated-schema.xml<br>&gt;&gt; propel    Running &quot;insert-sql&quot; phing task<br>
[propel-sql-exec] Failed to execute:  <br> <br> CREATE TABLE `conceptobaja`<br> (<br> `id` INTEGER  NOT NULL AUTO_INCREMENT,<br> `nombre` VARCHAR(128)  NOT NULL,<br> `descripcion` VARCHAR(255),<br> PRIMARY KEY (`id`)<br> )[Engine/Type]=InnoDB<br>
[propel-sql-exec] SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#39;[Engine/Type]=InnoDB&#39; at line 7<br>
[propel-sql-exec] Failed to execute:  <br> <br> CREATE TABLE `tipodocumento`<br> (<br> `id` INTEGER  NOT NULL AUTO_INCREMENT,<br> `nombre` VARCHAR(128)  NOT NULL,<br> `descripcion` VARCHAR(255),<br> `orden` INTEGER default 0,<br>
 PRIMARY KEY (`id`)<br> )[Engine/Type]=InnoDB<br>[propel-sql-exec] SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#39;[Engine/Type]=InnoDB&#39; at line 8<br>
[propel-sql-exec] Failed to execute:  <br>*************************************************************<br>... muchas lineas más.<br><br>Comienza a tirar cosas con letra rojo oscuro hasta que al final aparece:<br>*************************************************************<br>
Some problems occurred when executing the task:                                                   <br>    If the exception message is not clear enough, read the output of the task for more information  <br><div style="text-align: left;">
************************************************************                        <br></div><br>Ya estoy hace rato tratando de solucionarlo, les agradecería se alguien pudiera ayudarme, capaz que ya tuvieron el mismo problema.<br>
<br>Saludos!<br>