<div dir="ltr">Check if the CRM is throwing any errors by setting error_reporting to 6135,display_errors to On in index.php<div>And set $dieOnError to true in PearDatabase.php to see if there are any db queries failing.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jul 16, 2014 at 2:00 PM, Alan Lord <span dir="ltr"><<a href="mailto:alanslists@gmail.com" target="_blank">alanslists@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Try recreating the tabdata files and the sharing rules files.<br>
<br>
For vtiger 5.4.0 this is the script I use.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<?php<br>
$Vtiger_Utils_Log = true;<br>
require_once('include/utils/<u></u>CommonUtils.php');<br>
<br>
echo "Regerating tabdata files ..." . PHP_EOL;<br>
        perform_post_migration_<u></u>activities();<br>
echo "Done" . PHP_EOL;<br>
echo "Recalculate Sharing Rules" . PHP_EOL;<br>
        RecalculateSharingRules();<br>
echo "Done" . PHP_EOL;<br>
?><br>
</blockquote>
<br>
It might be slightly different for 6 but should give you a useful starting point.<br>
<br>
HTH<br>
<br>
Al<br>
<br>
<br>
______________________________<u></u>_________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
</blockquote></div><br></div>