OJS 3.1 Blank screen after installation

Hi there,

I installed fresh ojs in FreeBSD php 7.2, but after the installation im getting the blank page when im opening the logs, im getting this error;

 Recoverable fatal error: ini_set(): Cannot set 'user' save handler by ini_set() or session_module_name() in /usr/local/www/apache24/data/lib/pkp/classes/session/SessionManager.inc.php on line 36

Any recommend would be nice guys, we really need ojs right now.

Hi @Riselia,

There are a couple of lines of code that are incompatible with PHP7.2, but by coincidence I’ve just patched them. Try applying this patch in your lib/pkp subdirectory. (The issue is #3185.)

Regards,
Alec Smecher
Public Knowledge Project Team

4 Likes

Thank you, it solved problem !