Now I do not have access to the server to show, we are doing upgrade, but how come the added code to article,tpl is inherit into pdfViewer.tpl but it displayed only half of it as
View Counter: {translate key=âarticle.abstractâ} | {$article->getViews()} | times, and
Itâs not that there isnât a solution - it is that this solution isnât just copy-and-paste. To maintain local code changes you should have someone who is familiar with PHP and Smarty who can help you out. Someone with some basic PHP skills should be able to make this change for you.
To be honest I do not want to make too much changes that it will be overwrite with first update. It is requirement of LOCKSS, DOAJ and others that need the METADATA, with no budget we are trying to learn and make best of it. I think DOAJ application require to have this counter. This could be a check box in the setting or a plugin only.
As public university in Kurdistan Region in Iraq we have had our journal on Google Apps for the last 5 years with no issue, but there was no custom METADATA in Google Site. There are not many Open Source IT admins in this region so as Editorial of the journal we try to have stable solution and get on with main issues.
Hi, probably I am missing something (in this case I apologize) but DOAJ doesnât have such a requirement: it asks only whether a journal provides article download statistics and that is not a requirement.
Perhaps you should check the ALM Plugin (in Generic Plugins) because it provides download statistics in every article page (both abstract page and pdf page) and that is enough to answer âyesâ to the question n.30 of DOAJâs application form.
Note that there will be a delay in converting click into usage statistics:
If the usage statistics truly are not being counted at all, you may not have acron or cron configured to process new statistics, or you may be encountering a bug which prevents processing prior to 2.4.8:
I have installed this, and it is on my Plugin list but when I click on
setting I get server error 500, I followed the instruction to install it. I
am not sure what might be the problem,
Here is the log report
AH01071: Got error âPHP message: PHP Fatal error: Call to undefined method AlmPlugin::getRequest() in /var/www/vhosts/koyauniversity.org/aro.koyauniversity.org/plugins/generic/almplugin/AlmPlugin.inc.php on line 104\nâ, referer: http://aro.koyauniversity.org/manager/plugins/generic
I have followed the changes for 3 weeks now. Those numbers never changed. I
tried from different IP and different locations but the results is still
the same. I check I have both Plugins enabled. please see the attached
screenshot.
The check for the tar command is as simple as a !empty() and file_exists(), so this message may mean that you have another restriction, such as open_basedir() or similar.
You really shouldnât need to âreinstallâ a core plugin, however. At least, assuming the OJS install itself was successful. Can you verify your installation against a clean download of 2.4.8? Did you upgrade via the âFull Packageâ option?
Are you getting periodic emails from Acron processing your Usage Statistics Loader?
Are you getting periodic emails regarding your Usage Statistics Loader process?
Are the statistics not changing just on the Article page where you added the custom code, or not changing in the OJS custom reports and COUNTER reports as well?