Se queda cargando el panel de control del entorno OJS en su version 3.2.1.4 Non-static method PKPApplication::getRequest() should not be called statically in /home/revistaunah/public_html/plugins/generic/customHeader/CustomHeaderPlugin.inc.php on line 112

Hi all,

PKPApplication should be a singleton; I would recommend replacing:

PKPApplication::getRequest()

…with…

Application::get()->getRequest()

Regards,
Alec Smecher
Public Knowledge Project Team

2 Likes