I have upgraded to OJS 3.5.0.1 and since then my Abstract Views and Download Counter no longer works and is showing Server Error 500.
Here’s the code I added to templates/frontend/objects/article_summary.tpl
<li><span class="cmp_button_wire" ><i class="fa fa-eye"></i> {$article->getViews()} </span></li>
<li><span class="cmp_button_wire" ><i class="fa fa-download"></i> {$galley->getViews()} </span></li>
However, in OJS 3.5.0.1, these codes are throwing 500 error. Can anyone help me with the updated code please.
Thank you.
Rahul Ranjan