04-30-2016, 01:49 AM
System is up and starting working with
however, can you please remove the xdebug_disable(); function?
it breaks the installation if php does not have this function
or maybe :
if(function_exists('xdebug_disable'))
{
xdebug_disable();
}
however, can you please remove the xdebug_disable(); function?
it breaks the installation if php does not have this function
or maybe :
if(function_exists('xdebug_disable'))
{
xdebug_disable();
}