Preguntas frecuentes
A continuación, se describen algunas preguntas y/o situaciones recurrentes al momento de instalar y operar el proyecto.
IDP
Errores de PHP
Puede presentarse al momento de acceder al IDP el siguiente error.
PHP Fatal error: Declaration of Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface::dispatch($event) must be compatible with Psr\\EventDispatcher\\EventDispatcherInterface::dispatch(Psr\\EventDispatcher\\object $event) in /var/siu/arai-usuarios/3.0.0/idp/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php on line 20
Se debe a que el webserver está corriendo con PHP 7.1. Verificar la lista de módulos activos, desactivar
php7.1
y asegurarse de tener activophp7.3
.