Welcome Guest, Not a member yet? Register   Sign In
[SOLVED]local installation moving system and application folders access denied
#14

[eluser]Cgull[/eluser]
Thank you, found the solution.

In my index.php file I had this code:
Code:
switch(dirname(__FILE__))
{
  case 'C:\sites\highlandcoffeeroastery':
   define('ENVIRONMENT', 'development');
   break;
  default:
   define('ENVIRONMENT', 'production');
   break;
}

Changed this line
Code:
case 'C:\sites\highlandcoffeeroastery':
to
Code:
case 'C:\sites\highlandcoffeeroastery\public_html':

Thank you all for all the help.

God bless you.


Messages In This Thread
[SOLVED]local installation moving system and application folders access denied - by El Forum - 04-07-2013, 01:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB