pquery('SELECT name FROM vtiger_tab WHERE isentitytype != ? AND presence != ? AND trim(name) NOT IN ('.generateQuestionMarks($skipCheckForModules).')', array(1, 1, $skipCheckForModules)); if ($db->num_rows($result)) { $moduleModelsList = $extensionStoreInstance->getListings(); } $moduleModelsListByName = array(); $moduleModelsListByLabel = array(); foreach ($moduleModelsList as $moduleId => $moduleModel) { if ($moduleModel->get('name') != $moduleModel->get('label')) { $moduleModelsListByName[$moduleModel->get('name')] = $moduleModel; } else { $moduleModelsListByLabel[$moduleModel->get('label')] = $moduleModel; } } if ($moduleModelsList) { while($row = $db->fetch_row($result)) { $moduleName = $row['name'];//label if ($moduleName) { unset($moduleModel); if (array_key_exists($moduleName, $moduleModelsListByName)) { $moduleModel = $moduleModelsListByName[$moduleName]; } else if (array_key_exists($moduleName, $moduleModelsListByLabel)) { $moduleModel = $moduleModelsListByLabel[$moduleName]; } if ($moduleModel) { $vtigerVersion = $moduleModel->get('vtigerVersion'); $vtigerMaxVersion = $moduleModel->get('vtigerMaxVersion'); if (($vtigerVersion && strpos($vtigerVersion, '7.') === false) && ($vtigerMaxVersion && strpos($vtigerMaxVersion, '7.') === false)) { $nonPortedExtns[] = $moduleName; } } } } if ($nonPortedExtns) { $portingMessage = 'Following custom modules are not compatible with Vtiger 7. Please disable these modules to proceed.'; foreach ($nonPortedExtns as $moduleName) { $portingMessage .= "
  • $moduleName
  • "; } $portingMessage .= ''; } } } } ?> Vtiger CRM Setup

    Migration Wizard

    Welcome


    Vtiger Logo

    WARNING : Cannot continue with Migration


    />
    = 6 && $currentVersion[1] >= 0) { ?>

    Welcome to Vtiger Migration

    '.filter_var($errorMessage, FILTER_SANITIZE_STRING).'

    '; } ?>

    We have detected that you have Vtiger installation.

    Warning: Please note that it is not possible to revert back to  after the upgrade to vtiger 7
    So, it is important to take a backup of the installation, including the source files and database.


    I have taken the backup of database (how to?)

    I have taken the backup of source folder (how to?)


    User Name      Password     



    WARNING : Cannot continue with Migration


    We detected that this installation is running Vtiger CRM '.$vtiger_current_version.''; } ?>. Please upgrade to 5.4.0 first before continuing with this wizard.

    WARNING : Cannot continue with Migration


    We detected that this source is upgraded latest version.