<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>No errors in PHP or DB.</div>
<div><br>
</div>
<div>Remember, everything is working perfectly and other test CRM’s on the same machine don’t have any issues.</div>
<div>This seems only related to changing some rol/group settings and then ending up with a non working CRM.</div>
<div><br>
</div>
<div>But Al’s script did the job! (and works in 6.1)</div>
<div><br>
</div>
<div>Thanks all for trying to help. Still I think this check/option should be part of vTiger system. Why can things like this happen…..</div>
<div><br>
</div>
<div><br>
</div>
<div>Bastiaan Houtkooper</div>
<div>Zebra Hosting</div>
<div><br>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Rishab K <<a href="mailto:rishab.k@vtiger.com">rishab.k@vtiger.com</a>><br>
<span style="font-weight:bold">Reply-To: </span>"<a href="mailto:vtigercrm-developers@lists.vtigercrm.com">vtigercrm-developers@lists.vtigercrm.com</a>" <<a href="mailto:vtigercrm-developers@lists.vtigercrm.com">vtigercrm-developers@lists.vtigercrm.com</a>><br>
<span style="font-weight:bold">Date: </span>woensdag 16 juli 2014 10:40<br>
<span style="font-weight:bold">To: </span>"<a href="mailto:vtigercrm-developers@lists.vtigercrm.com">vtigercrm-developers@lists.vtigercrm.com</a>" <<a href="mailto:vtigercrm-developers@lists.vtigercrm.com">vtigercrm-developers@lists.vtigercrm.com</a>><br>
<span style="font-weight:bold">Subject: </span>Re: [Vtigercrm-developers] No new projects<br>
</div>
<div><br>
</div>
<div>
<div>
<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>
</div>
</div>
</span>
</body>
</html>