[Vtigercrm-developers] Fwd: Fwd: Fwd: Re: No new projects

Vic Cekvenich vic.cvc at gmx.com
Mon Aug 18 00:56:35 GMT 2014



-------- Original Message --------
Subject: [Vtigercrm-developers] Fwd:  Fwd: Re:  No new projects
Date: Sun, 17 Aug 2014 17:40:57 -0700
From: Vic Cekvenich <vic.cvc at gmx.com>
Reply-To: vtigercrm-developers at lists.vtigercrm.com
To: vtigercrm-developers at lists.vtigercrm.com



-------- Original Message --------
Subject: [Vtigercrm-developers] Fwd: Re:  No new projects
Date: Sun, 17 Aug 2014 15:00:46 -0700
From: Vic Cekvenich <vic.cvc at gmx.com>
Reply-To: vtigercrm-developers at lists.vtigercrm.com
To: vtigercrm-developers at lists.vtigercrm.com



-------- Original Message --------
Subject: Re: [Vtigercrm-developers] No new projects
Date: Wed, 16 Jul 2014 09:30:59 +0100
From: Alan Lord <alanslists at gmail.com>
Reply-To: vtigercrm-developers at lists.vtigercrm.com
To: vtigercrm-developers at lists.vtigercrm.com

Try recreating the tabdata files and the sharing rules files.

For vtiger 5.4.0 this is the script I use.

> <?php
> $Vtiger_Utils_Log = true;
> require_once('include/utils/CommonUtils.php');
>
> echo "Regerating tabdata files ..." . PHP_EOL;
> 	perform_post_migration_activities();
> echo "Done" . PHP_EOL;
> echo "Recalculate Sharing Rules" . PHP_EOL;
>	RecalculateSharingRules();
> echo "Done" . PHP_EOL;
> ?>

It might be slightly different for 6 but should give you a useful 
starting point.

HTH

Al


_______________________________________________
http://www.vtiger.com/

_______________________________________________
http://www.vtiger.com/

_______________________________________________
http://www.vtiger.com/



More information about the vtigercrm-developers mailing list