when I trying to migrate something I get this error:
**************************************
* Application In Production! *
**************************************
Do you really wish to run this command?
Command Cancelled!
Im running a centOS 6.5 server without Plesk 12 Is there anyway to figure out what the error is or how to solve it?
Thanks
Simple,
$env = $app->detectEnvironment(function()
{
return 'development';
});
Good luck!