Closed cmroldan closed 9 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.
Hola, gracias por responder tengo la version 5.4 pruebo de instalar la anterior y comento como me fue, muchas gracias
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
Hola Carlos!
Tengo instalado Kimkelen en condiciones parecidas.
Aparentemente, te falta la tabla personal. ¿Seguiste todos los comandos para instalar?
(php symfony kimkelen:flavor
El 2do es el que crea las tablas.
No sé si habrá otros problemas. Espero sirva.
Natalia
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
Para aclarar: ¿La DB no tiene tablas tampoco? ¿Corriste el script que indica Emilia más arriba (data/symfony/bin/check_configuration.php)?
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
Tendrias q arrancar por ahi porq tu versión de PHP debe ser >= 5.2.4 y < 5.4.
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
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
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:
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