User list cannot be loaded

Hi All,

We upgraded from OJS 2.4.8-1 to 3.1.2-1
But the user list cannot be loaded in User and Roles tab (page loading continuously)

Any help appreciated

Ek%20A%C3%A7%C4%B1klama%202019-09-05%20155610

Hi @birkok,

Check your PHP error log for details.

Regards,
Alec Smecher
Public Knowledge Project Team

I had the same problems and in error log is errors with Database, MAX_JOIN_SIZE… I try to solve this problem too.
Regards
Lazar

here is the error_log
Between first errors:

Blockquote:
[07-Sep-2019 06:21:29 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADODB_Cache_File has a deprecated constructor in /home1/insanbil/public_html/jhumansciences/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 263
[07-Sep-2019 06:21:29 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADOConnection has a deprecated constructor in /home1/insanbil/public_html/jhumansciences/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 359
[07-Sep-2019 06:21:29 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet has a deprecated constructor in /home1/insanbil/public_html/jhumansciences/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 2921
[07-Sep-2019 06:21:29 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet_array has a deprecated constructor in /home1/insanbil/public_html/jhumansciences/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 3939
[07-Sep-2019 06:21:29 UTC] PHP Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home1/insanbil/public_html/jhumansciences/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 1003
[07-Sep-2019 06:21:29 UTC] PHP Warning: Illegal string offset ‘tr_TR’ in /home1/insanbil/public_html/jhumansciences/ojs/lib/pkp/classes/core/DataObject.inc.php on line 133
[07-Sep-2019 06:21:29 UTC] PHP Warning: Illegal string offset ‘tr_TR’ in /home1/insanbil/public_html/jhumansciences/ojs/lib/pkp/classes/core/DataObject.inc.php on line 133
[07-Sep-2019 06:21:29 UTC] PHP Warning: Declaration of DRIVERDAO::setOAI(&$oai) should be compatible with PKPOAIDAO::setOAI($oai) in /home1/insanbil/public_html/jhumansciences/ojs/plugins/generic/driver/DRIVERDAO.inc.php on line 19
[07-Sep-2019 06:21:29 UTC] PHP Warning: Declaration of CustomBlockPlugin::getBlockContext() should be compatible with BlockPlugin::getBlockContext($contextId = NULL) in /home1/insanbil/public_html/jhumansciences/ojs/plugins/generic/customBlockManager/CustomBlockPlugin.inc.php on line 134
[07-Sep-2019 06:21:29 UTC] PHP Warning: Declaration of OpenAIREDAO::setOAI(&$oai) should be compatible with PKPOAIDAO::setOAI($oai) in /home1/insanbil/public_html/jhumansciences/ojs/plugins/generic/openAIRE/OpenAIREDAO.inc.php on line 100
[07-Sep-2019 06:21:29 UTC] PHP Warning: Illegal string offset ‘tr_TR’ in /home1/insanbil/public_html/jhumansciences/ojs/lib/pkp/classes/core/DataObject.inc.php on line 133
[07-Sep-2019 06:21:29 UTC] PHP Warning: Illegal string offset ‘tr_TR’ in /home1/insanbil/public_html/jhumansciences/ojs/lib/pkp/classes/core/DataObject.inc.php on line 133
[07-Sep-2019 06:21:30 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADODB_Cache_File has a deprecated constructor in /home1/insanbil/public_html/jhumansciences/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 263

It started to work again by itself.
I just deleted error_log file.

It was 200 MB around. Maybe big size could be problem.