Welcome Guest, Not a member yet? Register   Sign In
Installation problem
#9

[eluser]haydenchambers[/eluser]
Hi Fuzzy One, thanks for the reply

in index.php lines 93 - 105
Code:
if (is_dir($application_folder))
{
    define('APPPATH', 'system/'.$application_folder.'/');
}
else
{
    if ($application_folder == '')
    {
        $application_folder = 'application';
    }

    define('APPPATH', BASEPATH.$application_folder.'/');
}

if it makes any difference I'm running in a subdomain http://ci.unco.co.nz which routes to www.unco.co.nz/ci/

the error that can be seen there now that I've reverted the code back to
Code:
define('APPPATH', $application_folder.'/');

is Warning: require(application/config/constants.php) [function.require]: failed to open stream: No such file or directory in /home/hayden/public_html/ci/system/codeigniter/CodeIgniter.php on line 52

Fatal error: require() [function.require]: Failed opening required 'application/config/constants.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hayden/public_html/ci/system/codeigniter/CodeIgniter.php on line 52


Messages In This Thread
Installation problem - by El Forum - 05-25-2009, 10:39 PM
Installation problem - by El Forum - 05-25-2009, 11:30 PM
Installation problem - by El Forum - 05-26-2009, 12:38 AM
Installation problem - by El Forum - 05-26-2009, 01:48 AM
Installation problem - by El Forum - 05-26-2009, 07:09 AM
Installation problem - by El Forum - 05-26-2009, 10:19 AM
Installation problem - by El Forum - 08-13-2009, 02:18 PM
Installation problem - by El Forum - 08-13-2009, 03:07 PM
Installation problem - by El Forum - 08-14-2009, 01:37 AM
Installation problem - by El Forum - 08-14-2009, 04:04 AM
Installation problem - by El Forum - 08-14-2009, 04:44 AM
Installation problem - by El Forum - 08-18-2009, 03:25 AM
Installation problem - by El Forum - 05-03-2012, 12:04 PM



Theme © iAndrew 2016 - Forum software by © MyBB