PKP Bugzilla – Bug 8138
Problems with the scheduled tasks code
Last modified: 2013-03-01 12:12:27 PST
If you try to run the scheduledTasks tool, you get the following error: Message: WARNING: require_once(/../dev/pkp-workspace/ojs/tasks/ReviewReminder.inc.php): failed to open stream: No such file or directory I think that's because the description inside the default scheduledTasks xml is wrong, missing the class directory.
Another one is that ScheduledTaskDAO is declared twice: inside PKPApplication and Application.
Bruno, I think the incompletely-qualified class inclusion is a deprecation warning in ojs-stable-2_4 and only a fatal error in master. (Also, I think the duplicated ScheduledTaskDAO is cosmetic.) If that's the case, this should be filed against 3.0a. (Just trying to make sure we don't miss anything against 2.4.2, which is about to be released.)