|
PKP Bugzilla – Full Text Bug Listing |
| Summary: | session_is_registered function is removed in PHP 5.4 | ||
|---|---|---|---|
| Product: | OJS | Reporter: | Jason Nugent <jason.nugent> |
| Component: | General | Assignee: | PKP Support <pkp-support> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | alec, jmacgreg, molavy2003, sosacelina |
| Priority: | P3 | ||
| Version: | 2.4.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Version Reported In: | Also Affects: | ||
| Attachments: | Patch against OJS 2.3.x | ||
|
Description
Jason Nugent
2012-06-07 02:50:21 PDT
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 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. |