LOCKSS and CLOCKSS Archiving Blank

Hi, Im using OJS 3.0.1,

Why my LOCKSS and CLOCKSS archiving manifest blank?

this my screenshoot
image

and when i click manifest i got blank pages

please some one help me

Hi,

There was a bug in older versions of OJS 3 that resulted in a blank page or maybe just a PHP warning, due to a missing argument being passed in to a method call. The fix is documented here:

https://github.com/pkp/ojs/commit/4e57fcc1688cc4f9c8480ff88386288fb8a53069#diff-9fd5ed2f28ec6a055543015216690140

Specifically, the calls to setupTemplate() are missing the $request parameter. You can try editing that file yourself and adding those in to see if that solves your problem (doing this fixed my older test installation).

Cheers,
Jason