PKP Bugzilla – Bug 7544
session_is_registered function is removed in PHP 5.4
Last modified: 2013-04-24 11:23:03 PDT
The Session class currently relies on a test for session_is_registered() which is deprecated in PHP 5.3 and removed in 5.4. See: http://pkp.sfu.ca/support/forum/viewtopic.php?f=8&t=8701
Created attachment 3789 [details] Patch against OJS 2.3.x The session_is_registered and session_unregister calls are unneeded, I think; please test this patch and let me know if it works.
Hi Alec, Against 2.3.7 it seems to work fine. Cheers, Jason
Removed unnecessary session_... func calls https://github.com/pkp/pkp-lib/commit/2c2a380d9babb84ef00f837dd09636b2b47fb06f
buenas yo instale el ojs 2.3.7 en un servidor windows 2003, durante la instalación y configuración del software no huno problema, se alojo la revista sin ningun problema pero cuando dese ingresar al nombre de la revista dandole al link de esta me da el error Fatal error: Call to undefined function session_is_registered() in C:\xampp\htdocs\ojs\lib\pkp\classes\session\Session.inc.php on line 64 igualmente me da este mismo error al darle click al link gestor de la revista y darle click al link de salir, agradeceria mucho el que me pudieran ayudar con este problema
sosacelina, apply the patch attached to this bug entry to solve the problem. (Alternately, install OJS 2.4.0, which has the patch included.)
*** Bug 7913 has been marked as a duplicate of this bug. ***
*** Bug 8208 has been marked as a duplicate of this bug. ***
(In reply to comment #8) > *** Bug 8208 has been marked as a duplicate of this bug. *** Heh, so many duplicates. Alec, I just cherry-picked your previous commit to my ojs-stable-2_3 lib/pkp checkout; it applies cleanly and fixes the problem. Did you want me to commit this and add to the 2.3 Recommended Patches list?
Sure, fine with me.