[Vtigercrm-developers] No new projects

Rishab K rishab.k at vtiger.com
Wed Jul 16 08:40:12 GMT 2014


Check if the CRM is throwing any errors by setting error_reporting to
6135,display_errors to On in index.php
And set $dieOnError to true in PearDatabase.php to see if there are any db
queries failing.


On Wed, Jul 16, 2014 at 2:00 PM, Alan Lord <alanslists at gmail.com> wrote:

> 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/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20140716/17a0a87c/attachment.html>


More information about the vtigercrm-developers mailing list