Desarrollo-CeSPI / kimkelen

Sistema Integral de Gestión de Colegios
Other
35 stars 43 forks source link

Error Instalacion #115

Closed cmroldan closed 9 years ago

cmroldan commented 10 years ago

Hola, que tal? estoy intentando instalar el sistema en una pc con huayra y al poner php symfony propel:build-model me da el siguiente error:

propel Running "om" phing task PHP Strict Standards: Declaration of UnixFileSystem::getBooleanAttributes() should be compatible with FileSystem::getBooleanAttributes($f) in /var/www/kimkelen/lib/symfony/plugins/sfPropelPlugin/lib/vendor/phing/system/io/UnixFileSystem.php on line 278 Execution of target "om-template" failed for the following reason: /var/www/kimkelen/lib/symfony/plugins/sfPropelPlugin/lib/vendor/propel-generator/build-propel.xml:479:1: ERROR!! Attempt to set foreign key to nonexistent table, sf_guard_user! [phingcall] /var/www/kimkelen/lib/symfony/plugins/sfPropelPlugin/lib/vendor/propel-generator/build-propel.xml:479:1: ERROR!! Attempt to set foreign key to nonexistent table, sf_guard_user! Execution of target "om" failed for the following reason: /var/www/kimkelen/lib/symfony/plugins/sfPropelPlugin/lib/vendor/propel-generator/build-propel.xml:465:22: Execution of the target buildfile failed. Aborting. [phing] /var/www/kimkelen/lib/symfony/plugins/sfPropelPlugin/lib/vendor/propel-generator/build-propel.xml:465:22: Execution of the target buildfile failed. Aborting.

Some problems occurred when executing the task:
build-propel.xml:479:1: ERROR!! Attempt to set foreign key to nonexistent table, sf_guard_user!
build-propel.xml:465:22: Execution of the target buildfile failed. Aborting.
If the exception message is not clear enough, read the output of the task for more information

ecorrons commented 10 years ago

Hola Claudio, el error se estaría debiendo a tu versión de PHP. La misma debe ser >= 5.2.4 y < 5.4. Fijate cuál tenes instalada, deberías usar alguna de la rama 5.3

Podés correr el script data/symfony/bin/check_configuration.php para chequear si el sistema destino cumple con los requisitos y dependencias necesarias para correr la aplicación.

cmroldan commented 10 years ago

Hola, gracias por responder tengo la version 5.4 pruebo de instalar la anterior y comento como me fue, muchas gracias

carentrerios commented 10 years ago

Hola a todos, les comento que estamos tratando de montar kimkelen para gestionar alumnado en un instituto terciario de Entre Rios y, durante el proceso de instalación me surgieron los siguientes errores(windows 7, 64 bit con xampp 3.2.1:

comando: php symfony kimkelen:flavor demo Warning: symlink(): Could not fetch file information(error 2) in C:\xampp\htdocs\kimkelen-2.18.1\lib \symfony\task\sfFilesystem.class.php on line 224

comando: symfony plugin:publish-assets Warning: symlink(): Could not fetch file information(error 2) in C:\xampp\htdocs\kimkelen-2.18.1\lib \symfony\task\sfFilesystem.class.php on line 224

comando: symfony propel:data-load C:\xampp\htdocs\kimkelen-2.18.1>c:\xampp\php\php symfony propel:data-load

propel load data from "C:/xampp/htdocs...uardSecurePlugin/data/fixtures" propel load data from "C:/xampp/htdocs/kimkelen-2.18.1/data/fixtures"

[wrapped: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'kimkelen.personal' doesn't e xist]


cuando termina, ingreso en http://localhost/kimkelen-2.18.1/web/index.php y me tira el error 500... y cuando reviso la db la misma esta vacia! Espero que alguien pueda darme una mano! Muchas gracias carlos

nfuerte commented 10 years ago

Hola Carlos! Tengo instalado Kimkelen en condiciones parecidas. Aparentemente, te falta la tabla personal. ¿Seguiste todos los comandos para instalar? (php symfony kimkelen:flavor php symfony propel:build-all-load php symfony plugin:publish php symfony project:permissions)

El 2do es el que crea las tablas.

No sé si habrá otros problemas. Espero sirva.

Natalia

carentrerios commented 10 years ago

Hola, Gracias por constestar, si corri ese comando como dice en archivo install php symfony propel:build-all-load --no-confirmation

y este no indico ningun error

nfuerte commented 10 years ago

Para aclarar: ¿La DB no tiene tablas tampoco? ¿Corriste el script que indica Emilia más arriba (data/symfony/bin/check_configuration.php)?

carentrerios commented 10 years ago

Ahi estaba corriendo de nuevo del comando... me arroja algunos (varios) deprecated de php [PHP Error]mysql_escape_string():This function is decrepated... y viendo lo que me escribiste.. me fijare en lo que me decis.. ya que solo controle la version de php y actualmente estoy usando la 5.5.15

nfuerte commented 10 years ago

Tendrias q arrancar por ahi porq tu versión de PHP debe ser >= 5.2.4 y < 5.4.

carentrerios commented 10 years ago

Hola Gurises, me surgen estos errores, habiendo instalado PHP 5.3.5 Apache 2.2.17, MySQL 5.5.8, y me arroja los siguientes errores:

Comando C:\xampp\htdocs\kimkelen-2.18.0>c:\xampp\php\php symfony kimkelen:flavor demo "Realiza algunos procesos correctamente y luego muestra lo siguiente"

PHP Warning: symlink(): Could not fetch file information(error 2) in C:\xampp\htdocs\kimkelen-2.18. 0\lib\symfony\task\sfFilesystem.class.php on line 224

Warning: symlink(): Could not fetch file information(error 2) in C:\xampp\htdocs\kimkelen-2.18.0\lib \symfony\task\sfFilesystem.class.php on line 224

Comando C:\xampp\htdocs\kimkelen-2.18.0>c:\xampp\php\php symfony propel:build-all-load "Realiza algunos procesos correctamente y luego muestra lo siguiente"

propel Running "om" phing task [phingcall] The "default" context does not exist. Execution of target "om" failed for the following reason: C:\xampp\htdocs\kimkelen-2.18.0\lib\symfon y\plugins\sfPropelPlugin\lib\vendor\propel-generator\build-propel.xml:465:22: Execution of the targe t buildfile failed. Aborting. [phing] C:\xampp\htdocs\kimkelen-2.18.0\lib\symfony\plugins\sfPropelPlugin\lib\vendor\propel-gen erator\build-propel.xml:465:22: Execution of the target buildfile failed. Aborting. Some problems occurred when executing the task: build-propel.xml:465:22: Execution of the target buildfile failed. Aborting.

If the exception message is not clear enough, read the output of the task for more information

carentrerios commented 10 years ago

Hola Gurises, esperando que anden bien les comento el principal error que tenia era que al instalar XAMPP 1.7.7, este no trae la linea de extension php_xsl.dll en php.ini y por eso arrojo la mayoria de los problemas. Simplemente agregandola se solucionaron los problemas. Espero que este dato les sirva a futuros implementadores de kimkelen. Nos leemos carlos