New issue
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
Installation of eprints 3.3.12 breaks IRStats2 plugin #48
Comments
|
There's a potential fix here: eprints/eprints#232 |
|
I guess you are referring to eprints/eprints@c03adc8 but with it irstats dies on me trying to init session in my $session = new EPrints::Session( 1, $repoid ); inside bin/stats/process_stats. I can't explain why, but if you have hints how to debug this more, I will take a stab at it. |
|
However, without patching eprints, I can fix this problem with modification to I used just because eprints had regex which expect |
|
Can you try this patch which (should) fix the root problem: On 26 May 2014 12:25, Dobrica Pavlinušić notifications@github.com wrote:
|
|
Fixed by eprints patch (above). |
After upgrade to 3.3.12 I get following error when trying to update stats (from cron when running /opt/eprints3/archives/ffzg/bin/stats/process_stats):
I tried upgrade to latest version from git, but it didn't help. Anything else I can try?
The text was updated successfully, but these errors were encountered: