Difficulty installing OJS 3.1.0-1

Hi I am having diffuctly installing OJS 3.1.0-1

I extracted the file in a test location on my server.

www.kjdcommunications.com/joopmtest

And it comes back with the following No input file specified

I have updated to PHP 5.6

I have changed the owner on all the files and folder below to read, write, Or should something else be ticked

Grateful for any help

Regards

Roopesh Munglani

Screen Shot 2018-04-08 at 12.23.25.pngScreen Shot 2018-04-08 at 12.25.05.png

To install OJS:

1. Extract the OJS archive to the desired location in your web
   documents directory.

2. Make the following files and directories (and their contents)
   writeable (i.e., by changing the owner or permissions with chown or
   chmod):
   
     * config.inc.php (optional -- if not writable you will be prompted
       to manually overwrite this file during installation)
     * public
     * cache
     * cache/t_cache
     * cache/t_config
     * cache/t_compile
     * cache/_db

3. Create a directory to store uploaded files (submission files, etc.)
   and make this directory writeable. It is recommended that this
   directory be placed in a non-web-accessible location (or otherwise
   protected from direct access, such as via .htaccess rules).
   
4. Open a web browser to <http://yourdomain.com/path/to/ojs/> and
   follow the on-screen installation instructions.

Hi @munglani,

Your server probably doesn’t support PATH_INFO URLs. Try turning on the disable_path_info option in config.inc.php. Note that this will make URLs uglier.

Regards,
Alec Smecher
Public Knowledge Project Team

Hi This is what I am getting now

Do PKP offer any support in installing other than the readme file??

Warning : require(/home/content/61/6367061/html/joopmtest/lib/pkp/lib/vendor/composer/…/illuminate/support/Illuminate/Support/helpers.php): failed to open stream: No such file or directory in /home/content/61/6367061/html/joopmtest/lib/pkp/lib/vendor/composer/autoload_real.php on line 66

Fatal error
: require(): Failed opening required ‘/home/content/61/6367061/html/joopmtest/lib/pkp/lib/vendor/composer/…/illuminate/support/Illuminate/Support/helpers.php’ (include_path=’.:/home/content/61/6367061/html/joopmtest/classes:/home/content/61/6367061/html/joopmtest/pages:/home/content/61/6367061/html/joopmtest/lib/pkp:/home/content/61/6367061/html/joopmtest/lib/pkp/classes:/home/content/61/6367061/html/joopmtest/lib/pkp/pages:/home/content/61/6367061/html/joopmtest/lib/pkp/lib/adodb:/home/content/61/6367061/html/joopmtest/lib/pkp/lib/phputf8:/home/content/61/6367061/html/joopmtest/lib/pkp/lib/pqp/classes:/home/content/61/6367061/html/joopmtest/lib/pkp/lib/smarty:.:/usr/local/php5_6/lib/php’) in /home/content/61/6367061/html/joopmtest/lib/pkp/lib/vendor/composer/autoload_real.php on line 66

Hi @munglani,

It looks like you’re missing some files. Make sure you unpacked all the files from the .tar.gz archive.

Regards,
Alec Smecher
Public Knowledge Project Team