<div dir="ltr">Hi Alan, <div>really thanks for your script that resolved our issue!</div><div><br></div><div>Fantastic!</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-10-06 10:13 GMT+02:00 Alan Lord (News) <span dir="ltr"><<a href="mailto:alanslists@gmail.com" target="_blank">alanslists@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 06/10/15 09:07, Simone Travaglini wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
update on problem, maybe someone have an idea...<br>
now if I create a new HIGHER permission user can see data of LOWER<br>
permission user, as expected. But if I create a new LOWER permission<br>
user, his record are not accessible from HIGER permission user created<br>
before of him. So the problem is that when I create a new user something<br>
go wrong with permission calculation...<br>
</blockquote>
<br>
<br></span>
First make sure the webserver can write to all files in your vtiger directory.<br>
<br>
For debian based hosts that would be something like:<br>
<br>
sudo chown -R www-data:www-data *<br>
<br>
<br>
Then I would run the following script using a web browser or php command line running as the apache user:<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/CommonUtils.php');<br>
<br>
echo ("Regerating tabdata files ...<br />" . PHP_EOL);<br>
        perform_post_migration_activities();<br>
echo ("Done<br />" . PHP_EOL);<br>
echo "Recalculate Sharing Rules" . PHP_EOL;<br>
    RecalculateSharingRules();<br>
echo "Done" . PHP_EOL;<br>
</blockquote>
<br>
<br>
This normally fixes most of these kinds of issues I come across.<br>
<br>
HTH<span class="HOEnZb"><font color="#888888"><br>
<br>
Al<br>
<br>
-- <br>
Libertus Solutions<br>
<a href="http://www.libertus.co.uk" rel="noreferrer" target="_blank">http://www.libertus.co.uk</a><br>
<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Simone Travaglini<br>328 5499846<br>Linkedin: Simone Travaglini <br><br><br><span style="color:rgb(51,204,0)">Rispetta l'ambiente: non stampare questa mail se non ti è veramente necessario!</span><br></div>
</div>