Article details problem

Hello guys, i have some problem here, my OJS version is 3.1.0.1
i have problem about article_details.tpl.php
it’s not showing anything except Abstract and Title
can some one fix it? thank you
03
25

Hi @Ridwan_Akbar_Nurcahy

It’s hard to tell exactly what theme you’re using, but getCount() only appears in a few places, and is probably related to citations for that submission. I suspect that you’re running into this bug that was fixed in 3.1.1:

https://github.com/pkp/pkp-lib/issues/4248

You may want to try applying the small patch there, and updating the submission’s citation list again:

https://github.com/pkp/pkp-lib/pull/4250/commits/0c6abe9f4d874095ba4467721f9a7d14d340013d

Cheers,
Jason