Instalé OJS 3.0.2 y cuando levanto el sitio me aparece esta pantalla y no me permite entrar en la página de administración.
Ayuda
Instalé OJS 3.0.2 y cuando levanto el sitio me aparece esta pantalla y no me permite entrar en la página de administración.
Ayuda
Hi @josec,
What happens when you log in using the button on the top right?
Regards,
Alec Smecher
Public Knowledge Project Team
Sale esta pantalla y no hace nada mas
Alguien me puede ayudar
Hi @josec,
What version of PHP are you using?
One likely cause of this is cookies. Try changing the name of the OJS cookie in config.inc.php
(it’s OJSSID
by default; you can try anything else). Also try flushing cookies in your browser, and manually configuring the cookie path (also in config.inc.php
).
Regards,
Alec Smecher
Public Knowledge Project Team
Saludos,
Estamos usando PHP versión 5.6.17
¿Que pueden ser estos errores?
Deprecated: Non-static method ScheduledTaskHelper::checkFrequency() should not be called statically, assuming $this from incompatible context in /usr/local/revista_mfp/lib/pkp/plugins/generic/acron/PKPAcronPlugin.inc.php on line 315
Deprecated: Non-static method ScheduledTaskHelper::_isInRange() should not be called statically, assuming $this from incompatible context in /usr/local/revista_mfp/lib/pkp/classes/scheduledTask/ScheduledTaskHelper.inc.php on line 114
Deprecated: Non-static method ScheduledTaskHelper::checkFrequency() should not be called statically, assuming $this from incompatible context in /usr/local/revista_mfp/lib/pkp/plugins/generic/acron/PKPAcronPlugin.inc.php on line 315
Deprecated: Non-static method ScheduledTaskHelper::_isInRange() should not be called statically, assuming $this from incompatible context in /usr/local/revista_mfp/lib/pkp/classes/scheduledTask/ScheduledTaskHelper.inc.php on line 114
Deprecated: Non-static method ScheduledTaskHelper::checkFrequency() should not be called statically, assuming $this from incompatible context in /usr/local/revista_mfp/lib/pkp/plugins/generic/acron/PKPAcronPlugin.inc.php on line 315
Deprecated: Non-static method ScheduledTaskHelper::_isInRange() should not be called statically, assuming $this from incompatible context in /usr/local/revista_mfp/lib/pkp/classes/scheduledTask/ScheduledTaskHelper.inc.php on line 114
Deprecated: Non-static method ScheduledTaskHelper::checkFrequency() should not be called statically, assuming $this from incompatible context in /usr/local/revista_mfp/lib/pkp/plugins/generic/acron/PKPAcronPlugin.inc.php on line 315
Deprecated: Non-static method ScheduledTaskHelper::_isInRange() should not be called statically, assuming $this from incompatible context in /usr/local/revista_mfp/lib/pkp/classes/scheduledTask/ScheduledTaskHelper.inc.php on line 114
Deprecated: Non-static method ScheduledTaskHelper::checkFrequency() should not be called statically, assuming $this from incompatible context in /usr/local/revista_mfp/lib/pkp/plugins/generic/acron/PKPAcronPlugin.inc.php on line 315
Deprecated: Non-static method ScheduledTaskHelper::_isInRange() should not be called statically, assuming $this from incompatible context in /usr/local/revista_mfp/lib/pkp/classes/scheduledTask/ScheduledTaskHelper.inc.php on line 114
Strict Standards: Declaration of PKPLoginHandler::authorize() should be compatible with PKPHandler::authorize($request, &$args, $roleAssignments, $enforceRestrictedSite = true) in /usr/local/revista_mfp/lib/pkp/pages/login/PKPLoginHandler.inc.php on line 19
Strict Standards: Declaration of LoginHandler::_setMailFrom() should be compatible with PKPLoginHandler::_setMailFrom($request, $mail, $site) in /usr/local/revista_mfp/pages/login/LoginHandler.inc.php on line 19
Deprecated: Non-static method Request::getContext() should not be called statically, assuming $this from incompatible context in /usr/local/revista_mfp/lib/pkp/classes/plugins/ThemePlugin.inc.php on line 409
Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically, assuming $this from incompatible context in /usr/local/revista_mfp/classes/core/Request.inc.php on line 68
Y este:
http://www.mfp.gob.cu/revista_mfp/index.php/index/login [HTTP/1.1 500 Internal Server Error 284ms]
Jose Carlos
Hi @josec,
Those warnings are all cosmetic and can be ignored. The 500 error suggests that you have something else in the log that’s relevant (i.e. not a warning).
Regards,
Alec Smecher
Public Knowledge Project Team
¿Cual puede ser la causa del error 500 que se señala?
Hi @josec,
The details should be logged on your server.
Regards,
Alec Smecher
Public Knowledge Project Team