OVH install.php

colingril / 2013-12-30 11:00:39   

Hi
I am using OVH as server. I have followed the Indexhibit installation process, but when I open mydomain.com/www/ndxzstudio/install.php, I have a whole page of code, starting like this :
lang = new Lang; $this->lang->setlang($picked); switch( $this->get_page() ) { case 0: $this->page_zero(); break; case 1: $this->page_one(); break; case 2: $this->page_two(); break; case 3: $this->page_three(); break; case 4: $this->page_four(); break; } } function page_zero() { // set cookie if (isset($_POST['submitLang']) && ($_POST['user_lang'] != '')) { setcookie('install', $_POST['user_lang'], time()+3600); header("location:install.php?p=1"); exit; } // PHP version check here if (version_compare(PHP_VERSION, '5.0.0', '>=')) { if (file_exists(DIRNAME . '/ndxzsite/config/config.php')) { $this->html = p($this->lang->word('you are already installed')); } else { $this->html = "

WHAT CAN I DO ?
thanks for helping me

arsondpi / 2013-12-30 14:32:07   

Ask your host to turn on PHP.

This thread has been closed, thank you.