Page 1 of 2

Update ojs 3.0.2 ke ojs 3.1.1 error

Posted: 02 Apr 2018, 10:29
by ceperlan
Salam jurnal,

Setelah saya lakukan update ojs 3 dari ojs 3.0.2.0 ke ojs 3.1.0.1 error.
Info Update OJS :
Info update.PNG
Errornya seperti digambar bawah ini :
setelah login sebagai admin dan setelah masuk ke dashboard hasilnya :
failed ajax.PNG
Setelah mengklik all aktif tidak muncul artikelnya. Loading terus....
Submission All Aktive.PNG

Mohon pencerahannya Bapak/ibu.... tulung...tulung...

Terima Kasih Banyak.

Re: Update ojs 3.0.2 ke ojs 3.1.1 error

Posted: 02 Apr 2018, 10:32
by ajienoorseto
cek error_log

Re: Update ojs 3.0.2 ke ojs 3.1.1 error

Posted: 02 Apr 2018, 10:40
by ceperlan
ajienoorseto wrote:cek error_log

Error Log:

Code: Select all

View in rendered output by enabling the "displayErrorDetails" setting.

[02-Apr-2018 03:43:38 UTC] PHP Strict Standards:  Declaration of CustomBlockPlugin::getSeq() should be compatible with BlockPlugin::getSeq($contextId = NULL) in /home/blajakartakemena/public_html/journal/plugins/generic/customBlockManager/CustomBlockPlugin.inc.php on line 0
[02-Apr-2018 03:43:38 UTC] PHP Strict Standards:  Declaration of CustomBlockPlugin::getBlockContext() should be compatible with BlockPlugin::getBlockContext($contextId = NULL) in /home/blajakartakemena/public_html/journal/plugins/generic/customBlockManager/CustomBlockPlugin.inc.php on line 0
[02-Apr-2018 03:43:38 UTC] PHP Strict Standards:  Declaration of CustomBlockPlugin::getEnabled() should be compatible with BlockPlugin::getEnabled($contextId = NULL) in /home/blajakartakemena/public_html/journal/plugins/generic/customBlockManager/CustomBlockPlugin.inc.php on line 0
[02-Apr-2018 03:43:38 UTC] PHP Strict Standards:  Declaration of CustomBlockPlugin::getContents() should be compatible with BlockPlugin::getContents($templateMgr, $request = NULL) in /home/blajakartakemena/public_html/journal/plugins/generic/customBlockManager/CustomBlockPlugin.inc.php on line 0
jadi bagaimana solusinya?

Re: Update ojs 3.0.2 ke ojs 3.1.1 error

Posted: 02 Apr 2018, 10:45
by ajienoorseto

Re: Update ojs 3.0.2 ke ojs 3.1.1 error

Posted: 02 Apr 2018, 11:29
by ceperlan
patchnya sudah saya masukkan sesuai ini :

Code: Select all

https://github.com/pkp/customBlockManager/commit/a0ca763d308f9fcde7eeb7c1e733aa0ec8bdb82e
dan ini :

Code: Select all

https://github.com/pkp/customBlockManager/commit/c564d603d0c04aed81ba113e18e29a77c0f7f5c3
tapi tetep masih error pak. Ini Error lognya.

Code: Select all

View in rendered output by enabling the "displayErrorDetails" setting.

[02-Apr-2018 04:20:10 UTC] PHP Strict Standards:  Declaration of CustomBlockPlugin::getBlockContext() should be compatible with BlockPlugin::getBlockContext($contextId = NULL) in /home/blajakartakemena/public_html/journal/plugins/generic/customBlockManager/CustomBlockPlugin.inc.php on line 0
[02-Apr-2018 04:20:10 UTC] PHP Strict Standards:  Declaration of CustomBlockPlugin::getEnabled() should be compatible with BlockPlugin::getEnabled($contextId = NULL) in /home/blajakartakemena/public_html/journal/plugins/generic/customBlockManager/CustomBlockPlugin.inc.php on line 0
[02-Apr-2018 04:21:08 UTC] PHP Strict Standards:  Declaration of CustomBlockPlugin::getBlockContext() should be compatible with BlockPlugin::getBlockContext($contextId = NULL) in /home/blajakartakemena/public_html/journal/plugins/generic/customBlockManager/CustomBlockPlugin.inc.php on line 0
[02-Apr-2018 04:21:08 UTC] PHP Strict Standards:  Declaration of CustomBlockPlugin::getEnabled() should be compatible with BlockPlugin::getEnabled($contextId = NULL) in /home/blajakartakemena/public_html/journal/plugins/generic/customBlockManager/CustomBlockPlugin.inc.php on line 0
[02-Apr-2018 04:26:39 UTC] PHP Strict Standards:  Declaration of CustomBlockPlugin::getBlockContext() should be compatible with BlockPlugin::getBlockContext($contextId = NULL) in /home/blajakartakemena/public_html/journal/plugins/generic/customBlockManager/CustomBlockPlugin.inc.php on line 0
[02-Apr-2018 04:26:39 UTC] PHP Strict Standards:  Declaration of CustomBlockPlugin::getEnabled() should be compatible with BlockPlugin::getEnabled($contextId = NULL) in /home/blajakartakemena/public_html/journal/plugins/generic/customBlockManager/CustomBlockPlugin.inc.php on line 0
[02-Apr-2018 04:26:39 UTC] PHP Deprecated:  Non-static method PKPRequest::_checkThis() should not be called statically, assuming $this from incompatible context in /home/blajakartakemena/public_html/journal/lib/pkp/classes/core/Dispatcher.inc.php on line 245
[02-Apr-2018 04:26:39 UTC] ojs2: 404 Not Found

Re: Update ojs 3.0.2 ke ojs 3.1.1 error

Posted: 02 Apr 2018, 13:15
by acahya
Mungkin customblok pluginnya mesti ditimpa dengan yang baru

Re: Update ojs 3.0.2 ke ojs 3.1.1 error

Posted: 02 Apr 2018, 21:24
by thohafirdaus
Masalah ini sering sekali di alami bagi yg baru update ojs 3.
Ojs kami juga demikian, tapi kadang nanti hilang sendiri.

Pastikan minimal versi PHP 5,6

Re: Update ojs 3.0.2 ke ojs 3.1.1 error

Posted: 02 Apr 2018, 21:39
by ajienoorseto
sepertinya harus observasi ke dalam jurnalnya,

atau googling ajah, keyword -> disable php strict standard

Re: Update ojs 3.0.2 ke ojs 3.1.1 error

Posted: 03 Apr 2018, 08:11
by ceperlan
thohafirdaus wrote:Masalah ini sering sekali di alami bagi yg baru update ojs 3.
Ojs kami juga demikian, tapi kadang nanti hilang sendiri.

Pastikan minimal versi PHP 5,6
sudah pak.
phpinfo.PNG

Re: Update ojs 3.0.2 ke ojs 3.1.1 error

Posted: 03 Apr 2018, 11:23
by ceperlan
thohafirdaus wrote:Masalah ini sering sekali di alami bagi yg baru update ojs 3.
Ojs kami juga demikian, tapi kadang nanti hilang sendiri.

Pastikan minimal versi PHP 5,6
Artikel di tab all aktifnya bisa terbuka pak? disaya tidak bisa.