giantstep Posted February 4, 2017 Report Share Posted February 4, 2017 I am trying to figure out if this is a server issue, possibly configuration? I get the following script in the browser window when I go to the folder via an IP to start a fresh install... <?php /* +---------------------------------------------------------------------------+ | Revive Adserver | | http://www.revive-adserver.com | | | | Copyright: See the COPYRIGHT.txt file. | | License: GPLv2 or later, see the LICENSE.txt file. | +---------------------------------------------------------------------------+ */ /** * This file is only called to redirect to somewhere else, however, if Revive * Adserver is not yet installed, we need to know that it was this file that * was called, so set a global variable. */ define('ROOT_INDEX', true); // Require the initialisation file require_once 'init.php'; // Required files require_once LIB_PATH . '/Admin/Redirect.php'; // Redirect to the admin interface if (OA_INSTALLATION_STATUS == OA_INSTALLATION_STATUS_INSTALLED) { OX_Admin_Redirect::redirect(); } ?> Quote Link to comment Share on other sites More sharing options...
giantstep Posted February 5, 2017 Author Report Share Posted February 5, 2017 I'll answer my own question. php-mod was not installed. Its working now. On to the next set of errors. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.