Hola a todos y todas, <br> <br>Soy Javier Muñoz les escribo desde Quito ecuador.<br><br>Buscando software para la institución educativa a la que pertenezco me encontré con el proyecto y estoy tratando de probarlo para dicha institución. Actualmente lo estoy haciendo en mi laptop con Ubuntu 11 i386 32b kernel 04 2.6.38-11-generic.<br>
<br>He tenido un par de inconvenientes en la instalación así:<br><br>Todo el proceso para marchó bien hasta por acá:<br><br><br>-Los comandos para crear los archivos de configuración: /var/www/alba$ sudo cp config/databases.yml.dist >config/databases.yml <br>
/var/www/alba$ sudo cp config/propel.ini.dist >config/propel.ini <br><br>no funcionaron, asi que los cree manualmente copiando el contenido de los de muestra a un documento en gedit y poniéndolos en la carpeta con su nombre respectivo<br>
<br><br><br><br>- Al ejecutar <br><br><br>xavier@xavier-Dell-System-Inspiron-N4110:/var/www/alba$ sudo ./symfony propel:build-all-load<br>>> schema converting "/var/www/alba/config/schema.yml" to XML<br>
>> schema putting /var/www/alba/config/generated-schema.xml<br>>> propel Running "om" phing task<br>>> file- /var/www/alba/config/generated-schema-transformed.xml<br>>> file- /var/www/alba/config/generated-schema.xml<br>
>> autoload reloading autoloading<br> <br> Phing was run before and used many custom classes that might conflict with <br> your model classes. In case of errors try running "propel:build-forms" and <br>
"propel:build-filters" alone. This is due to a PHP limitation that cannot be <br> fixed in symfony. <br> <br>
>> propel generating form classes<br>PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 19456 bytes) in /var/www/alba/lib/model/om/BaseCuenta.php on line 1226<br><br>Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 19456 bytes) in /var/www/alba/lib/model/om/BaseCuenta.php on line 1226<br>
xavier@xavier-Dell-System-Inspiron-N4110:/var/www/alba$ <br>---------------------------------------------------------------------<br><br><br>Busque el archivo /etc/php5/cli/php.ini pero no existía. Supongo que es este que encontré en la ruta /etc/php5/apache2/php.ini, lo modifique editando memory_limit = 256M <br>
<br> <a href="http://pastebin.com/9iBZHdfP">http://pastebin.com/9iBZHdfP</a> <br><br><br>después de ello me sigue arrojando el mismo fallo:<br><br>xavier@xavier-Dell-System-Inspiron-N4110:/var/www/alba$ sudo ./symfony pr-Ruta para el aumento de php.ini /etc/php5/apache2 opel:build-all-load<br>
>> schema converting "/var/www/alba/config/schema.yml" to XML<br>>> schema putting /var/www/alba/config/generated-schema.xml<br>>> propel Running "om" phing task<br>>> file- /var/www/alba/config/generated-schema-transformed.xml<br>
>> file- /var/www/alba/config/generated-schema.xml<br>>> autoload reloading autoloading<br> <br> Phing was run before and used many custom classes that might conflict with <br>
your model classes. In case of errors try running "propel:build-forms" and <br> "propel:build-filters" alone. This is due to a PHP limitation that cannot be <br> fixed in symfony. <br>
<br>>> propel generating form classes<br>PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 19456 bytes) in /var/www/alba/lib/model/om/BaseCuenta.php on line 1226<br>
<br>Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 19456 bytes) in /var/www/alba/lib/model/om/BaseCuenta.php on line 1226<br>xavier@xavier-Dell-System-Inspiron-N4110:/var/www/alba$ <br><br>
<br>----------------------------------------<br><br><br>Espero me puedan guiar, gracias<br>