We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Been searching high and low why - after an update from 3.4.0 to 3.4.5 - statistics would not show anymore.
Turns out IRStats2 needs jquery, which is disabled by default (in the pub_lib flavor at least?).
pub_lib
Solution: Load javascript: sed -i "/jquery/s_^[ \t]*#__p" /opt/eprints3/flavours/pub_lib/inc && service apache2 restart
sed -i "/jquery/s_^[ \t]*#__p" /opt/eprints3/flavours/pub_lib/inc && service apache2 restart
This should be added to the documentation!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Been searching high and low why - after an update from 3.4.0 to 3.4.5 - statistics would not show anymore.
Turns out IRStats2 needs jquery, which is disabled by default (in the
pub_lib
flavor at least?).Solution:
Load javascript:
sed -i "/jquery/s_^[ \t]*#__p" /opt/eprints3/flavours/pub_lib/inc && service apache2 restart
This should be added to the documentation!
The text was updated successfully, but these errors were encountered: