You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@felipecorral, I can confirm that the proposed change is correct, thanks; I've committed it for the next releases. This plugin has been tested and works in most circumstances, and I'm not sure why your classloading situation is different -- possibly a different combination of plugins or order of plugin loading -- but this will resolve it for you without causing regressions for others.
OJS version 3.3.0.16
Plugin version:
When i try to publish a number, the page freezes and after press cancel button, only publish a part of articles
Error log:
I fixed that with this code in the inicialization of $dao variable:
$dao = new StageAssignmentDAO(); -> old code
$dao = DAORegistry::getDAO('StageAssignmentDAO'); -> fix
The text was updated successfully, but these errors were encountered: