Put the pkp-tinkerwell-bootstrap.php
in the root of application(OPS/OMP/OJS
).
Or can be put in any folder, In that case , the first line where the const APP_ROOT_PATH
defined, need to update such as
// Considering the file pkp-tinkerwell-bootstrap.php in a directory of app root path e.g pkp-tinkerwell
define('APP_ROOT_PATH', realpath(dirname(__FILE__) . '/..'));