Desarrollo-CeSPI / kimkelen

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

Problema con algunas clases #497

Open mlehoczky opened 6 years ago

mlehoczky commented 6 years ago

Buenos días, estimados y estimadas!

Les cuento mi situación. Instalé Kimkelen en Debian 6, corriendo en PHP 5.3 (en distribuciones más modernas se me complicaba obtener los requisitos PHP < 5.4). Lo instalé siguiendo las instrucciones del archivo INSTALL. El Sistema aparenta funcionar bien, pero arroja algunos errores 500 (en el navegador). Chequeando los logs de apache obtengo lo siguiente:

[Wed Aug 08 15:15:01 2018] [error] [client 170.210.170.43] Empty module and/or action after parsing the URL "/js/jquery-1.6.2.min.js" (/)., referer: http://10.101.6.201/ [Wed Aug 08 15:15:02 2018] [error] [client 170.210.170.43] Empty module and/or action after parsing the URL "/favicon.ico" (/)., referer: http://10.101.6.201/ [Wed Aug 08 15:15:16 2018] [error] [client 170.210.170.43] Action "gmGeneratorPlugin/images" does not exist., referer: http://10.101.6.201/student [Wed Aug 08 15:15:24 2018] [error] [client 170.210.170.43] Action "gmGeneratorPlugin/images" does not exist., referer: http://10.101.6.201/student

Si pudieran guiarme hacia una solución se los agradecería enormememnte.

mlehoczky commented 6 years ago

Solucioné lo de las referencias a /js/jquery-1.6.2.min,js. Continúan los mensajes sobre gmGeneratorPlugin/images y ahora, al querer ver un analítico se genera:

[Sat Aug 11 15:46:37 2018] [error] [client 192.168.0.101] PHP Fatal error: Class 'DemoAnalyticalBehaviour' not found in /var/www/kimkelen/lib/school_behaviour/base/factory/AnalyticalBehaviourFactory.class.php on line 45, referer: http://192.168.0.100/student

Mil gracias de antemano.