// Check if a migration with this name already exists
if (($duplicates = glob(APPPATH."migrations/*_{$migration_name}*")) === false)
{
throw new Exception("Unable to read existing migrations. Do you have an 'open_basedir' defined?");
}
It looks like you're new here. If you want to get involved, click one of these buttons!