[Vtigercrm-developers] Checking database after migration

Yannick Berges micker at free.fr
Wed Dec 23 08:51:47 GMT 2020


ok but why this errors ? no idea ?

in fact i need to checl all error and add redo sql request manualy that it ?

how to be sure all php file remplacement are good ? like sql ?

regards


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


-- 
Cet email a fait l'objet d'une analyse antivirus par AVG.
http://www.avg.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20201223/77c69a8d/attachment-0001.html>


More information about the vtigercrm-developers mailing list