I see the following errors at initial page load at the beginning of the installation process for OJS 3.0.2.
The error is because I have the open_basedir restriction in effect and it is looking at the root of disk instead of looking inside the webroot where the files actually are located. So I’m thinking there is just an error in the path and that it shouldn’t start with a leading “/” slash. The offending lines of code are located in lib/pkp/classes/template/PKPTemplateManager.inc.php
It seemed to have installed anyway but I’m not sure if something might be messed up somewhere that I haven’t found yet.
The (sanitized) messages are as follows:
Warning: file_exists(): open_basedir restriction in effect. File(/lib/pkp/js/lib/jquery/plugins/validate/localization/messages_en_US.js) is not within the allowed path(s): (redacted) in /mypath/ojs-3.0.2/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 571
Warning: file_exists(): open_basedir restriction in effect. File(/lib/pkp/js/lib/jquery/plugins/validate/localization/messages_en.js) is not within the allowed path(s): (redacted) in /mypath/ojs-3.0.2/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 571
Warning: file_exists(): open_basedir restriction in effect. File(/lib/pkp/lib/vendor/moxiecode/plupload/js/i18n/en_US.js) is not within the allowed path(s): (redacted) in /mypath/ojs-3.0.2/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 588
Warning: file_exists(): open_basedir restriction in effect. File(/lib/pkp/lib/vendor/moxiecode/plupload/js/i18n/en.js) is not within the allowed path(s): (redacted) in /mypath/ojs-3.0.2/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 588