While OJS strives to be an easily-installed, low-maintenance system requiring minimal
external configuration, a handful of options need direct system access to be configured.
These options are largely set in config.inc.php. The following is not
a comprehensive breakdown of that file - rather, it you will find here instructions on
administering the most commonly changed components.
When you enable an option in config.inc.php you must ensure
that it is not commented out in order for them to take effect. Lines in this file are
commented out using a semi-colon. Therefore, to enable Scheduled Tasks,
; scheduled_tasks = Off
should be changed to
scheduled_tasks = On
in order to function properly.