<div dir="ltr">Well, there you have it. There's a bunch of errors in queries related to dashboards. I guess there's only two options: debug it yourself (might take a while) or have someone else do it for you.<div><br></div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Saludos<div><br></div><div>Rubén</div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Dec 22, 2020 at 2:12 AM Yannick Berges <<a href="mailto:micker@free.fr">micker@free.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div>
    <p>Hello i redo it with error reporting (php and database)</p>
    <p>in my log in find many return like this</p>
    <p>Tue Dec 22 07:58:52 2020,572 [9644] INFO VT - PearDatabase
      ->ADODB error  Query Failed: SELECT vtiger_links.*,
      vtiger_module_dashboard_widgets.userid, vtiger_module_dashboard_widgets.filterid,
      vtiger_module_dashboard_widgets.data,
      <a href="http://vtiger_module_dashboard_widgets.id" target="_blank">vtiger_module_dashboard_widgets.id</a> as widgetid,
      vtiger_module_dashboard_widgets.position as position,
      vtiger_links.linkid as id FROM vtiger_links  INNER JOIN
      vtiger_module_dashboard_widgets ON
      vtiger_links.linkid=vtiger_module_dashboard_widgets.linkid WHERE
      vtiger_module_dashboard_widgets.userid = ? AND linktype = ? AND
      tabid = ? AND dashboardtabid = ?::->[1054]Unknown column
      'dashboardtabid' in 'where clause'<br>
      Tue Dec 22 07:58:52 2020,573 [9644] INFO VT - PearDatabase
      ->ADODB error  Query Failed:SELECT reportid FROM
      vtiger_module_dashboard_widgets WHERE userid = ? AND linkid= ? AND
      reportid IS NOT NULL AND dashboardtabid = ?::->[1054]Unknown
      column 'dashboardtabid' in 'where clause'<br>
    </p>
    <p>Tue Dec 22 07:57:30 2020,701 [8526] INFO VT - PearDatabase
      ->ADODB error  Query Failed:ALTER TABLE vtiger_cvstdfilter DROP
      KEY cvstdfilter_cvid_idx::->[1553]Cannot drop index
      'cvstdfilter_cvid_idx': needed in a foreign key constraint<br>
      Tue Dec 22 07:57:30 2020,760 [8526] INFO VT - PearDatabase
      ->ADODB error  Query Failed:ALTER TABLE vtiger_cvstdfilter ADD
      CONSTRAINT fk_1_vtiger_cvstdfilter FOREIGN KEY (cvid) REFERENCES
      vtiger_customview(cvid) ON DELETE CASCADE::->[1005]Can't create
      table `comehbjd_vtig205`.`vtiger_cvstdfilter` (errno: 121
      "Duplicate key on write or update")</p>
    <p>Tue Dec 22 07:57:34 2020,446 [8526] INFO VT - PearDatabase
      ->ADODB error  Query Failed:ALTER TABLE vtiger_notescf ADD
      CONSTRAINT fk_notesid_vtiger_notescf FOREIGN KEY (notesid)
      REFERENCES vtiger_notes (notesid) ON DELETE
      CASCADE::->[1452]Cannot add or update a child row: a foreign
      key constraint fails (`comehbjd_vtig205`.`#sql-3b13_12332`,
      CONSTRAINT `fk_notesid_vtiger_notescf` FOREIGN KEY (`notesid`)
      REFERENCES `vtiger_notes` (`notesid`) ON DELETE CASCADE)<br>
      Tue Dec 22 07:57:34 2020,780 [8526] INFO VT - PearDatabase
      ->ADODB error  Query Failed:ALTER TABLE vtiger_activitycf ADD
      CONSTRAINT fk_activityid_vtiger_activitycf FOREIGN KEY
      (activityid) REFERENCES vtiger_activity (activityid) ON DELETE
      CASCADE::->[1452]Cannot add or update a child row: a foreign
      key constraint fails (`comehbjd_vtig205`.`#sql-3b13_12332`,
      CONSTRAINT `fk_activityid_vtiger_activitycf` FOREIGN KEY
      (`activityid`) REFERENCES `vtiger_activity` (`activityid`) ON
      DELETE CASCADE)<br>
      Tue Dec 22 07:57:36 2020,754 [8526] INFO VT - PearDatabase
      ->ADODB error  Query Failed:ALTER TABLE vtiger_quotes ADD
      CONSTRAINT fk_crmid_vtiger_quotes FOREIGN KEY (quoteid) REFERENCES
      vtiger_crmentity (crmid) ON DELETE CASCADE::->[1452]Cannot add
      or update a child row: a foreign key constraint fails
      (`comehbjd_vtig205`.`#sql-3b13_12332`, CONSTRAINT
      `fk_crmid_vtiger_quotes` FOREIGN KEY (`quoteid`) REFERENCES
      `vtiger_crmentity` (`crmid`) ON DELETE CASCADE)<br>
      Tue Dec 22 07:57:37 2020,106 [8526] INFO VT - PearDatabase
      ->ADODB error  Query Failed:ALTER TABLE vtiger_salesorder ADD
      CONSTRAINT fk_crmid_vtiger_salesorder FOREIGN KEY (salesorderid)
      REFERENCES vtiger_crmentity (crmid) ON DELETE
      CASCADE::->[1452]Cannot add or update a child row: a foreign
      key constraint fails (`comehbjd_vtig205`.`#sql-3b13_12332`,
      CONSTRAINT `fk_crmid_vtiger_salesorder` FOREIGN KEY
      (`salesorderid`) REFERENCES `vtiger_crmentity` (`crmid`) ON DELETE
      CASCADE)</p>
    <p>Tue Dec 22 07:58:52 2020,026 [9644] INFO VT - PearDatabase
      ->ADODB error  Query Failed:SELECT * FROM vtiger_links WHERE
      linktype = ?<br>
    </p>
    <p><b>ect</b></p>
    <p><b>Thanks for your help</b><br>
    </p>
    <div>Le 21/12/2020 à 18:47, Rubén A. Estrada
      Orozco a écrit :<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">check out the first section (PHP) on this link: <a href="https://wiki.vtiger.com/index.php/DebugTechniques" target="_blank">https://wiki.vtiger.com/index.php/DebugTechniques</a>
        <div><br>
        </div>
        <div>you also want to turn on error reporting in config.inc.php
          (uncomment de debug lines of error reporting just below the
          production lines).</div>
        <div><br>
        </div>
        <div>
          <div dir="ltr">
            <div dir="ltr">Saludos
              <div><br>
              </div>
              <div>Rubén</div>
            </div>
          </div>
        </div>
        <br>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Mon, Dec 21, 2020 at 11:41
          AM <<a href="mailto:micker@free.fr" target="_blank">micker@free.fr</a>>
          wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          <div dir="auto">You mean debug log on server or vtiger ?</div>
          <div class="gmail_extra"><br>
            <div class="gmail_quote">Le 21 déc. 2020 14:26, Alan Lord
              <<a href="mailto:alanslists@gmail.com" target="_blank">alanslists@gmail.com</a>> a
              écrit :<br type="attribution">
              <blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
                <p dir="ltr">You really need to enable debug logging
                  before starting and as well, if <br>
                  you are able, set the peardb object to die on error.
                  There are lots of <br>
                  situations where the migration will stop if you set
                  die on error. If you <br>
                  do not, it fails _silently_ and the migration just
                  carries on.</p>
                <p dir="ltr">If you enable debug logging you will at
                  least see it any db errors in <br>
                  the log file - make sure the log4php.properties for
                  vtigercrm.log is set <br>
                  for at least 10MB too - bigger is better to stop it
                  wrapping.</p>
                <p dir="ltr">HTH</p>
                <p dir="ltr">Al<br>
                </p>
                <p dir="ltr">On 21/12/2020 10:08, Yannick Berges wrote:<br>
                  > hello<br>
                  > <br>
                  > this is my return after update 6.5-> 7<br>
                  > <br>
                  > *650 ==> 660 Database changes -- Starts.*<br>
                  > <br>
                  > <br>
                  > #141 - Successfully updated create and edit
                  permissions<br>
                  > *"#261 - vtiger_portalinfo doesnt update
                  contact"*fixed<br>
                  > <br>
                  > *650 ==> 660 Database changes -- Ends.*<br>
                  > <br>
                  > *660 ==> 700 Database changes -- Starts.*<br>
                  > <br>
                  > <br>
                  > Default Calendar view field added<br>
                  > Default calendar view updated for all active
                  users<br>
                  > Deleted unused blocks from settings pageImporting
                  Arabic [ar_ae] ... STARTED<br>
                  > Copying file modules/Leads.php ... DONE<br>
                  > Copying file modules/Assets.php ... DONE<br>
                  > Copying file modules/Products.php ... DONE<br>
                  > Copying file modules/Google.php ... DONE<br>
                  > Copying file modules/Portal.php ... DONE<br>
                  > Copying file modules/HelpDesk.php ... DONE<br>
                  > Copying file modules/SMSNotifier.php ... DONE<br>
                  > Copying file modules/Home.php ... DONE<br>
                  > Copying file modules/Contacts.php ... DONE<br>
                  > Copying file modules/Events.php ... DONE<br>
                  > Copying file modules/EmailTemplates.php ... DONE<br>
                  > Copying file modules/ModComments.php ... DONE<br>
                  > Copying file modules/Project.php ... DONE<br>
                  > Copying file modules/Campaigns.php ... DONE<br>
                  > Copying file modules/Faq.php ... DONE<br>
                  > Copying file modules/Reports.php ... DONE<br>
                  > Copying file modules/Services.php ... DONE<br>
                  > Copying file modules/ServiceContracts.php ...
                  DONE<br>
                  > Copying file modules/Documents.php ... DONE<br>
                  > Copying file modules/Emails.php ... DONE<br>
                  > Copying file modules/Migration.php ... DONE<br>
                  > Copying file modules/Quotes.php ... DONE<br>
                  > Copying file modules/PBXManager.php ... DONE<br>
                  > Copying file modules/ProjectMilestone.php ...
                  DONE<br>
                  > Copying file modules/Users.php ... DONE<br>
                  > Copying file modules/Rss.php ... DONE<br>
                  > Copying file modules/Vtiger.php ... DONE<br>
                  > Copying file modules/Invoice.php ... DONE<br>
                  > Copying file modules/Potentials.php ... DONE<br>
                  > Copying file modules/Vendors.php ... DONE<br>
                  > Copying file modules/PurchaseOrder.php ... DONE<br>
                  > Copying file modules/ProjectTask.php ... DONE<br>
                  > Copying file modules/PriceBooks.php ... DONE<br>
                  > Copying file modules/Accounts.php ... DONE<br>
                  > Copying file modules/Webservices.php ... DONE<br>
                  > Copying file modules/Settings/Leads.php ... DONE<br>
                  > Copying file modules/Settings/Currency.php ...
                  DONE<br>
                  > Copying file modules/Settings/Workflows.php ...
                  DONE<br>
                  > Copying file
                  modules/Settings/PickListDependency.php ... DONE<br>
                  > Copying file modules/Settings/ModuleManager.php
                  ... DONE<br>
                  > Copying file modules/Settings/SMSNotifier.php ...
                  DONE<br>
                  > Copying file modules/Settings/Roles.php ... DONE<br>
                  > Copying file modules/Settings/Webforms.php ...
                  DONE<br>
                  > Copying file modules/Settings/Picklist.php ...
                  DONE<br>
                  > Copying file modules/Settings/ExtensionStore.php
                  ... DONE<br>
                  > Copying file modules/Settings/CustomerPortal.php
                  ... DONE<br>
                  > Copying file modules/Settings/LayoutEditor.php
                  ... DONE<br>
                  > Copying file modules/Settings/Vtiger.php ... DONE<br>
                  > Copying file modules/Settings/SharingAccess.php
                  ... DONE<br>
                  > Copying file modules/Settings/Potentials.php ...
                  DONE<br>
                  > Copying file modules/Settings/Groups.php ... DONE<br>
                  > Copying file modules/Settings/Profiles.php ...
                  DONE<br>
                  > Copying file modules/Settings/CronTasks.php ...
                  DONE<br>
                  > Copying file modules/Settings/MailConverter.php
                  ... DONE<br>
                  > Copying file modules/Calendar.php ... DONE<br>
                  > Copying file modules/RecycleBin.php ... DONE<br>
                  > Copying file modules/Import.php ... DONE<br>
                  > Copying file modules/MailManager.php ... DONE<br>
                  > Copying file modules/SalesOrder.php ... DONE<br>
                  > Registering Language Arabic [ar_ae] ... DONE<br>
                  > Importing Arabic [ar_ae] ... DONE<br>
                  > Invoking vtlib_handler for module.preupdate
                  ...START<br>
                  > Invoking vtlib_handler for module.preupdate
                  ...DONE<br>
                  > Updated help information of asset_no ... DONE<br>
                  > Updated help information of product ... DONE<br>
                  > Updated masseditable information of product ...
                  DONE<br>
                  > Updated help information of serialnumber ... DONE<br>
                  > Updated masseditable information of serialnumber
                  ... DONE<br>
                  > Updated help information of datesold ... DONE<br>
                  > Updated masseditable information of datesold ...
                  DONE<br>
                  > Updated help information of dateinservice ...
                  DONE<br>
                  > Updated masseditable information of dateinservice
                  ... DONE<br>
                  > Updated help information of assetstatus ... DONE<br>
                  > Updated masseditable information of assetstatus
                  ... DONE<br>
                  > Updated help information of tagnumber ... DONE<br>
                  > Updated masseditable information of tagnumber ...
                  DONE<br>
                  > Updated help information of invoiceid ... DONE<br>
                  > Updated masseditable information of invoiceid ...
                  DONE<br>
                  > Updated help information of shippingmethod ...
                  DONE<br>
                  > Updated masseditable information of
                  shippingmethod ... DONE<br>
                  > Updated help information of
                  shippingtrackingnumber ... DONE<br>
                  > Updated masseditable information of
                  shippingtrackingnumber ... DONE<br>
                  > Updated help information of assigned_user_id ...
                  DONE<br>
                  > Updated masseditable information of
                  assigned_user_id ... DONE<br>
                  > Updated help information of assetname ... DONE<br>
                  > Updated masseditable information of assetname ...
                  DONE<br>
                  > Updated help information of account ... DONE<br>
                  > Updated masseditable information of account ...
                  DONE<br>
                  > Updated help information of contact ... DONE<br>
                  > Updated masseditable information of contact ...
                  DONE<br>
                  > Updated help information of createdtime ... DONE<br>
                  > Updated help information of modifiedtime ... DONE<br>
                  > Updated help information of modifiedby ... DONE<br>
                  > Updated help information of description ... DONE<br>
                  > Updated masseditable information of description
                  ... DONE<br>
                  > Creating Filter All ... DONE<br>
                  > Setting Filter All to status [0] ... DONE<br>
                  > Adding asset_no to All filter ... DONE<br>
                  > Adding assetname to All filter ... DONE<br>
                  > Adding account to All filter ... DONE<br>
                  > Adding product to All filter ... DONE<br>
                  > Deleting related lists ... DONE<br>
                  > Unsetting relation with HelpDesk ... DONE<br>
                  > Setting relation with HelpDesk [ADD,SELECT] ...
                  DONE<br>
                  > Unsetting relation with Documents ... DONE<br>
                  > Setting relation with Documents [ADD,SELECT] ...
                  DONE<br>
                  > Updating version to 2.0 ... DONE<br>
                  > Invoking vtlib_handler for module.postupdate
                  ...START<br>
                  > Invoking vtlib_handler for module.postupdate
                  ...DONE<br>
                  > Importing PT Brasil [pt_br] ... STARTED<br>
                  > Copying file modules/Leads.php ... DONE<br>
                  > Copying file modules/Assets.php ... DONE<br>
                  > Copying file modules/Products.php ... DONE<br>
                  > Copying file modules/Mobile.php ... DONE<br>
                  > Copying file modules/Google.php ... DONE<br>
                  > Copying file modules/Portal.php ... DONE<br>
                  > Copying file modules/HelpDesk.php ... DONE<br>
                  > Copying file modules/SMSNotifier.php ... DONE<br>
                  > Copying file modules/Home.php ... DONE<br>
                  > Copying file modules/Contacts.php ... DONE<br>
                  > Copying file modules/Events.php ... DONE<br>
                  > Copying file modules/EmailTemplates.php ... DONE<br>
                  > Copying file modules/ModComments.php ... DONE<br>
                  > Copying file modules/Project.php ... DONE<br>
                  > Copying file modules/ModTracker.php ... DONE<br>
                  > Copying file modules/Campaigns.php ... DONE<br>
                  > Copying file modules/Faq.php ... DONE<br>
                  > Copying file modules/Reports.php ... DONE<br>
                  > Copying file modules/Services.php ... DONE<br>
                  > Copying file modules/ServiceContracts.php ...
                  DONE<br>
                  > Copying file modules/Documents.php ... DONE<br>
                  > Copying file modules/Emails.php ... DONE<br>
                  > Copying file modules/WSAPP.php ... DONE<br>
                  > Copying file modules/Migration.php ... DONE<br>
                  > Copying file modules/Quotes.php ... DONE<br>
                  > Copying file modules/PBXManager.php ... DONE<br>
                  > Copying file modules/ProjectMilestone.php ...
                  DONE<br>
                  > Copying file modules/Users.php ... DONE<br>
                  > Copying file modules/Rss.php ... DONE<br>
                  > Copying file modules/Install.php ... DONE<br>
                  > Copying file modules/Vtiger.php ... DONE<br>
                  > Copying file modules/Invoice.php ... DONE<br>
                  > Copying file modules/Potentials.php ... DONE<br>
                  > Copying file modules/Vendors.php ... DONE<br>
                  > Copying file modules/PurchaseOrder.php ... DONE<br>
                  > Copying file modules/ProjectTask.php ... DONE<br>
                  > Copying file modules/PriceBooks.php ... DONE<br>
                  > Copying file modules/Accounts.php ... DONE<br>
                  > Copying file modules/Webservices.php ... DONE<br>
                  > Copying file modules/Settings/Leads.php ... DONE<br>
                  > Copying file modules/Settings/Currency.php ...
                  DONE<br>
                  > Copying file modules/Settings/Workflows.php ...
                  DONE<br>
                  > Copying file
                  modules/Settings/PickListDependency.php ... DONE<br>
                  > Copying file modules/Settings/ModuleManager.php
                  ... DONE<br>
                  > Copying file modules/Settings/SMSNotifier.php ...
                  DONE<br>
                  > Copying file modules/Settings/EmailTemplate.php
                  ... DONE<br>
                  > Copying file modules/Settings/Roles.php ... DONE<br>
                  > Copying file modules/Settings/Webforms.php ...
                  DONE<br>
                  > Copying file modules/Settings/Picklist.php ...
                  DONE<br>
                  > Copying file modules/Settings/ExtensionStore.php
                  ... DONE<br>
                  > Copying file modules/Settings/CustomerPortal.php
                  ... DONE<br>
                  > Copying file modules/Settings/LayoutEditor.php
                  ... DONE<br>
                  > Copying file modules/Settings/Vtiger.php ... DONE<br>
                  > Copying file modules/Settings/SharingAccess.php
                  ... DONE<br>
                  > Copying file modules/Settings/Potentials.php ...
                  DONE<br>
                  > Copying file modules/Settings/Groups.php ... DONE<br>
                  > Copying file modules/Settings/Profiles.php ...
                  DONE<br>
                  > Copying file modules/Settings/CronTasks.php ...
                  DONE<br>
                  > Copying file modules/Settings/MailConverter.php
                  ... DONE<br>
                  > Copying file modules/Calendar.php ... DONE<br>
                  > Copying file modules/RecycleBin.php ... DONE<br>
                  > Copying file modules/Import.php ... DONE<br>
                  > Copying file modules/MailManager.php ... DONE<br>
                  > Copying file modules/SalesOrder.php ... DONE<br>
                  > Registering Language PT Brasil [pt_br] ... DONE<br>
                  > Importing PT Brasil [pt_br] ... DONE<br>
                  > Importing British English [en_gb] ... STARTED<br>
                  > Copying file modules/Leads.php ... DONE<br>
                  > Copying file modules/Assets.php ... DONE<br>
                  > Copying file modules/Products.php ... DONE<br>
                  > Copying file modules/Mobile.php ... DONE<br>
                  > Copying file modules/Google.php ... DONE<br>
                  > Copying file modules/Portal.php ... DONE<br>
                  > Copying file modules/HelpDesk.php ... DONE<br>
                  > Copying file modules/SMSNotifier.php ... DONE<br>
                  > Copying file modules/Home.php ... DONE<br>
                  > Copying file modules/Contacts.php ... DONE<br>
                  > Copying file modules/Events.php ... DONE<br>
                  > Copying file modules/EmailTemplates.php ... DONE<br>
                  > Copying file modules/ModComments.php ... DONE<br>
                  > Copying file modules/Project.php ... DONE<br>
                  > Copying file modules/ModTracker.php ... DONE<br>
                  > Copying file modules/Campaigns.php ... DONE<br>
                  > Copying file modules/Faq.php ... DONE<br>
                  > Copying file modules/Reports.php ... DONE<br>
                  > Copying file modules/Services.php ... DONE<br>
                  > Copying file modules/ServiceContracts.php ...
                  DONE<br>
                  > Copying file modules/Documents.php ... DONE<br>
                  > Copying file modules/Emails.php ... DONE<br>
                  > Copying file modules/WSAPP.php ... DONE<br>
                  > Copying file modules/Migration.php ... DONE<br>
                  > Copying file modules/Quotes.php ... DONE<br>
                  > Copying file modules/PBXManager.php ... DONE<br>
                  > Copying file modules/ProjectMilestone.php ...
                  DONE<br>
                  > Copying file modules/Users.php ... DONE<br>
                  > Copying file modules/Rss.php ... DONE<br>
                  > Copying file modules/Vtiger.php ... DONE<br>
                  > Copying file modules/Invoice.php ... DONE<br>
                  > Copying file modules/Potentials.php ... DONE<br>
                  > Copying file modules/Vendors.php ... DONE<br>
                  > Copying file modules/PurchaseOrder.php ... DONE<br>
                  > Copying file modules/ProjectTask.php ... DONE<br>
                  > Copying file modules/PriceBooks.php ... DONE<br>
                  > Copying file modules/Accounts.php ... DONE<br>
                  > Copying file modules/Webservices.php ... DONE<br>
                  > Copying file modules/Settings/Leads.php ... DONE<br>
                  > Copying file modules/Settings/Currency.php ...
                  DONE<br>
                  > Copying file modules/Settings/Workflows.php ...
                  DONE<br>
                  > Copying file
                  modules/Settings/PickListDependency.php ... DONE<br>
                  > Copying file modules/Settings/ModuleManager.php
                  ... DONE<br>
                  > Copying file modules/Settings/SMSNotifier.php ...
                  DONE<br>
                  > Copying file modules/Settings/EmailTemplate.php
                  ... DONE<br>
                  > Copying file modules/Settings/Roles.php ... DONE<br>
                  > Copying file modules/Settings/Webforms.php ...
                  DONE<br>
                  > Copying file modules/Settings/Picklist.php ...
                  DONE<br>
                  > Copying file modules/Settings/ExtensionStore.php
                  ... DONE<br>
                  > Copying file modules/Settings/CustomerPortal.php
                  ... DONE<br>
                  > Copying file modules/Settings/LayoutEditor.php
                  ... DONE<br>
                  > Copying file modules/Settings/PBXManager.php ...
                  DONE<br>
                  > Copying file modules/Settings/Vtiger.php ... DONE<br>
                  > Copying file modules/Settings/SharingAccess.php
                  ... DONE<br>
                  > Copying file modules/Settings/Potentials.php ...
                  DONE<br>
                  > Copying file modules/Settings/Groups.php ... DONE<br>
                  > Copying file modules/Settings/Profiles.php ...
                  DONE<br>
                  > Copying file modules/Settings/CronTasks.php ...
                  DONE<br>
                  > Copying file modules/Settings/MailConverter.php
                  ... DONE<br>
                  > Copying file modules/Calendar.php ... DONE<br>
                  > Copying file modules/RecycleBin.php ... DONE<br>
                  > Copying file modules/Import.php ... DONE<br>
                  > Copying file modules/MailManager.php ... DONE<br>
                  > Copying file modules/SalesOrder.php ... DONE<br>
                  > Registering Language British English [en_gb] ...
                  DONE<br>
                  > Importing British English [en_gb] ... DONE<br>
                  > Invoking vtlib_handler for module.preupdate
                  ...START<br>
                  > Invoking vtlib_handler for module.preupdate
                  ...DONE<br>
                  > Updating version to 1.4 ... DONE<br>
                  > Invoking vtlib_handler for module.postupdate
                  ...START<br>
                  > Invoking vtlib_handler for module.postupdate
                  ...DONE<br>
                  > Importing DE Deutsch [de_de] ... STARTED<br>
                  > Copying file cron/language/phpmailer.lang-de.php
                  ... SKIPPED<br>
                  > Copying file modules/Leads.php ... DONE<br>
                  > Copying file modules/Assets.php ... DONE<br>
                  > Copying file modules/Products.php ... DONE<br>
                  > Copying file modules/Google.php ... DONE<br>
                  > Copying file modules/Portal.php ... DONE<br>
                  > Copying file modules/HelpDesk.php ... DONE<br>
                  > Copying file modules/SMSNotifier.php ... DONE<br>
                  > Copying file modules/Home.php ... DONE<br>
                  > Copying file modules/Contacts.php ... DONE<br>
                  > Copying file modules/Events.php ... DONE<br>
                  > Copying file modules/EmailTemplates.php ... DONE<br>
                  > Copying file modules/ModComments.php ... DONE<br>
                  > Copying file modules/Project.php ... DONE<br>
                  > Copying file modules/Campaigns.php ... DONE<br>
                  > Copying file modules/Faq.php ... DONE<br>
                  > Copying file modules/Reports.php ... DONE<br>
                  > Copying file modules/Services.php ... DONE<br>
                  > Copying file modules/ServiceContracts.php ...
                  DONE<br>
                  > Copying file modules/Documents.php ... DONE<br>
                  > Copying file modules/Emails.php ... DONE<br>
                  > Copying file modules/Migration.php ... DONE<br>
                  > Copying file modules/Quotes.php ... DONE<br>
                  > Copying file modules/PBXManager.php ... DONE<br>
                  > Copying file modules/ProjectMilestone.php ...
                  DONE<br>
                  > Copying file modules/Users.php ... DONE<br>
                  > Copying file modules/Rss.php ... DONE<br>
                  > Copying file modules/Vtiger.php ... DONE<br>
                  > Copying file modules/Invoice.php ... DONE<br>
                  > Copying file modules/Potentials.php ... DONE<br>
                  > Copying file modules/Vendors.php ... DONE<br>
                  > Copying file modules/PurchaseOrder.php ... DONE<br>
                  > Copying file modules/ProjectTask.php ... DONE<br>
                  > Copying file modules/PriceBooks.php ... DONE<br>
                  > Copying file modules/Accounts.php ... DONE<br>
                  > Copying file modules/Webservices.php ... DONE<br>
                  > Copying file modules/Settings/Leads.php ... DONE<br>
                  > Copying file modules/Settings/Currency.php ...
                  DONE<br>
                  > Copying file modules/Settings/Workflows.php ...
                  DONE<br>
                  > Copying file
                  modules/Settings/PickListDependency.php ... DONE<br>
                  > Copying file modules/Settings/ModuleManager.php
                  ... DONE<br>
                  > Copying file modules/Settings/SMSNotifier.php ...
                  DONE<br>
                  > Copying file modules/Settings/EmailTemplate.php
                  ... DONE<br>
                  > Copying file modules/Settings/Roles.php ... DONE<br>
                  > Copying file modules/Settings/Webforms.php ...
                  DONE<br>
                  > Copying file modules/Settings/Picklist.php ...
                  DONE<br>
                  > Copying file modules/Settings/CustomerPortal.php
                  ... DONE<br>
                  > Copying file modules/Settings/LayoutEditor.php
                  ... DONE<br>
                  > Copying file modules/Settings/Vtiger.php ... DONE<br>
                  > Copying file modules/Settings/SharingAccess.php
                  ... DONE<br>
                  > Copying file modules/Settings/Potentials.php ...
                  DONE<br>
                  > Copying file modules/Settings/Groups.php ... DONE<br>
                  > Copying file modules/Settings/Profiles.php ...
                  DONE<br>
                  > Copying file modules/Settings/Accounts.php ...
                  DONE<br>
                  > Copying file modules/Settings/CronTasks.php ...
                  DONE<br>
                  > Copying file modules/Settings/MailConverter.php
                  ... DONE<br>
                  > Copying file modules/Calendar.php ... DONE<br>
                  > Copying file modules/RecycleBin.php ... DONE<br>
                  > Copying file modules/Import.php ... DONE<br>
                  > Copying file modules/MailManager.php ... DONE<br>
                  > Copying file modules/SalesOrder.php ... DONE<br>
                  > Registering Language DE Deutsch [de_de] ... DONE<br>
                  > Importing DE Deutsch [de_de] ... DONE<br>
                  > Importing NL-Dutch [nl_nl] ... STARTED<br>
                  > Copying file cron/phpmailer.lang-nl.php ...
                  SKIPPED<br>
                  > Copying file modules/Leads.php ... DONE<br>
                  > Copying file modules/Assets.php ... DONE<br>
                  > Copying file modules/Products.php ... DONE<br>
                  > Copying file modules/Google.php ... DONE<br>
                  > Copying file modules/Portal.php ... DONE<br>
                  > Copying file modules/HelpDesk.php ... DONE<br>
                  > Copying file modules/SMSNotifier.php ... DONE<br>
                  > Copying file modules/Home.php ... DONE<br>
                  > Copying file modules/Contacts.php ... DONE<br>
                  > Copying file modules/Events.php ... DONE<br>
                  > Copying file modules/EmailTemplates.php ... DONE<br>
                  > Copying file modules/ModComments.php ... DONE<br>
                  > Copying file modules/Project.php ... DONE<br>
                  > Copying file modules/Campaigns.php ... DONE<br>
                  > Copying file modules/Faq.php ... DONE<br>
                  > Copying file modules/Reports.php ... DONE<br>
                  > Copying file modules/Services.php ... DONE<br>
                  > Copying file modules/ServiceContracts.php ...
                  DONE<br>
                  > Copying file modules/Documents.php ... DONE<br>
                  > Copying file modules/Emails.php ... DONE<br>
                  > Copying file modules/Migration.php ... DONE<br>
                  > Copying file modules/Quotes.php ... DONE<br>
                  > Copying file modules/PBXManager.php ... DONE<br>
                  > Copying file modules/ProjectMilestone.php ...
                  DONE<br>
                  > Copying file modules/Users.php ... DONE<br>
                  > Copying file modules/Rss.php ... DONE<br>
                  > Copying file modules/Vtiger.php ... DONE<br>
                  > Copying file modules/Invoice.php ... DONE<br>
                  > Copying file modules/Potentials.php ... DONE<br>
                  > Copying file modules/Vendors.php ... DONE<br>
                  > Copying file modules/PurchaseOrder.php ... DONE<br>
                  > Copying file modules/ProjectTask.php ... DONE<br>
                  > Copying file modules/PriceBooks.php ... DONE<br>
                  > Copying file modules/Accounts.php ... DONE<br>
                  > Copying file modules/Webservices.php ... DONE<br>
                  > Copying file modules/Settings/Leads.php ... DONE<br>
                  > Copying file modules/Settings/Currency.php ...
                  DONE<br>
                  > Copying file modules/Settings/Workflows.php ...
                  DONE<br>
                  > Copying file
                  modules/Settings/PickListDependency.php ... DONE<br>
                  > Copying file modules/Settings/ModuleManager.php
                  ... DONE<br>
                  > Copying file modules/Settings/SMSNotifier.php ...
                  DONE<br>
                  > Copying file modules/Settings/EmailTemplate.php
                  ... DONE<br>
                  > Copying file modules/Settings/Roles.php ... DONE<br>
                  > Copying file modules/Settings/Webforms.php ...
                  DONE<br>
                  > Copying file modules/Settings/Picklist.php ...
                  DONE<br>
                  > Copying file modules/Settings/ExtensionStore.php
                  ... DONE<br>
                  > Copying file modules/Settings/CustomerPortal.php
                  ... DONE<br>
                  > Copying file modules/Settings/LayoutEditor.php
                  ... DONE<br>
                  > Copying file modules/Settings/Vtiger.php ... DONE<br>
                  > Copying file modules/Settings/SharingAccess.php
                  ... DONE<br>
                  > Copying file modules/Settings/Potentials.php ...
                  DONE<br>
                  > Copying file modules/Settings/Groups.php ... DONE<br>
                  > Copying file modules/Settings/Profiles.php ...
                  DONE<br>
                  > Copying file modules/Settings/CronTasks.php ...
                  DONE<br>
                  > Copying file modules/Settings/MailConverter.php
                  ... DONE<br>
                  > Copying file modules/Calendar.php ... DONE<br>
                  > Copying file modules/RecycleBin.php ... DONE<br>
                  > Copying file modules/Import.php ... DONE<br>
                  > Copying file modules/MailManager.php ... DONE<br>
                  > Copying file modules/SalesOrder.php ... DONE<br>
                  > Registering Language NL-Dutch [nl_nl] ... DONE<br>
                  > Importing NL-Dutch [nl_nl] ... DONE<br>
                  > Updating version to 1.0 ... DONE<br>
                  > Importing Pack de langue français [fr_fr] ...
                  STARTED<br>
                  > Copying file cron/language/phpmailer.lang-fr.php
                  ... SKIPPED<br>
                  > Copying file modules/Leads.php ... DONE<br>
                  > Copying file modules/Assets.php ... DONE<br>
                  > Copying file modules/Products.php ... DONE<br>
                  > Copying file modules/Mobile.php ... DONE<br>
                  > Copying file modules/Google.php ... DONE<br>
                  > Copying file modules/Portal.php ... DONE<br>
                  > Copying file modules/HelpDesk.php ... DONE<br>
                  > Copying file modules/SMSNotifier.php ... DONE<br>
                  > Copying file modules/Home.php ... DONE<br>
                  > Copying file modules/Contacts.php ... DONE<br>
                  > Copying file modules/Events.php ... DONE<br>
                  > Copying file modules/EmailTemplates.php ... DONE<br>
                  > Copying file modules/ModComments.php ... DONE<br>
                  > Copying file modules/Project.php ... DONE<br>
                  > Copying file modules/ModTracker.php ... DONE<br>
                  > Copying file modules/Campaigns.php ... DONE<br>
                  > Copying file modules/Faq.php ... DONE<br>
                  > Copying file modules/Reports.php ... DONE<br>
                  > Copying file modules/Services.php ... DONE<br>
                  > Copying file modules/ServiceContracts.php ...
                  DONE<br>
                  > Copying file modules/Documents.php ... DONE<br>
                  > Copying file modules/Emails.php ... DONE<br>
                  > Copying file modules/WSAPP.php ... DONE<br>
                  > Copying file modules/Migration.php ... DONE<br>
                  > Copying file modules/Quotes.php ... DONE<br>
                  > Copying file modules/PBXManager.php ... DONE<br>
                  > Copying file modules/ProjectMilestone.php ...
                  DONE<br>
                  > Copying file modules/Users.php ... DONE<br>
                  > Copying file modules/Rss.php ... DONE<br>
                  > Copying file modules/Install.php ... DONE<br>
                  > Copying file modules/Vtiger.php ... DONE<br>
                  > Copying file modules/Invoice.php ... DONE<br>
                  > Copying file modules/Potentials.php ... DONE<br>
                  > Copying file modules/Vendors.php ... DONE<br>
                  > Copying file modules/PurchaseOrder.php ... DONE<br>
                  > Copying file modules/ProjectTask.php ... DONE<br>
                  > Copying file modules/PriceBooks.php ... DONE<br>
                  > Copying file modules/Accounts.php ... DONE<br>
                  > Copying file modules/Webservices.php ... DONE<br>
                  > Copying file modules/Settings/Leads.php ... DONE<br>
                  > Copying file modules/Settings/Currency.php ...
                  DONE<br>
                  > Copying file modules/Settings/Workflows.php ...
                  DONE<br>
                  > Copying file
                  modules/Settings/PickListDependency.php ... DONE<br>
                  > Copying file modules/Settings/ModuleManager.php
                  ... DONE<br>
                  > Copying file modules/Settings/SMSNotifier.php ...
                  DONE<br>
                  > Copying file modules/Settings/EmailTemplate.php
                  ... DONE<br>
                  > Copying file modules/Settings/Roles.php ... DONE<br>
                  > Copying file modules/Settings/Webforms.php ...
                  DONE<br>
                  > Copying file modules/Settings/Picklist.php ...
                  DONE<br>
                  > Copying file modules/Settings/ExtensionStore.php
                  ... DONE<br>
                  > Copying file modules/Settings/CustomerPortal.php
                  ... DONE<br>
                  > Copying file modules/Settings/LayoutEditor.php
                  ... DONE<br>
                  > Copying file modules/Settings/Vtiger.php ... DONE<br>
                  > Copying file modules/Settings/SharingAccess.php
                  ... DONE<br>
                  > Copying file modules/Settings/Potentials.php ...
                  DONE<br>
                  > Copying file modules/Settings/Groups.php ... DONE<br>
                  > Copying file modules/Settings/Profiles.php ...
                  DONE<br>
                  > Copying file modules/Settings/CronTasks.php ...
                  DONE<br>
                  > Copying file modules/Settings/MailConverter.php
                  ... DONE<br>
                  > Copying file modules/Calendar.php ... DONE<br>
                  > Copying file modules/RecycleBin.php ... DONE<br>
                  > Copying file modules/Import.php ... DONE<br>
                  > Copying file modules/MailManager.php ... DONE<br>
                  > Copying file modules/SalesOrder.php ... DONE<br>
                  > Registering Language Pack de langue français
                  [fr_fr] ... DONE<br>
                  > Importing Pack de langue français [fr_fr] ...
                  DONE<br>
                  > Invoking vtlib_handler for module.preupdate
                  ...START<br>
                  > Invoking vtlib_handler for module.preupdate
                  ...DONE<br>
                  > Updating version to 1.5 ... DONE<br>
                  > Invoking vtlib_handler for module.postupdate
                  ...START<br>
                  > Invoking vtlib_handler for module.postupdate
                  ...DONE<br>
                  > Importing HU Magyar [hu_hu] ... STARTED<br>
                  > Copying file modules/Leads.php ... DONE<br>
                  > Copying file modules/Assets.php ... DONE<br>
                  > Copying file modules/Products.php ... DONE<br>
                  > Copying file modules/Mobile.php ... DONE<br>
                  > Copying file modules/Google.php ... DONE<br>
                  > Copying file modules/Portal.php ... DONE<br>
                  > Copying file modules/HelpDesk.php ... DONE<br>
                  > Copying file modules/SMSNotifier.php ... DONE<br>
                  > Copying file modules/Home.php ... DONE<br>
                  > Copying file modules/Contacts.php ... DONE<br>
                  > Copying file modules/Events.php ... DONE<br>
                  > Copying file modules/EmailTemplates.php ... DONE<br>
                  > Copying file modules/ModComments.php ... DONE<br>
                  > Copying file modules/Project.php ... DONE<br>
                  > Copying file modules/ModTracker.php ... DONE<br>
                  > Copying file modules/Campaigns.php ... DONE<br>
                  > Copying file modules/Faq.php ... DONE<br>
                  > Copying file modules/Reports.php ... DONE<br>
                  > Copying file modules/Services.php ... DONE<br>
                  > Copying file modules/ServiceContracts.php ...
                  DONE<br>
                  > Copying file modules/Documents.php ... DONE<br>
                  > Copying file modules/Emails.php ... DONE<br>
                  > Copying file modules/WSAPP.php ... DONE<br>
                  > Copying file modules/Migration.php ... DONE<br>
                  > Copying file modules/Quotes.php ... DONE<br>
                  > Copying file modules/PBXManager.php ... DONE<br>
                  > Copying file modules/ProjectMilestone.php ...
                  DONE<br>
                  > Copying file modules/Users.php ... DONE<br>
                  > Copying file modules/Rss.php ... DONE<br>
                  > Copying file modules/Install.php ... DONE<br>
                  > Copying file modules/Vtiger.php ... DONE<br>
                  > Copying file modules/Invoice.php ... DONE<br>
                  > Copying file modules/Potentials.php ... DONE<br>
                  > Copying file modules/Vendors.php ... DONE<br>
                  > Copying file modules/PurchaseOrder.php ... DONE<br>
                  > Copying file modules/ProjectTask.php ... DONE<br>
                  > Copying file modules/PriceBooks.php ... DONE<br>
                  > Copying file modules/Accounts.php ... DONE<br>
                  > Copying file modules/Webservices.php ... DONE<br>
                  > Copying file modules/Settings/Leads.php ... DONE<br>
                  > Copying file modules/Settings/Currency.php ...
                  DONE<br>
                  > Copying file modules/Settings/Workflows.php ...
                  DONE<br>
                  > Copying file
                  modules/Settings/PickListDependency.php ... DONE<br>
                  > Copying file modules/Settings/ModuleManager.php
                  ... DONE<br>
                  > Copying file modules/Settings/SMSNotifier.php ...
                  DONE<br>
                  > Copying file modules/Settings/EmailTemplate.php
                  ... DONE<br>
                  > Copying file modules/Settings/Roles.php ... DONE<br>
                  > Copying file modules/Settings/Webforms.php ...
                  DONE<br>
                  > Copying file modules/Settings/Picklist.php ...
                  DONE<br>
                  > Copying file modules/Settings/ExtensionStore.php
                  ... DONE<br>
                  > Copying file modules/Settings/CustomerPortal.php
                  ... DONE<br>
                  > Copying file modules/Settings/LayoutEditor.php
                  ... DONE<br>
                  > Copying file modules/Settings/PBXManager.php ...
                  DONE<br>
                  > Copying file modules/Settings/Vtiger.php ... DONE<br>
                  > Copying file modules/Settings/SharingAccess.php
                  ... DONE<br>
                  > Copying file modules/Settings/Potentials.php ...
                  DONE<br>
                  > Copying file modules/Settings/Groups.php ... DONE<br>
                  > Copying file modules/Settings/Profiles.php ...
                  DONE<br>
                  > Copying file modules/Settings/CronTasks.php ...
                  DONE<br>
                  > Copying file modules/Settings/MailConverter.php
                  ... DONE<br>
                  > Copying file modules/Calendar.php ... DONE<br>
                  > Copying file modules/RecycleBin.php ... DONE<br>
                  > Copying file modules/Import.php ... DONE<br>
                  > Copying file modules/MailManager.php ... DONE<br>
                  > Copying file modules/SalesOrder.php ... DONE<br>
                  > Registering Language HU Magyar [hu_hu] ... DONE<br>
                  > Importing HU Magyar [hu_hu] ... DONE<br>
                  > Importing IT Italian [it_it] ... STARTED<br>
                  > Copying file modules/Leads.php ... DONE<br>
                  > Copying file modules/Assets.php ... DONE<br>
                  > Copying file modules/Products.php ... DONE<br>
                  > Copying file modules/Google.php ... DONE<br>
                  > Copying file modules/Portal.php ... DONE<br>
                  > Copying file modules/HelpDesk.php ... DONE<br>
                  > Copying file modules/SMSNotifier.php ... DONE<br>
                  > Copying file modules/Home.php ... DONE<br>
                  > Copying file modules/Contacts.php ... DONE<br>
                  > Copying file modules/Events.php ... DONE<br>
                  > Copying file modules/EmailTemplates.php ... DONE<br>
                  > Copying file modules/ModComments.php ... DONE<br>
                  > Copying file modules/Project.php ... DONE<br>
                  > Copying file modules/Campaigns.php ... DONE<br>
                  > Copying file modules/Faq.php ... DONE<br>
                  > Copying file modules/Reports.php ... DONE<br>
                  > Copying file modules/Services.php ... DONE<br>
                  > Copying file modules/ServiceContracts.php ...
                  DONE<br>
                  > Copying file modules/Documents.php ... DONE<br>
                  > Copying file modules/Emails.php ... DONE<br>
                  > Copying file modules/Migration.php ... DONE<br>
                  > Copying file modules/Quotes.php ... DONE<br>
                  > Copying file modules/PBXManager.php ... DONE<br>
                  > Copying file modules/ProjectMilestone.php ...
                  DONE<br>
                  > Copying file modules/Users.php ... DONE<br>
                  > Copying file modules/Rss.php ... DONE<br>
                  > Copying file modules/Vtiger.php ... DONE<br>
                  > Copying file modules/Invoice.php ... DONE<br>
                  > Copying file modules/Potentials.php ... DONE<br>
                  > Copying file modules/Vendors.php ... DONE<br>
                  > Copying file modules/PurchaseOrder.php ... DONE<br>
                  > Copying file modules/ProjectTask.php ... DONE<br>
                  > Copying file modules/PriceBooks.php ... DONE<br>
                  > Copying file modules/Accounts.php ... DONE<br>
                  > Copying file modules/Webservices.php ... DONE<br>
                  > Copying file modules/Settings/Leads.php ... DONE<br>
                  > Copying file modules/Settings/Currency.php ...
                  DONE<br>
                  > Copying file modules/Settings/Workflows.php ...
                  DONE<br>
                  > Copying file
                  modules/Settings/PickListDependency.php ... DONE<br>
                  > Copying file modules/Settings/ModuleManager.php
                  ... DONE<br>
                  > Copying file modules/Settings/SMSNotifier.php ...
                  DONE<br>
                  > Copying file modules/Settings/EmailTemplate.php
                  ... DONE<br>
                  > Copying file modules/Settings/Roles.php ... DONE<br>
                  > Copying file modules/Settings/Webforms.php ...
                  DONE<br>
                  > Copying file modules/Settings/Picklist.php ...
                  DONE<br>
                  > Copying file modules/Settings/ExtensionStore.php
                  ... DONE<br>
                  > Copying file modules/Settings/CustomerPortal.php
                  ... DONE<br>
                  > Copying file modules/Settings/LayoutEditor.php
                  ... DONE<br>
                  > Copying file modules/Settings/Vtiger.php ... DONE<br>
                  > Copying file modules/Settings/SharingAccess.php
                  ... DONE<br>
                  > Copying file modules/Settings/Potentials.php ...
                  DONE<br>
                  > Copying file modules/Settings/Groups.php ... DONE<br>
                  > Copying file modules/Settings/Profiles.php ...
                  DONE<br>
                  > Copying file modules/Settings/CronTasks.php ...
                  DONE<br>
                  > Copying file modules/Settings/MailConverter.php
                  ... DONE<br>
                  > Copying file modules/Calendar.php ... DONE<br>
                  > Copying file modules/RecycleBin.php ... DONE<br>
                  > Copying file modules/Import.php ... DONE<br>
                  > Copying file modules/MailManager.php ... DONE<br>
                  > Copying file modules/SalesOrder.php ... DONE<br>
                  > Registering Language IT Italian [it_it] ... DONE<br>
                  > Importing IT Italian [it_it] ... DONE<br>
                  > Importing ES Mexico [es_mx] ... STARTED<br>
                  > Copying file modules/Leads.php ... DONE<br>
                  > Copying file modules/Assets.php ... DONE<br>
                  > Copying file modules/Products.php ... DONE<br>
                  > Copying file modules/Google.php ... DONE<br>
                  > Copying file modules/Portal.php ... DONE<br>
                  > Copying file modules/HelpDesk.php ... DONE<br>
                  > Copying file modules/SMSNotifier.php ... DONE<br>
                  > Copying file modules/Home.php ... DONE<br>
                  > Copying file modules/Contacts.php ... DONE<br>
                  > Copying file modules/Events.php ... DONE<br>
                  > Copying file modules/EmailTemplates.php ... DONE<br>
                  > Copying file modules/ModComments.php ... DONE<br>
                  > Copying file modules/Project.php ... DONE<br>
                  > Copying file modules/Campaigns.php ... DONE<br>
                  > Copying file modules/Faq.php ... DONE<br>
                  > Copying file modules/Reports.php ... DONE<br>
                  > Copying file modules/Services.php ... DONE<br>
                  > Copying file modules/ServiceContracts.php ...
                  DONE<br>
                  > Copying file modules/Documents.php ... DONE<br>
                  > Copying file modules/Emails.php ... DONE<br>
                  > Copying file modules/Migration.php ... DONE<br>
                  > Copying file modules/Quotes.php ... DONE<br>
                  > Copying file modules/PBXManager.php ... DONE<br>
                  > Copying file modules/ProjectMilestone.php ...
                  DONE<br>
                  > Copying file modules/Users.php ... DONE<br>
                  > Copying file modules/Rss.php ... DONE<br>
                  > Copying file modules/Vtiger.php ... DONE<br>
                  > Copying file modules/Invoice.php ... DONE<br>
                  > Copying file modules/Potentials.php ... DONE<br>
                  > Copying file modules/Vendors.php ... DONE<br>
                  > Copying file modules/PurchaseOrder.php ... DONE<br>
                  > Copying file modules/ProjectTask.php ... DONE<br>
                  > Copying file modules/PriceBooks.php ... DONE<br>
                  > Copying file modules/Accounts.php ... DONE<br>
                  > Copying file modules/Webservices.php ... DONE<br>
                  > Copying file modules/Settings/Leads.php ... DONE<br>
                  > Copying file modules/Settings/Currency.php ...
                  DONE<br>
                  > Copying file modules/Settings/Workflows.php ...
                  DONE<br>
                  > Copying file
                  modules/Settings/PickListDependency.php ... DONE<br>
                  > Copying file modules/Settings/ModuleManager.php
                  ... DONE<br>
                  > Copying file modules/Settings/SMSNotifier.php ...
                  DONE<br>
                  > Copying file modules/Settings/EmailTemplate.php
                  ... DONE<br>
                  > Copying file modules/Settings/Roles.php ... DONE<br>
                  > Copying file modules/Settings/Webforms.php ...
                  DONE<br>
                  > Copying file modules/Settings/Picklist.php ...
                  DONE<br>
                  > Copying file modules/Settings/ExtensionStore.php
                  ... DONE<br>
                  > Copying file modules/Settings/CustomerPortal.php
                  ... DONE<br>
                  > Copying file modules/Settings/LayoutEditor.php
                  ... DONE<br>
                  > Copying file modules/Settings/Vtiger.php ... DONE<br>
                  > Copying file modules/Settings/SharingAccess.php
                  ... DONE<br>
                  > Copying file modules/Settings/Potentials.php ...
                  DONE<br>
                  > Copying file modules/Settings/Groups.php ... DONE<br>
                  > Copying file modules/Settings/Profiles.php ...
                  DONE<br>
                  > Copying file modules/Settings/CronTasks.php ...
                  DONE<br>
                  > Copying file modules/Settings/MailConverter.php
                  ... DONE<br>
                  > Copying file modules/Calendar.php ... DONE<br>
                  > Copying file modules/RecycleBin.php ... DONE<br>
                  > Copying file modules/Import.php ... DONE<br>
                  > Copying file modules/MailManager.php ... DONE<br>
                  > Copying file modules/SalesOrder.php ... DONE<br>
                  > Registering Language ES Mexico [es_mx] ... DONE<br>
                  > Importing ES Mexico [es_mx] ... DONE<br>
                  > Invoking vtlib_handler for module.preupdate
                  ...START<br>
                  > Invoking vtlib_handler for module.preupdate
                  ...DONE<br>
                  > Updated help information of commentcontent ...
                  DONE<br>
                  > Updated masseditable information of
                  commentcontent ... DONE<br>
                  > Updated help information of assigned_user_id ...
                  DONE<br>
                  > Updated masseditable information of
                  assigned_user_id ... DONE<br>
                  > Updated help information of createdtime ... DONE<br>
                  > Updated help information of modifiedtime ... DONE<br>
                  > Updated help information of related_to ... DONE<br>
                  > Updated masseditable information of related_to
                  ... DONE<br>
                  > Updated help information of creator ... DONE<br>
                  > Updated masseditable information of creator ...
                  DONE<br>
                  > Updated help information of parent_comments ...
                  DONE<br>
                  > Updated masseditable information of
                  parent_comments ... DONE<br>
                  > Creating Filter All ... DONE<br>
                  > Setting Filter All to status [0] ... DONE<br>
                  > Adding commentcontent to All filter ... DONE<br>
                  > Adding related_to to All filter ... DONE<br>
                  > Adding modifiedtime to All filter ... DONE<br>
                  > Adding assigned_user_id to All filter ... DONE<br>
                  > Deleting links ... DONE<br>
                  > Adding Link (HEADERSCRIPT -
                  ModCommentsCommonHeaderScript) ... DONE<br>
                  > Updating version to 2.1 ... DONE<br>
                  > Invoking vtlib_handler for module.postupdate
                  ...START<br>
                  > Invoking vtlib_handler for module.postupdate
                  ...DONE<br>
                  > Importing Język Polski [pl_pl] ... STARTED<br>
                  > Copying file modules/Leads.php ... DONE<br>
                  > Copying file modules/Assets.php ... DONE<br>
                  > Copying file modules/Products.php ... DONE<br>
                  > Copying file modules/Mobile.php ... DONE<br>
                  > Copying file modules/Google.php ... DONE<br>
                  > Copying file modules/Portal.php ... DONE<br>
                  > Copying file modules/HelpDesk.php ... DONE<br>
                  > Copying file modules/SMSNotifier.php ... DONE<br>
                  > Copying file modules/Home.php ... DONE<br>
                  > Copying file modules/Contacts.php ... DONE<br>
                  > Copying file modules/Events.php ... DONE<br>
                  > Copying file modules/EmailTemplates.php ... DONE<br>
                  > Copying file modules/ModComments.php ... DONE<br>
                  > Copying file modules/Project.php ... DONE<br>
                  > Copying file modules/ModTracker.php ... DONE<br>
                  > Copying file modules/Campaigns.php ... DONE<br>
                  > Copying file modules/Faq.php ... DONE<br>
                  > Copying file modules/Reports.php ... DONE<br>
                  > Copying file modules/Services.php ... DONE<br>
                  > Copying file modules/ServiceContracts.php ...
                  DONE<br>
                  > Copying file modules/Documents.php ... DONE<br>
                  > Copying file modules/Emails.php ... DONE<br>
                  > Copying file modules/WSAPP.php ... DONE<br>
                  > Copying file modules/Migration.php ... DONE<br>
                  > Copying file modules/Quotes.php ... DONE<br>
                  > Copying file modules/PBXManager.php ... DONE<br>
                  > Copying file modules/ProjectMilestone.php ...
                  DONE<br>
                  > Copying file modules/Users.php ... DONE<br>
                  > Copying file modules/Rss.php ... DONE<br>
                  > Copying file modules/Install.php ... DONE<br>
                  > Copying file modules/Vtiger.php ... DONE<br>
                  > Copying file modules/Invoice.php ... DONE<br>
                  > Copying file modules/Potentials.php ... DONE<br>
                  > Copying file modules/Vendors.php ... DONE<br>
                  > Copying file modules/PurchaseOrder.php ... DONE<br>
                  > Copying file modules/ProjectTask.php ... DONE<br>
                  > Copying file modules/PriceBooks.php ... DONE<br>
                  > Copying file modules/Accounts.php ... DONE<br>
                  > Copying file modules/Webservices.php ... DONE<br>
                  > Copying file modules/Settings/Leads.php ... DONE<br>
                  > Copying file modules/Settings/Currency.php ...
                  DONE<br>
                  > Copying file modules/Settings/Workflows.php ...
                  DONE<br>
                  > Copying file
                  modules/Settings/PickListDependency.php ... DONE<br>
                  > Copying file modules/Settings/Payments.php ...
                  DONE<br>
                  > Copying file modules/Settings/ModuleManager.php
                  ... DONE<br>
                  > Copying file modules/Settings/SMSNotifier.php ...
                  DONE<br>
                  > Copying file modules/Settings/EmailTemplate.php
                  ... DONE<br>
                  > Copying file modules/Settings/Roles.php ... DONE<br>
                  > Copying file modules/Settings/Webforms.php ...
                  DONE<br>
                  > Copying file modules/Settings/Picklist.php ...
                  DONE<br>
                  > Copying file modules/Settings/ExtensionStore.php
                  ... DONE<br>
                  > Copying file modules/Settings/CustomerPortal.php
                  ... DONE<br>
                  > Copying file modules/Settings/LayoutEditor.php
                  ... DONE<br>
                  > Copying file modules/Settings/Vtiger.php ... DONE<br>
                  > Copying file modules/Settings/SharingAccess.php
                  ... DONE<br>
                  > Copying file modules/Settings/Potentials.php ...
                  DONE<br>
                  > Copying file modules/Settings/Groups.php ... DONE<br>
                  > Copying file modules/Settings/Profiles.php ...
                  DONE<br>
                  > Copying file modules/Settings/CronTasks.php ...
                  DONE<br>
                  > Copying file modules/Settings/MailConverter.php
                  ... DONE<br>
                  > Copying file modules/Calendar.php ... DONE<br>
                  > Copying file modules/RecycleBin.php ... DONE<br>
                  > Copying file modules/Import.php ... DONE<br>
                  > Copying file modules/MailManager.php ... DONE<br>
                  > Copying file modules/SalesOrder.php ... DONE<br>
                  > Registering Language Język Polski [pl_pl] ...
                  DONE<br>
                  > Importing Język Polski [pl_pl] ... DONE<br>
                  > Invoking vtlib_handler for module.preupdate
                  ...START<br>
                  > Invoking vtlib_handler for module.preupdate
                  ...DONE<br>
                  > Updated help information of projectmilestonename
                  ... DONE<br>
                  > Updated masseditable information of
                  projectmilestonename ... DONE<br>
                  > Updated help information of projectmilestonedate
                  ... DONE<br>
                  > Updated masseditable information of
                  projectmilestonedate ... DONE<br>
                  > Updated help information of projectid ... DONE<br>
                  > Updated masseditable information of projectid ...
                  DONE<br>
                  > Updated help information of projectmilestonetype
                  ... DONE<br>
                  > Updated masseditable information of
                  projectmilestonetype ... DONE<br>
                  > Updated help information of assigned_user_id ...
                  DONE<br>
                  > Updated masseditable information of
                  assigned_user_id ... DONE<br>
                  > Updated help information of projectmilestone_no
                  ... DONE<br>
                  > Updated help information of createdtime ... DONE<br>
                  > Updated masseditable information of createdtime
                  ... DONE<br>
                  > Updated help information of modifiedtime ... DONE<br>
                  > Updated masseditable information of modifiedtime
                  ... DONE<br>
                  > Updated help information of modifiedby ... DONE<br>
                  > Updated help information of description ... DONE<br>
                  > Updated masseditable information of description
                  ... DONE<br>
                  > Creating Filter All ... DONE<br>
                  > Setting Filter All to status [0] ... DONE<br>
                  > Adding projectmilestonename to All filter ...
                  DONE<br>
                  > Adding projectmilestonedate to All filter ...
                  DONE<br>
                  > Adding description to All filter ... DONE<br>
                  > Adding createdtime to All filter ... DONE<br>
                  > Adding modifiedtime to All filter ... DONE<br>
                  > Updating version to 3.0 ... DONE<br>
                  > Invoking vtlib_handler for module.postupdate
                  ...START<br>
                  > Invoking vtlib_handler for module.postupdate
                  ...DONE<br>
                  > Invoking vtlib_handler for module.preupdate
                  ...START<br>
                  > Invoking vtlib_handler for module.preupdate
                  ...DONE<br>
                  > Updated help information of projecttaskname ...
                  DONE<br>
                  > Updated masseditable information of
                  projecttaskname ... DONE<br>
                  > Updated help information of projecttasktype ...
                  DONE<br>
                  > Updated masseditable information of
                  projecttasktype ... DONE<br>
                  > Updated help information of projecttaskpriority
                  ... DONE<br>
                  > Updated masseditable information of
                  projecttaskpriority ... DONE<br>
                  > Updated help information of projectid ... DONE<br>
                  > Updated masseditable information of projectid ...
                  DONE<br>
                  > Updated help information of assigned_user_id ...
                  DONE<br>
                  > Updated masseditable information of
                  assigned_user_id ... DONE<br>
                  > Updated help information of projecttasknumber ...
                  DONE<br>
                  > Updated masseditable information of
                  projecttasknumber ... DONE<br>
                  > Updated help information of projecttask_no ...
                  DONE<br>
                  > Updated help information of projecttaskprogress
                  ... DONE<br>
                  > Updated masseditable information of
                  projecttaskprogress ... DONE<br>
                  > Updated help information of projecttaskhours ...
                  DONE<br>
                  > Updated masseditable information of
                  projecttaskhours ... DONE<br>
                  > Updated help information of startdate ... DONE<br>
                  > Updated masseditable information of startdate ...
                  DONE<br>
                  > Updated help information of enddate ... DONE<br>
                  > Updated masseditable information of enddate ...
                  DONE<br>
                  > Updated help information of createdtime ... DONE<br>
                  > Updated masseditable information of createdtime
                  ... DONE<br>
                  > Updated help information of modifiedtime ... DONE<br>
                  > Updated masseditable information of modifiedtime
                  ... DONE<br>
                  > Updated help information of modifiedby ... DONE<br>
                  > Updated help information of description ... DONE<br>
                  > Updated masseditable information of description
                  ... DONE<br>
                  > Creating Filter All ... DONE<br>
                  > Setting Filter All to status [0] ... DONE<br>
                  > Adding projecttaskname to All filter ... DONE<br>
                  > Adding projectid to All filter ... DONE<br>
                  > Adding projecttaskpriority to All filter ... DONE<br>
                  > Adding projecttaskprogress to All filter ... DONE<br>
                  > Adding projecttaskhours to All filter ... DONE<br>
                  > Adding startdate to All filter ... DONE<br>
                  > Adding enddate to All filter ... DONE<br>
                  > Adding assigned_user_id to All filter ... DONE<br>
                  > Deleting related lists ... DONE<br>
                  > Unsetting relation with Documents ... DONE<br>
                  > Setting relation with Documents [ADD,SELECT] ...
                  DONE<br>
                  > Deleting links ... DONE<br>
                  > Adding Link (DETAILVIEWBASIC - Add Note) ... DONE<br>
                  > Updating version to 3.1 ... DONE<br>
                  > Invoking vtlib_handler for module.postupdate
                  ...START<br>
                  > Adding Link (DETAILVIEWWIDGET -
                  DetailViewBlockCommentWidget) ... DONE<br>
                  > Invoking vtlib_handler for module.postupdate
                  ...DONE<br>
                  > Invoking vtlib_handler for module.preupdate
                  ...START<br>
                  > Invoking vtlib_handler for module.preupdate
                  ...DONE<br>
                  > Updated help information of projectname ... DONE<br>
                  > Updated masseditable information of projectname
                  ... DONE<br>
                  > Updated help information of startdate ... DONE<br>
                  > Updated masseditable information of startdate ...
                  DONE<br>
                  > Updated help information of targetenddate ...
                  DONE<br>
                  > Updated masseditable information of targetenddate
                  ... DONE<br>
                  > Updated help information of actualenddate ...
                  DONE<br>
                  > Updated masseditable information of actualenddate
                  ... DONE<br>
                  > Updated help information of projectstatus ...
                  DONE<br>
                  > Updated masseditable information of projectstatus
                  ... DONE<br>
                  > Updated help information of projecttype ... DONE<br>
                  > Updated masseditable information of projecttype
                  ... DONE<br>
                  > Updated help information of
                  linktoaccountscontacts ... DONE<br>
                  > Updated masseditable information of
                  linktoaccountscontacts ... DONE<br>
                  > Updated help information of assigned_user_id ...
                  DONE<br>
                  > Updated masseditable information of
                  assigned_user_id ... DONE<br>
                  > Updated help information of project_no ... DONE<br>
                  > Updated help information of targetbudget ... DONE<br>
                  > Updated masseditable information of targetbudget
                  ... DONE<br>
                  > Updated help information of projecturl ... DONE<br>
                  > Updated masseditable information of projecturl
                  ... DONE<br>
                  > Updated help information of projectpriority ...
                  DONE<br>
                  > Updated masseditable information of
                  projectpriority ... DONE<br>
                  > Updated help information of progress ... DONE<br>
                  > Updated masseditable information of progress ...
                  DONE<br>
                  > Updated help information of createdtime ... DONE<br>
                  > Updated masseditable information of createdtime
                  ... DONE<br>
                  > Updated help information of modifiedtime ... DONE<br>
                  > Updated masseditable information of modifiedtime
                  ... DONE<br>
                  > Updated help information of modifiedby ... DONE<br>
                  > Updated help information of description ... DONE<br>
                  > Updated masseditable information of description
                  ... DONE<br>
                  > Creating Filter All ... DONE<br>
                  > Setting Filter All to status [0] ... DONE<br>
                  > Adding projectname to All filter ... DONE<br>
                  > Adding linktoaccountscontacts to All filter ...
                  DONE<br>
                  > Adding startdate to All filter ... DONE<br>
                  > Adding targetenddate to All filter ... DONE<br>
                  > Adding actualenddate to All filter ... DONE<br>
                  > Adding targetbudget to All filter ... DONE<br>
                  > Adding progress to All filter ... DONE<br>
                  > Adding projectstatus to All filter ... DONE<br>
                  > Adding assigned_user_id to All filter ... DONE<br>
                  > Deleting related lists ... DONE<br>
                  > Unsetting relation with ProjectTask ... DONE<br>
                  > Setting relation with ProjectTask [ADD] ... DONE<br>
                  > Unsetting relation with ProjectMilestone ... DONE<br>
                  > Setting relation with ProjectMilestone [ADD] ...
                  DONE<br>
                  > Unsetting relation with Documents ... DONE<br>
                  > Setting relation with Documents [ADD,SELECT] ...
                  DONE<br>
                  > Unsetting relation with HelpDesk ... DONE<br>
                  > Setting relation with HelpDesk [ADD,SELECT] ...
                  DONE<br>
                  > Deleting links ... DONE<br>
                  > Adding Link (DETAILVIEWBASIC - Add Project Task)
                  ... DONE<br>
                  > Adding Link (DETAILVIEWBASIC - Add Note) ... DONE<br>
                  > Updating version to 3.3 ... DONE<br>
                  > Invoking vtlib_handler for module.postupdate
                  ...START<br>
                  > Adding Link (DETAILVIEWWIDGET -
                  DetailViewBlockCommentWidget) ... DONE<br>
                  > Invoking vtlib_handler for module.postupdate
                  ...DONE<br>
                  > Invoking vtlib_handler for module.preupdate
                  ...START<br>
                  > Invoking vtlib_handler for module.preupdate
                  ...DONE<br>
                  > Updating version to 1.5 ... DONE<br>
                  > Invoking vtlib_handler for module.postupdate
                  ...START<br>
                  > Invoking vtlib_handler for module.postupdate
                  ...DONE<br>
                  > Importing Romana [ro_ro] ... STARTED<br>
                  > Copying file modules/Leads.php ... DONE<br>
                  > Copying file modules/Assets.php ... DONE<br>
                  > Copying file modules/Products.php ... DONE<br>
                  > Copying file modules/Google.php ... DONE<br>
                  > Copying file modules/Portal.php ... DONE<br>
                  > Copying file modules/HelpDesk.php ... DONE<br>
                  > Copying file modules/SMSNotifier.php ... DONE<br>
                  > Copying file modules/Home.php ... DONE<br>
                  > Copying file modules/Contacts.php ... DONE<br>
                  > Copying file modules/Events.php ... DONE<br>
                  > Copying file modules/EmailTemplates.php ... DONE<br>
                  > Copying file modules/ModComments.php ... DONE<br>
                  > Copying file modules/Project.php ... DONE<br>
                  > Copying file modules/Campaigns.php ... DONE<br>
                  > Copying file modules/Faq.php ... DONE<br>
                  > Copying file modules/Reports.php ... DONE<br>
                  > Copying file modules/Services.php ... DONE<br>
                  > Copying file modules/ServiceContracts.php ...
                  DONE<br>
                  > Copying file modules/Documents.php ... DONE<br>
                  > Copying file modules/Emails.php ... DONE<br>
                  > Copying file modules/Migration.php ... DONE<br>
                  > Copying file modules/Quotes.php ... DONE<br>
                  > Copying file modules/PBXManager.php ... DONE<br>
                  > Copying file modules/ProjectMilestone.php ...
                  DONE<br>
                  > Copying file modules/Users.php ... DONE<br>
                  > Copying file modules/Rss.php ... DONE<br>
                  > Copying file modules/Vtiger.php ... DONE<br>
                  > Copying file modules/Invoice.php ... DONE<br>
                  > Copying file modules/Potentials.php ... DONE<br>
                  > Copying file modules/Vendors.php ... DONE<br>
                  > Copying file modules/PurchaseOrder.php ... DONE<br>
                  > Copying file modules/ProjectTask.php ... DONE<br>
                  > Copying file modules/PriceBooks.php ... DONE<br>
                  > Copying file modules/Accounts.php ... DONE<br>
                  > Copying file modules/Webservices.php ... DONE<br>
                  > Copying file modules/Settings/Leads.php ... DONE<br>
                  > Copying file modules/Settings/Currency.php ...
                  DONE<br>
                  > Copying file modules/Settings/Workflows.php ...
                  DONE<br>
                  > Copying file
                  modules/Settings/PickListDependency.php ... DONE<br>
                  > Copying file modules/Settings/ModuleManager.php
                  ... DONE<br>
                  > Copying file modules/Settings/SMSNotifier.php ...
                  DONE<br>
                  > Copying file modules/Settings/EmailTemplate.php
                  ... DONE<br>
                  > Copying file modules/Settings/Roles.php ... DONE<br>
                  > Copying file modules/Settings/Webforms.php ...
                  DONE<br>
                  > Copying file modules/Settings/Picklist.php ...
                  DONE<br>
                  > Copying file modules/Settings/ExtensionStore.php
                  ... DONE<br>
                  > Copying file modules/Settings/CustomerPortal.php
                  ... DONE<br>
                  > Copying file modules/Settings/LayoutEditor.php
                  ... DONE<br>
                  > Copying file modules/Settings/Vtiger.php ... DONE<br>
                  > Copying file modules/Settings/SharingAccess.php
                  ... DONE<br>
                  > Copying file modules/Settings/Potentials.php ...
                  DONE<br>
                  > Copying file modules/Settings/Groups.php ... DONE<br>
                  > Copying file modules/Settings/Profiles.php ...
                  DONE<br>
                  > Copying file modules/Settings/CronTasks.php ...
                  DONE<br>
                  > Copying file modules/Settings/MailConverter.php
                  ... DONE<br>
                  > Copying file modules/Calendar.php ... DONE<br>
                  > Copying file modules/RecycleBin.php ... DONE<br>
                  > Copying file modules/Import.php ... DONE<br>
                  > Copying file modules/MailManager.php ... DONE<br>
                  > Copying file modules/SalesOrder.php ... DONE<br>
                  > Registering Language Romana [ro_ro] ... DONE<br>
                  > Importing Romana [ro_ro] ... DONE<br>
                  > Importing Russian [ru_ru] ... STARTED<br>
                  > Copying file modules/Leads.php ... DONE<br>
                  > Copying file modules/Assets.php ... DONE<br>
                  > Copying file modules/Products.php ... DONE<br>
                  > Copying file modules/Google.php ... DONE<br>
                  > Copying file modules/Portal.php ... DONE<br>
                  > Copying file modules/HelpDesk.php ... DONE<br>
                  > Copying file modules/SMSNotifier.php ... DONE<br>
                  > Copying file modules/Home.php ... DONE<br>
                  > Copying file modules/Contacts.php ... DONE<br>
                  > Copying file modules/Events.php ... DONE<br>
                  > Copying file modules/EmailTemplates.php ... DONE<br>
                  > Copying file modules/ModComments.php ... DONE<br>
                  > Copying file modules/Project.php ... DONE<br>
                  > Copying file modules/Campaigns.php ... DONE<br>
                  > Copying file modules/Faq.php ... DONE<br>
                  > Copying file modules/Reports.php ... DONE<br>
                  > Copying file modules/Services.php ... DONE<br>
                  > Copying file modules/ServiceContracts.php ...
                  DONE<br>
                  > Copying file modules/Documents.php ... DONE<br>
                  > Copying file modules/Emails.php ... DONE<br>
                  > Copying file modules/Migration.php ... DONE<br>
                  > Copying file modules/Quotes.php ... DONE<br>
                  > Copying file modules/PBXManager.php ... DONE<br>
                  > Copying file modules/ProjectMilestone.php ...
                  DONE<br>
                  > Copying file modules/Users.php ... DONE<br>
                  > Copying file modules/Rss.php ... DONE<br>
                  > Copying file modules/Vtiger.php ... DONE<br>
                  > Copying file modules/Invoice.php ... DONE<br>
                  > Copying file modules/Potentials.php ... DONE<br>
                  > Copying file modules/Vendors.php ... DONE<br>
                  > Copying file modules/PurchaseOrder.php ... DONE<br>
                  > Copying file modules/ProjectTask.php ... DONE<br>
                  > Copying file modules/PriceBooks.php ... DONE<br>
                  > Copying file modules/Accounts.php ... DONE<br>
                  > Copying file modules/Webservices.php ... DONE<br>
                  > Copying file modules/Settings/Leads.php ... DONE<br>
                  > Copying file modules/Settings/Currency.php ...
                  DONE<br>
                  > Copying file modules/Settings/Workflows.php ...
                  DONE<br>
                  > Copying file
                  modules/Settings/PickListDependency.php ... DONE<br>
                  > Copying file modules/Settings/ModuleManager.php
                  ... DONE<br>
                  > Copying file modules/Settings/SMSNotifier.php ...
                  DONE<br>
                  > Copying file modules/Settings/EmailTemplate.php
                  ... DONE<br>
                  > Copying file modules/Settings/Roles.php ... DONE<br>
                  > Copying file modules/Settings/Webforms.php ...
                  DONE<br>
                  > Copying file modules/Settings/Picklist.php ...
                  DONE<br>
                  > Copying file modules/Settings/ExtensionStore.php
                  ... DONE<br>
                  > Copying file modules/Settings/CustomerPortal.php
                  ... DONE<br>
                  > Copying file modules/Settings/LayoutEditor.php
                  ... DONE<br>
                  > Copying file modules/Settings/Vtiger.php ... DONE<br>
                  > Copying file modules/Settings/SharingAccess.php
                  ... DONE<br>
                  > Copying file modules/Settings/Potentials.php ...
                  DONE<br>
                  > Copying file modules/Settings/Groups.php ... DONE<br>
                  > Copying file modules/Settings/Profiles.php ...
                  DONE<br>
                  > Copying file modules/Settings/CronTasks.php ...
                  DONE<br>
                  > Copying file modules/Settings/MailConverter.php
                  ... DONE<br>
                  > Copying file modules/Calendar.php ... DONE<br>
                  > Copying file modules/RecycleBin.php ... DONE<br>
                  > Copying file modules/Import.php ... DONE<br>
                  > Copying file modules/MailManager.php ... DONE<br>
                  > Copying file modules/SalesOrder.php ... DONE<br>
                  > Registering Language Russian [ru_ru] ... DONE<br>
                  > Importing Russian [ru_ru] ... DONE<br>
                  > Invoking vtlib_handler for module.preupdate
                  ...START<br>
                  > Recalculating sharing rules ... DONE<br>
                  > Invoking vtlib_handler for module.preupdate
                  ...DONE<br>
                  > Updated help information of assigned_user_id ...
                  DONE<br>
                  > Updated masseditable information of
                  assigned_user_id ... DONE<br>
                  > Updated help information of createdtime ... DONE<br>
                  > Updated help information of modifiedtime ... DONE<br>
                  > Updated help information of message ... DONE<br>
                  > Updated masseditable information of message ...
                  DONE<br>
                  > Updated help information of modifiedby ... DONE<br>
                  > Creating Filter All ... DONE<br>
                  > Setting Filter All to status [0] ... DONE<br>
                  > Adding message to All filter ... DONE<br>
                  > Adding assigned_user_id to All filter ... DONE<br>
                  > Adding createdtime to All filter ... DONE<br>
                  > Adding modifiedtime to All filter ... DONE<br>
                  > Deleting related lists ... DONE<br>
                  > Unsetting relation with Accounts ... DONE<br>
                  > Setting relation with Accounts [ ] ... DONE<br>
                  > Unsetting relation with Contacts ... DONE<br>
                  > Setting relation with Contacts [ ] ... DONE<br>
                  > Unsetting relation with Leads ... DONE<br>
                  > Setting relation with Leads [ ] ... DONE<br>
                  > Updating version to 2.1 ... DONE<br>
                  > Invoking vtlib_handler for module.postupdate
                  ...START<br>
                  > Recalculating sharing rules ... DONE<br>
                  > Invoking vtlib_handler for module.postupdate
                  ...DONE<br>
                  > Importing ES Spanish [es_es] ... STARTED<br>
                  > Copying file cron/language/phpmailer.lang-es.php
                  ... SKIPPED<br>
                  > Copying file modules/Leads.php ... DONE<br>
                  > Copying file modules/Assets.php ... DONE<br>
                  > Copying file modules/Products.php ... DONE<br>
                  > Copying file modules/Google.php ... DONE<br>
                  > Copying file modules/Portal.php ... DONE<br>
                  > Copying file modules/HelpDesk.php ... DONE<br>
                  > Copying file modules/SMSNotifier.php ... DONE<br>
                  > Copying file modules/Home.php ... DONE<br>
                  > Copying file modules/EmailTemplate.php ... DONE<br>
                  > Copying file modules/Contacts.php ... DONE<br>
                  > Copying file modules/Events.php ... DONE<br>
                  > Copying file modules/EmailTemplates.php ... DONE<br>
                  > Copying file modules/ModComments.php ... DONE<br>
                  > Copying file modules/Project.php ... DONE<br>
                  > Copying file modules/Campaigns.php ... DONE<br>
                  > Copying file modules/Faq.php ... DONE<br>
                  > Copying file modules/Reports.php ... DONE<br>
                  > Copying file modules/Services.php ... DONE<br>
                  > Copying file modules/ServiceContracts.php ...
                  DONE<br>
                  > Copying file modules/Documents.php ... DONE<br>
                  > Copying file modules/Emails.php ... DONE<br>
                  > Copying file modules/Proposal.php ... DONE<br>
                  > Copying file modules/Migration.php ... DONE<br>
                  > Copying file modules/Quotes.php ... DONE<br>
                  > Copying file modules/PBXManager.php ... DONE<br>
                  > Copying file modules/ProjectMilestone.php ...
                  DONE<br>
                  > Copying file modules/Users.php ... DONE<br>
                  > Copying file modules/Rss.php ... DONE<br>
                  > Copying file modules/Install.php ... DONE<br>
                  > Copying file modules/Vtiger.php ... DONE<br>
                  > Copying file modules/Invoice.php ... DONE<br>
                  > Copying file modules/Potentials.php ... DONE<br>
                  > Copying file modules/Vendors.php ... DONE<br>
                  > Copying file modules/PurchaseOrder.php ... DONE<br>
                  > Copying file modules/ProjectTask.php ... DONE<br>
                  > Copying file modules/PriceBooks.php ... DONE<br>
                  > Copying file modules/Accounts.php ... DONE<br>
                  > Copying file modules/Webservices.php ... DONE<br>
                  > Copying file modules/Settings/Leads.php ... DONE<br>
                  > Copying file modules/Settings/Currency.php ...
                  DONE<br>
                  > Copying file modules/Settings/Workflows.php ...
                  DONE<br>
                  > Copying file
                  modules/Settings/PickListDependency.php ... DONE<br>
                  > Copying file modules/Settings/Payments.php ...
                  DONE<br>
                  > Copying file modules/Settings/ModuleManager.php
                  ... DONE<br>
                  > Copying file modules/Settings/SMSNotifier.php ...
                  DONE<br>
                  > Copying file modules/Settings/EmailTemplate.php
                  ... DONE<br>
                  > Copying file modules/Settings/Roles.php ... DONE<br>
                  > Copying file modules/Settings/Webforms.php ...
                  DONE<br>
                  > Copying file modules/Settings/Picklist.php ...
                  DONE<br>
                  > Copying file modules/Settings/ExtensionStore.php
                  ... DONE<br>
                  > Copying file modules/Settings/CustomerPortal.php
                  ... DONE<br>
                  > Copying file modules/Settings/LayoutEditor.php
                  ... DONE<br>
                  > Copying file modules/Settings/Vtiger.php ... DONE<br>
                  > Copying file modules/Settings/SharingAccess.php
                  ... DONE<br>
                  > Copying file modules/Settings/Potentials.php ...
                  DONE<br>
                  > Copying file modules/Settings/Groups.php ... DONE<br>
                  > Copying file modules/Settings/Profiles.php ...
                  DONE<br>
                  > Copying file modules/Settings/CronTasks.php ...
                  DONE<br>
                  > Copying file modules/Settings/MailConverter.php
                  ... DONE<br>
                  > Copying file modules/Calendar.php ... DONE<br>
                  > Copying file modules/RecycleBin.php ... DONE<br>
                  > Copying file modules/Import.php ... DONE<br>
                  > Copying file modules/MailManager.php ... DONE<br>
                  > Copying file modules/SalesOrder.php ... DONE<br>
                  > Registering Language ES Spanish [es_es] ... DONE<br>
                  > Importing ES Spanish [es_es] ... DONE<br>
                  > Importing Swedish [sv_se] ... STARTED<br>
                  > Copying file modules/Leads.php ... DONE<br>
                  > Copying file modules/Assets.php ... DONE<br>
                  > Copying file modules/Products.php ... DONE<br>
                  > Copying file modules/Google.php ... DONE<br>
                  > Copying file modules/Portal.php ... DONE<br>
                  > Copying file modules/HelpDesk.php ... DONE<br>
                  > Copying file modules/Home.php ... DONE<br>
                  > Copying file modules/Contacts.php ... DONE<br>
                  > Copying file modules/Events.php ... DONE<br>
                  > Copying file modules/EmailTemplates.php ... DONE<br>
                  > Copying file modules/ModComments.php ... DONE<br>
                  > Copying file modules/Project.php ... DONE<br>
                  > Copying file modules/Campaigns.php ... DONE<br>
                  > Copying file modules/Faq.php ... DONE<br>
                  > Copying file modules/Reports.php ... DONE<br>
                  > Copying file modules/Services.php ... DONE<br>
                  > Copying file modules/ServiceContracts.php ...
                  DONE<br>
                  > Copying file modules/Documents.php ... DONE<br>
                  > Copying file modules/Emails.php ... DONE<br>
                  > Copying file modules/Quotes.php ... DONE<br>
                  > Copying file modules/PBXManager.php ... DONE<br>
                  > Copying file modules/ProjectMilestone.php ...
                  DONE<br>
                  > Copying file modules/Users.php ... DONE<br>
                  > Copying file modules/Rss.php ... DONE<br>
                  > Copying file modules/Vtiger.php ... DONE<br>
                  > Copying file modules/Invoice.php ... DONE<br>
                  > Copying file modules/Potentials.php ... DONE<br>
                  > Copying file modules/Vendors.php ... DONE<br>
                  > Copying file modules/PurchaseOrder.php ... DONE<br>
                  > Copying file modules/ProjectTask.php ... DONE<br>
                  > Copying file modules/PriceBooks.php ... DONE<br>
                  > Copying file modules/Accounts.php ... DONE<br>
                  > Copying file modules/Webservices.php ... DONE<br>
                  > Copying file modules/Settings/Leads.php ... DONE<br>
                  > Copying file modules/Settings/Currency.php ...
                  DONE<br>
                  > Copying file modules/Settings/Workflows.php ...
                  DONE<br>
                  > Copying file
                  modules/Settings/PickListDependency.php ... DONE<br>
                  > Copying file modules/Settings/ModuleManager.php
                  ... DONE<br>
                  > Copying file modules/Settings/SMSNotifier.php ...
                  DONE<br>
                  > Copying file modules/Settings/Roles.php ... DONE<br>
                  > Copying file modules/Settings/Webforms.php ...
                  DONE<br>
                  > Copying file modules/Settings/Picklist.php ...
                  DONE<br>
                  > Copying file modules/Settings/ExtensionStore.php
                  ... DONE<br>
                  > Copying file modules/Settings/CustomerPortal.php
                  ... DONE<br>
                  > Copying file modules/Settings/LayoutEditor.php
                  ... DONE<br>
                  > Copying file modules/Settings/Vtiger.php ... DONE<br>
                  > Copying file modules/Settings/SharingAccess.php
                  ... DONE<br>
                  > Copying file modules/Settings/Potentials.php ...
                  DONE<br>
                  > Copying file modules/Settings/Groups.php ... DONE<br>
                  > Copying file modules/Settings/Profiles.php ...
                  DONE<br>
                  > Copying file modules/Settings/CronTasks.php ...
                  DONE<br>
                  > Copying file modules/Settings/MailConverter.php
                  ... DONE<br>
                  > Copying file modules/Calendar.php ... DONE<br>
                  > Copying file modules/RecycleBin.php ... DONE<br>
                  > Copying file modules/Import.php ... DONE<br>
                  > Copying file modules/MailManager.php ... DONE<br>
                  > Copying file modules/SalesOrder.php ... DONE<br>
                  > Registering Language Swedish [sv_se] ... DONE<br>
                  > Importing Swedish [sv_se] ... DONE<br>
                  > Importing Turkce Dil Paketi [tr_tr] ... STARTED<br>
                  > Copying file modules/Leads.php ... DONE<br>
                  > Copying file modules/Assets.php ... DONE<br>
                  > Copying file modules/Products.php ... DONE<br>
                  > Copying file modules/Google.php ... DONE<br>
                  > Copying file modules/Portal.php ... DONE<br>
                  > Copying file modules/HelpDesk.php ... DONE<br>
                  > Copying file modules/SMSNotifier.php ... DONE<br>
                  > Copying file modules/Home.php ... DONE<br>
                  > Copying file modules/Contacts.php ... DONE<br>
                  > Copying file modules/Events.php ... DONE<br>
                  > Copying file modules/EmailTemplates.php ... DONE<br>
                  > Copying file modules/ModComments.php ... DONE<br>
                  > Copying file modules/Project.php ... DONE<br>
                  > Copying file modules/Campaigns.php ... DONE<br>
                  > Copying file modules/Faq.php ... DONE<br>
                  > Copying file modules/Reports.php ... DONE<br>
                  > Copying file modules/Services.php ... DONE<br>
                  > Copying file modules/ServiceContracts.php ...
                  DONE<br>
                  > Copying file modules/Documents.php ... DONE<br>
                  > Copying file modules/Emails.php ... DONE<br>
                  > Copying file modules/Migration.php ... DONE<br>
                  > Copying file modules/Quotes.php ... DONE<br>
                  > Copying file modules/PBXManager.php ... DONE<br>
                  > Copying file modules/ProjectMilestone.php ...
                  DONE<br>
                  > Copying file modules/Users.php ... DONE<br>
                  > Copying file modules/Rss.php ... DONE<br>
                  > Copying file modules/Vtiger.php ... DONE<br>
                  > Copying file modules/Invoice.php ... DONE<br>
                  > Copying file modules/Potentials.php ... DONE<br>
                  > Copying file modules/Vendors.php ... DONE<br>
                  > Copying file modules/PurchaseOrder.php ... DONE<br>
                  > Copying file modules/ProjectTask.php ... DONE<br>
                  > Copying file modules/PriceBooks.php ... DONE<br>
                  > Copying file modules/Accounts.php ... DONE<br>
                  > Copying file modules/Webservices.php ... DONE<br>
                  > Copying file modules/Settings/Leads.php ... DONE<br>
                  > Copying file modules/Settings/Currency.php ...
                  DONE<br>
                  > Copying file modules/Settings/Workflows.php ...
                  DONE<br>
                  > Copying file
                  modules/Settings/PickListDependency.php ... DONE<br>
                  > Copying file modules/Settings/ModuleManager.php
                  ... DONE<br>
                  > Copying file modules/Settings/SMSNotifier.php ...
                  DONE<br>
                  > Copying file modules/Settings/EmailTemplate.php
                  ... DONE<br>
                  > Copying file modules/Settings/Roles.php ... DONE<br>
                  > Copying file modules/Settings/Webforms.php ...
                  DONE<br>
                  > Copying file modules/Settings/Picklist.php ...
                  DONE<br>
                  > Copying file modules/Settings/ExtensionStore.php
                  ... DONE<br>
                  > Copying file modules/Settings/CustomerPortal.php
                  ... DONE<br>
                  > Copying file modules/Settings/LayoutEditor.php
                  ... DONE<br>
                  > Copying file modules/Settings/Vtiger.php ... DONE<br>
                  > Copying file modules/Settings/SharingAccess.php
                  ... DONE<br>
                  > Copying file modules/Settings/Potentials.php ...
                  DONE<br>
                  > Copying file modules/Settings/Groups.php ... DONE<br>
                  > Copying file modules/Settings/Profiles.php ...
                  DONE<br>
                  > Copying file modules/Settings/CronTasks.php ...
                  DONE<br>
                  > Copying file modules/Settings/MailConverter.php
                  ... DONE<br>
                  > Copying file modules/Calendar.php ... DONE<br>
                  > Copying file modules/RecycleBin.php ... DONE<br>
                  > Copying file modules/Import.php ... DONE<br>
                  > Copying file modules/MailManager.php ... DONE<br>
                  > Copying file modules/SalesOrder.php ... DONE<br>
                  > Registering Language Turkce Dil Paketi [tr_tr]
                  ... DONE<br>
                  > Importing Turkce Dil Paketi [tr_tr] ... DONE<br>
                  > Invoking vtlib_handler for module.preupdate
                  ...START<br>
                  > Invoking vtlib_handler for module.preupdate
                  ...DONE<br>
                  > Migrating to 1.6 ... STARTED<br>
                  > SQL: ALTER TABLE vtiger_webforms ADD
                  COLUMN(captcha int(1) NOT NULL <br>
                  > DEFAULT 0) ... DONE<br>
                  > SQL: ALTER TABLE vtiger_webforms ADD
                  COLUMN(roundrobin int(1) NOT NULL <br>
                  > DEFAULT 0) ... DONE<br>
                  > SQL: ALTER TABLE vtiger_webforms ADD
                  COLUMN(roundrobin_userid <br>
                  > varchar(256) DEFAULT NULL) ... DONE<br>
                  > SQL: ALTER TABLE vtiger_webforms ADD
                  COLUMN(roundrobin_logic int(11) NOT <br>
                  > NULL DEFAULT 0) ... DONE<br>
                  > SQL: ALTER TABLE vtiger_webforms_field ADD
                  COLUMN(sequence int(10) <br>
                  > DEFAULT NULL) ... DONE<br>
                  > SQL: ALTER TABLE vtiger_webforms_field ADD
                  COLUMN(hidden int(10) DEFAULT <br>
                  > NULL) ... DONE<br>
                  > Migrating to 1.6 ... DONE<br>
                  > Updating version to 1.6 ... DONE<br>
                  > Invoking vtlib_handler for module.postupdate
                  ...START<br>
                  > Invoking vtlib_handler for module.postupdate
                  ...DONE<br>
                  > Deleting links ... DONE<br>
                  > Adding Link (HEADERSCRIPT -
                  ExtensionStoreCommonHeaderScript) ... DONE<br>
                  > Updating version to 1.2 ... DONE<br>
                  > <br>
                  > Successfully updated :*Vtiger7*<br>
                  > <br>
                  > *660 ==> 700 Database changes -- Ends.*<br>
                  > <br>
                  > *700 ==> 701 Database changes -- Starts.*<br>
                  > <br>
                  > *700 ==> 701 Database changes -- Ends.*<br>
                  > <br>
                  > <br>
                  > => no error in script but in vt7 instance<br>
                  > i can't add widget => button is disbale<br>
                  > if i check database<br>
                  > dahsboard table doesn't update<br>
                  >  >     (dashboardtabid and size or missing), i
                  can't be sure that migration<br>
                  > <br>
                  > Le 19/12/2020 à 07:53, <a href="mailto:micker@free.fr" target="_blank">micker@free.fr</a> a écrit :<br>
                  >> I will try to Redon 6.5 to 7 and post thé
                  report<br>
                  >><br>
                  >> Le 18 déc. 2020 23:35, Alan Lord <<a href="mailto:alanslists@gmail.com" target="_blank">alanslists@gmail.com</a>>
                  a écrit :<br>
                  >><br>
                  >>     I run modify the migration scripts and
                  run them from the command line<br>
                  >>     and set dieOnError in the $db.<br>
                  >><br>
                  >>     It fails a lot ;-)<br>
                  >><br>
                  >>     HTH<br>
                  >><br>
                  >>     Al<br>
                  >><br>
                  >>     On 18/12/2020 17:13, Rubén A. Estrada
                  Orozco wrote:<br>
                  >>     > Just because you don't see errors,
                  it doesn't mean there are no<br>
                  >>     errors.<br>
                  >>     ><br>
                  >>     > Be sure that after each migration
                  you see this message in the<br>
                  >>     part of<br>
                  >>     > the process where database changes
                  take place:<br>
                  >>     ><br>
                  >>     > If you don't see that, it means
                  there was an error in the middle<br>
                  >>     of the<br>
                  >>     > migration process. The thing is,
                  Vtiger doesn't warn about that<br>
                  >>     and you<br>
                  >>     > might think everything completed
                  smoothly when in fact it didn't.<br>
                  >>     ><br>
                  >>     > Also turn on the logs during the
                  migration process and check<br>
                  >>     them out.<br>
                  >>     ><br>
                  >>     > If you have third party extensions,
                  you should be careful with<br>
                  >>     those.<br>
                  >>     > Especially when going from vt 6 to
                  vt 7.<br>
                  >>     ><br>
                  >>     > Saludos<br>
                  >>     ><br>
                  >>     > Rubén<br>
                  >>     ><br>
                  >>     ><br>
                  >>     > On Fri, Dec 18, 2020 at 8:40 AM
                  Yannick Berges <<a href="mailto:micker@free.fr" target="_blank">micker@free.fr</a><br>
                  >>     > <mailto:<a href="mailto:micker@free.fr" target="_blank">micker@free.fr</a>>>
                  wrote:<br>
                  >>     ><br>
                  >>     >     I already do the same migrate<br>
                  >>     >     1 copy 6.5 instance<br>
                  >>     >     2 upload patch<br>
                  >>     >     3 runing upgrade process<br>
                  >>     >     4 no error in report migrate
                  done<br>
                  >>     >     5 checking 7.0 all seems good
                  for records but i can't add<br>
                  >>     any widget<br>
                  >>     >     in dashboard, checking database
                  => dahsboard table doesn't<br>
                  >>     update<br>
                  >>     >     (dashboardtabid and size or
                  missing), i can't be sure that<br>
                  >>     migration<br>
                  >>     >     is ok in other place...<br>
                  >>     ><br>
                  >>     >     Le 18/12/2020 à 15:31, Uma S a
                  écrit :<br>
                  >>     >>     Hi Yannick,<br>
                  >>     >><br>
                  >>     >>     Yes! As I shared before you
                  need to redo the migration process<br>
                  >>     >>     with your backup copy.<br>
                  >>     >><br>
                  >>     >>     On Fri, Dec 18, 2020 at 7:42
                  PM Yannick Berges <<a href="mailto:micker@free.fr" target="_blank">micker@free.fr</a><br>
                  >>     >> <mailto:<a href="mailto:micker@free.fr" target="_blank">micker@free.fr</a>>>
                  wrote:<br>
                  >>     >><br>
                  >>     >>         i redo<br>
                  >>     >><br>
                  >>     >>         6.5 to 7.0 with upgrade
                  process (migrate) content seems<br>
                  >>     good<br>
                  >>     >>         but for exemple
                  dashboard is broken (can't add widget)<br>
                  >>     becaus<br>
                  >>     >>         new field in table isn't
                  added<br>
                  >>     >><br>
                  >>     >>         i can 't be sure that
                  7.0 is good...<br>
                  >>     >><br>
                  >>     >>         Le 18/12/2020 à 12:10,
                  Uma S a écrit :<br>
                  >>     >>>         Hi Yannick,<br>
                  >>     >>><br>
                  >>     >>>         We verified that
                  this api is introduced during 700_to_710<br>
                  >>     >>>         migration<br>
                  >>     >>><br>
                  >>     <<a href="https://sourceforge.net/projects/vtigercrm/files/vtiger%20CRM%207.1.0/Core%20Product/" target="_blank">https://sourceforge.net/projects/vtigercrm/files/vtiger%20CRM%207.1.0/Core%20Product/</a>>,<br>
                  >>     >>>         So i think there is
                  something wrong in this process.<br>
                  >>     >>><br>
                  >>     >>>         On Fri, Dec 18, 2020
                  at 3:31 PM Yannick Berges<br>
                  >>     >>>         <<a href="mailto:micker@free.fr" target="_blank">micker@free.fr</a>
                  <mailto:<a href="mailto:micker@free.fr" target="_blank">micker@free.fr</a>>>
                  wrote:<br>
                  >>     >>><br>
                  >>     >>>             Blanck page with<br>
                  >>     >>><br>
                  >>     >>>             Fatal error:
                  Uncaught Error: Call to undefined method<br>
                  >>     >>>
                  Vtiger_MenuStructure_Model::getAppIcons()<br>
                  >>     >>><br>
                  >>     >>>             i check
                  menustructure.php<br>
                  >>     >>><br>
                  >>     >>>             i have this<br>
                  >>     >>><br>
                  >>     >>><br>
                  >>     >>>             and after
                  correction<br>
                  >>     >>><br>
                  >>     >>>             Le 18/12/2020 à
                  10:49, Uma S a écrit :<br>
                  >>     >>>>             >>For
                  error in 7.2 juste After login in all page<br>
                  >>     >>>><br>
                  >>     >>>>             Is there
                  error info that's thrown?<br>
                  >>     >>>><br>
                  >>     >>>>             On Fri, Dec
                  18, 2020 at 12:28 PM <<a href="mailto:micker@free.fr" target="_blank">micker@free.fr</a><br>
                  >>     >>>> <mailto:<a href="mailto:micker@free.fr" target="_blank">micker@free.fr</a>>>
                  wrote:<br>
                  >>     >>>><br>
                  >>     >>>>                 Hello i
                  use update patch migration step by step<br>
                  >>     >>>>                 And test
                  vtiger After each upgrade<br>
                  >>     >>>>                 For
                  error in 7.2 juste After login in all page<br>
                  >>     >>>><br>
                  >>     >>>><br>
                  >>     >>>>                 Le 18
                  déc. 2020 05:08, Uma S <<a href="mailto:uma.s@vtiger.com" target="_blank">uma.s@vtiger.com</a><br>
                  >>     >>>> <mailto:<a href="mailto:uma.s@vtiger.com" target="_blank">uma.s@vtiger.com</a>>>
                  a écrit :<br>
                  >>     >>>><br>
                  >>     >>>>                     Hi
                  Yannick,<br>
                  >>     >>>><br>
                  >>     >>>>                     From
                  the explained scenario it's clear<br>
                  >>     that the<br>
                  >>     >>>>                    
                  migration process has an issue, Did you<br>
                  >>     follow<br>
                  >>     >>>>                     the
                  migration manual<br>
                  >>     >>>><br>
                  >>     <<a href="https://community.vtiger.com/help/vtigercrm/administrators/migration.html" target="_blank">https://community.vtiger.com/help/vtigercrm/administrators/migration.html</a>>?<br>
                  >>     >>>><br>
                  >>     >>>>                    
                  >>Fatal error: Uncaught Error: Call to<br>
                  >>     undefined<br>
                  >>     >>>>                    
                  method<br>
                  >>     Vtiger_MenuStructure_Model::getAppIcons()<br>
                  >>     >>>>                    
                  Please be precise on which location you faced<br>
                  >>     >>>>                     this
                  issue? On current instances I could see<br>
                  >>     >>>>                     this
                  api is called only from Smarty files.<br>
                  >>     >>>><br>
                  >>     >>>>                     I
                  decided to upload a complete 7.2<br>
                  >>     install over<br>
                  >>     >>>>                     my
                  current install ... no error i can<br>
                  >>     check my<br>
                  >>     >>>>                     crm
                  but now all my list records or empty, i<br>
                  >>     >>>>                    
                  can't create anything.<br>
                  >>     >>>>                    
                  Without proper migration, getting a new<br>
                  >>     instance<br>
                  >>     >>>>                     will
                  not restore your old records.<br>
                  >>     >>>><br>
                  >>     >>>>                     Have
                  you taken backup during the migration<br>
                  >>     >>>>                    
                  process, Is yes, please do use that and<br>
                  >>     follow<br>
                  >>     >>>>                     the
                  migration manual in sequence as<br>
                  >>     specified in<br>
                  >>     >>>>                    
                  respository<br>
                  >>     >>>> <<a href="https://sourceforge.net/projects/vtigercrm/files/" target="_blank">https://sourceforge.net/projects/vtigercrm/files/</a>>.<br>
                  >>     >>>><br>
                  >>     >>>><br>
                  >>     >>>>                     On
                  Fri, Dec 18, 2020 at 1:57 AM Yannick<br>
                  >>     Berges<br>
                  >>     >>>>                     <<a href="mailto:micker@free.fr" target="_blank">micker@free.fr</a>
                  <mailto:<a href="mailto:micker@free.fr" target="_blank">micker@free.fr</a>>><br>
                  >>     wrote:<br>
                  >>     >>>><br>
                  >>     >>>>                        
                  Hello i have a very strange problem and<br>
                  >>     >>>>                        
                  maybe only a dev can help me<br>
                  >>     >>>><br>
                  >>     >>>>                        
                  I do this in test crm<br>
                  >>     >>>><br>
                  >>     >>>>                        
                  i have a vt6.5 (with migration too)<br>
                  >>     >>>>                        
                  i update to vt7.0 all seams good (with<br>
                  >>     >>>>                        
                  migration too)<br>
                  >>     >>>>                        
                  i update to vt7.1 ... all seams good<br>
                  >>     but i<br>
                  >>     >>>>                        
                  can't add widget => i check database<br>
                  >>     and new<br>
                  >>     >>>>                        
                  field in like dashboardtaid and size<br>
                  >>     aren't<br>
                  >>     >>>>                        
                  created .. i correct it ... vtiger weams<br>
                  >>     >>>>                        
                  works great but no sure that field are<br>
                  >>     >>>>                        
                  missing in other table<br>
                  >>     >>>><br>
                  >>     >>>>                        
                  => how can run a script to update<br>
                  >>     database ?<br>
                  >>     >>>>                        
                  to be sure<br>
                  >>     >>>><br>
                  >>     >>>>                        
                  i try to update to vt7.2 and now<br>
                  >>     blank page<br>
                  >>     >>>>                        
                  ... i use debug and i found an Fatal<br>
                  >>     error:<br>
                  >>     >>>>                        
                  Uncaught Error: Call to undefined method<br>
                  >>     >>>>
                  Vtiger_MenuStructure_Model::getAppIcons()<br>
                  >>     >>>><br>
                  >>     >>>>                        
                  i check file and i found a problem a<br>
                  >>     missing<br>
                  >>     >>>>                        
                  class in vtiger model ... damn ... i<br>
                  >>     decide<br>
                  >>     >>>>                        
                  to upload a complet 7.2 install over my<br>
                  >>     >>>>                        
                  current install ... no error i can<br>
                  >>     check my<br>
                  >>     >>>>                        
                  crm but now all my list records or<br>
                  >>     empty, i<br>
                  >>     >>>>                        
                  can't create anything ....<br>
                  >>     >>>><br>
                  >>     >>>>                        
                  what is my error ?<br>
                  >>     >>>><br>
                  >>     >>>>                        
                  regards<br>
                  >>     >>>><br>
                  >>     >>>><br>
                  >>     >>>><br>
                  >>     <<a href="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" target="_blank">http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient</a>><br>
                  >>     >>>>                        
                  Garanti sans virus. <a href="http://www.avg.com" target="_blank">www.avg.com</a><br>
                  >>     >>>><br>
                  >>     <<a href="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" target="_blank">http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient</a>><br>
                  >>     >>>><br>
                  >>     >>>><br>
                  >>     >>>><br>
                  >>    
<#m_5405318627903746340_m_-5040405493955899183_m_552242231999260311_m_5840298845509005094_m_1165854958263221719_m_4932712583407482721_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2><br>
                  >>     >>>>
                  _______________________________________________<br>
                  >>     >>>> <a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
                  >>     >>>><br>
                  >>     >>>><br>
                  >>     >>>><br>
                  >>     >>>>                     --<br>
                  >>     >>>>                     With<br>
                  >>     >>>>                     Best
                  Regards<br>
                  >>     >>>>                    
                  Uma.S<br>
                  >>     >>>>                    
                  Vtiger Team<br>
                  >>     >>>><br>
                  >>     >>>><br>
                  >>     >>>>
                  _______________________________________________<br>
                  >>     >>>> <a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
                  >>     >>>><br>
                  >>     >>>><br>
                  >>     >>>><br>
                  >>     >>>>             --<br>
                  >>     >>>>             With<br>
                  >>     >>>>             Best Regards<br>
                  >>     >>>>             Uma.S<br>
                  >>     >>>>             Vtiger Team<br>
                  >>     >>>><br>
                  >>     >>>>
                  _______________________________________________<br>
                  >>     >>>> <a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
                  >>     >>><br>
                  >>     >>><br>
                  >>     >>><br>
                  >>     >>>         --<br>
                  >>     >>>         With<br>
                  >>     >>>         Best Regards<br>
                  >>     >>>         Uma.S<br>
                  >>     >>>         Vtiger Team<br>
                  >>     >><br>
                  >>     >><br>
                  >>     >><br>
                  >>     >>     --<br>
                  >>     >>     With<br>
                  >>     >>     Best Regards<br>
                  >>     >>     Uma.S<br>
                  >>     >>     Vtiger Team<br>
                  >>     >><br>
                  >>     >>
                  _______________________________________________<br>
                  >>     >> <a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
                  >>     >    
                  _______________________________________________<br>
                  >>     > <a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
                  >>     ><br>
                  >>     ><br>
                  >>     >
                  _______________________________________________<br>
                  >>     > <a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
                  >>     ><br>
                  >>    
                  _______________________________________________<br>
                  >>     <a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
                  >><br>
                  >><br>
                  >><br>
                  >>
                  _______________________________________________<br>
                  >> <a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
                  > <br>
                  > _______________________________________________<br>
                  > <a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
                  > <br>
                  _______________________________________________<br>
                  <a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a></p>
              </blockquote>
            </div>
            <br>
          </div>
          _______________________________________________<br>
          <a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a></blockquote>
      </div>
      <br>
      <fieldset></fieldset>
      <pre>_______________________________________________
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a></pre>
    </blockquote>
    <div id="gmail-m_6713023943466767407grammalecte_menu_main_button_shadow_host" style="width:0px;height:0px"></div>
  </div>

</blockquote></div>