04-03-2018, 07:51 AM
(This post was last modified: 04-03-2018, 07:52 AM by construmet4.)
(04-02-2018, 03:56 PM)joebordes Wrote: A ver, el script webservice.php NO se puede ejecutar dentro de la aplicación. Son dos puntos de entrada totalmente diferentes, con fines distintos y NO se pueden mezclar. O sea, estás provocando el error tu mismo al incluir ese fichero en el index.php.
Ahora, mi pregunta es, dado que he buscado en toda la aplicación a ver si, por error, nosotros hemos incluido ese fichero y no lo encuentro, ¿Lo has incluido tu en alguna parte que te pudiera producir el error?
Para actualizar hay que actualizar el código a mano y DESPUES ejecutar el actualizador de coreBOS. El actualizador se encarga de sincronizar los cambios en el código y tu base de datos pero NO actualiza el código. Eso lo tienes que hacer tu a mano, normalmente utilizando git. Eso es así porque cada instalación tiene alguna particularización que require una intervención humana.
No hay ninguna línea de error correspondiente a coreBOS en ese fichero de log
He encontrado esto en el último log que he visto en mi servidor
[Tue Apr 03 09:44:27.914199 2018] [proxy_fcgi:error] [pid 26143] [client 90.164.194.124:63681] AH01071: Got error 'PHP message: PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0\n', referer: https://centronegociobarcelona.com/corebos/index.php?module=com_vtiger_workflow&action=workflowlist&parenttab=Settings
[Tue Apr 03 09:44:30.307595 2018] [proxy_fcgi:error] [pid 26143] [client 90.164.194.124:63681] AH01071: Got error 'PHP message: PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0\n', referer: https://centronegociobarcelona.com/corebos/index.php?module=com_vtiger_workflow&action=workflowlist&parenttab=Settings
[Tue Apr 03 09:44:32.809861 2018] [proxy_fcgi:error] [pid 26143] [client 90.164.194.124:63681] AH01071: Got error 'PHP message: PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0\n', referer: https://centronegociobarcelona.com/corebos/index.php?module=com_vtiger_workflow&action=workflowlist&parenttab=Settings
Puede que sea esto lo que está dando problemas y por eso no se cargan ni las acciones ni las condiciones de los workflow?
(04-02-2018, 03:56 PM)joebordes Wrote: A ver, el script webservice.php NO se puede ejecutar dentro de la aplicación. Son dos puntos de entrada totalmente diferentes, con fines distintos y NO se pueden mezclar. O sea, estás provocando el error tu mismo al incluir ese fichero en el index.php.
Ahora, mi pregunta es, dado que he buscado en toda la aplicación a ver si, por error, nosotros hemos incluido ese fichero y no lo encuentro, ¿Lo has incluido tu en alguna parte que te pudiera producir el error?
Para actualizar hay que actualizar el código a mano y DESPUES ejecutar el actualizador de coreBOS. El actualizador se encarga de sincronizar los cambios en el código y tu base de datos pero NO actualiza el código. Eso lo tienes que hacer tu a mano, normalmente utilizando git. Eso es así porque cada instalación tiene alguna particularización que require una intervención humana.
No hay ninguna línea de error correspondiente a coreBOS en ese fichero de log
He encontrado esto en el último log que he visto en mi servidor
[Tue Apr 03 09:44:27.914199 2018] [proxy_fcgi:error] [pid 26143] [client 90.164.194.124:63681] AH01071: Got error 'PHP message: PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0\n', referer: https://centronegociobarcelona.com/corebos/index.php?module=com_vtiger_workflow&action=workflowlist&parenttab=Settings
[Tue Apr 03 09:44:30.307595 2018] [proxy_fcgi:error] [pid 26143] [client 90.164.194.124:63681] AH01071: Got error 'PHP message: PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0\n', referer: https://centronegociobarcelona.com/corebos/index.php?module=com_vtiger_workflow&action=workflowlist&parenttab=Settings
[Tue Apr 03 09:44:32.809861 2018] [proxy_fcgi:error] [pid 26143] [client 90.164.194.124:63681] AH01071: Got error 'PHP message: PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0\n', referer: https://centronegociobarcelona.com/corebos/index.php?module=com_vtiger_workflow&action=workflowlist&parenttab=Settings
Puede que sea esto lo que está dando problemas y por eso no se cargan ni las acciones ni las condiciones de los workflow?