Install no ui

Hi

i did fresh install of freepbx with out errors, unable to access the webpage. it gives below output on webpage.

<?php // License for all code of this FreePBX module can be found in the license file inside the module directory // Copyright 2013 Schmooze Com Inc. // if (file_exists(dirname(__FILE__) . '/index_custom.php')) { include_once(dirname(__FILE__) . '/index_custom.php'); } else { $basename = pathinfo($_SERVER['PHP_SELF'],PATHINFO_DIRNAME); $uri = (!empty($basename) && $basename != '/') ? $basename . '/admin' : '/admin'; header('Location: '.$uri); } can you pls suggest to resolve the issue.

it seems you may not have php installed

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.