[Vtigercrm-developers] No new projects

Alan Lord alanslists at gmail.com
Wed Jul 16 08:30:59 GMT 2014


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




More information about the vtigercrm-developers mailing list