Fixes #1630 Migration blocker issue resolved
Merge request reports
Activity
Filter activity
Added 1 commit:
- 2d112717 - Updated the glitch cause comment
mentioned in commit ae3e89be
- modules/Migration/schema/73_to_740.php 0 → 100644
1 <?php 2 /*+******************************************************************************** 3 * The contents of this file are subject to the vtiger CRM Public License Version 1.0 4 * ("License"); You may not use this file except in compliance with the License 5 * The Original Code is: vtiger CRM Open Source 6 * The Initial Developer of the Original Code is vtiger. 7 * Portions created by vtiger are Copyright (C) vtiger. 8 * All Rights Reserved. 9 *********************************************************************************/ 10 11 //7.3_to_7.4.0 (to overcome 730 package glitch) 12 13 include_once dirname(__FILE__)."730_to_740.php"; @uma.s I believe (90% sure) there's a missing slash.
It should be:
include_once dirname(__FILE__)."/730_to_740.php";
Please register or sign in to reply