[Vtigercrm-commits] [vtiger development] #6105: Related Lists Missing after 5.0.4 upgrade to 5.1 rc

vtiger development vtiger-tickets at trac.vtiger.com
Mon Jul 6 11:22:45 EDT 2009


#6105: Related Lists Missing after 5.0.4 upgrade to 5.1 rc
---------------------------+------------------------------------------------
  Reporter:  brett.hooker  |       Owner:  developer
      Type:  defect        |      Status:  reopened 
  Priority:  major         |   Milestone:  5.1.0    
 Component:  vtigercrm     |     Version:  5.1.0-rc 
Resolution:                |    Keywords:           
---------------------------+------------------------------------------------
Comment (by asha):

 Hi,

 This issue is still reproducible when your source directory (5.0.4) and
 destination directory (new 5.1.0) are same and you are trying to migrate
 pointing to 5.0.4 database. This is because of the trailing / in the
 destination or source directory path.[[BR]]

 Fix for the issue:[[BR]]

 In migrate.php @line 276,[[BR]]

 Change:

 {{{
 if ($sourceDirectory != $destinationDirectory) {
 }}}


 to:

 {{{
 if (realpath($sourceDirectory) != realpath($destinationDirectory)) {
 }}}

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6105#comment:7>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list