[Vtigercrm-developers] tabdata.php - recreation of

Prasad prasad at vtiger.com
Thu May 19 08:18:09 GMT 2016


Please refer to - http://code.vtiger.com/vtiger/vtigercrm/issues/208



--
FB <http://www.facebook.com/vtiger> I Twit <http://twitter.com/vtigercrm> I
LIn <https://www.linkedin.com/company/1270573?trk=tyah> I Blog
<https://blogs.vtiger.com> I Website <https://www.vtiger.com/>

On Thu, May 19, 2016 at 12:15 PM, Alan Lord (News) <alanslists at gmail.com>
wrote:

> On 19/05/16 00:00, Richard Hills - Technologywise wrote:
>
>>
>> Just wondering if someone can give me some information about how I
>> should go about fixing this issue.
>> Thanks in advance
>>
>
> I have a file lying around I use for all our development work - it
> regenerates the tabdata and user_privileges files.
>
>
> I run the from the command line as the webserver owner (or another
> privileged user if you can't get a shell for the web server)
>
>
> <?php
>> $Vtiger_Utils_Log = true;
>> ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT);
>> ini_set('display_startup_errors', 1);
>> ini_set('display_errors', 1);
>>
>> 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;
>>
>
> HTH
>
> Al
>
>
>
> --
> Libertus Solutions
> http://www.libertus.co.uk
>
> _______________________________________________
> http://www.vtiger.com/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20160519/20d74717/attachment-0001.html>


More information about the vtigercrm-developers mailing list