I can't install ossn on my vps .I t shows a php message instead of the installation page

abdul rehman Posted in General Discussion 6 years ago

I have followed all the guides but when I try to install it on the website . The page goes blank with some php.

<?php
/**

//check if there is no handler then load index page handler
if (empty($handler)) {
$handler = 'index';
}
echo ossn_load_page($handler, $page);

Replies
German Michael Zülsdorff Replied 6 years ago

I recommend to use https://github.com/themattbook/ossninstaller instead.

The how-to you mentioned is from 2016 and fairly outdated (installing explicitely PHP 7.0 today is not a good idea)

Please understand that this community is dedicated to Ossn, and that it is beyond of our scope to provide help with basic server setup and administration .

German Michael Zülsdorff Replied 6 years ago

Well, it looks like your webserver's PHP mdoule is missing.
You said you followed 'all the guides' ... which guides exactly did read when setting up your VPS?