<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><o:SmartTagType
 namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="PersonName"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
 /* List Definitions */
 @list l0
        {mso-list-id:2105494229;
        mso-list-type:hybrid;
        mso-list-template-ids:857867186 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
@list l0:level1
        {mso-level-tab-stop:.5in;
        mso-level-number-position:left;
        text-indent:-.25in;}
ol
        {margin-bottom:0in;}
ul
        {margin-bottom:0in;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>I have used the following method with success in the past to do local
development and verification from one point release to another:<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<ol style='margin-top:0in' start=1 type=1>
 <li class=MsoNormal style='mso-list:l0 level1 lfo1'><font size=3
     face="Times New Roman"><span style='font-size:12.0pt'>get latest version
     from svn (http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/branches/5.0.3)
     for example into a new folder locally<o:p></o:p></span></font></li>
 <li class=MsoNormal style='mso-list:l0 level1 lfo1'><font size=3
     face="Times New Roman"><span style='font-size:12.0pt'>copy a previous
     version of the DB using mysql export/import tool .. for example I export a
     working 5.0.2 db, and reimport it as a new name .. say 5.0.3<o:p></o:p></span></font></li>
 <li class=MsoNormal style='color:navy;mso-list:l0 level1 lfo1'><font size=3
     color=black face="Times New Roman"><span style='font-size:12.0pt;
     color:windowtext'>Copy over the config_inc.php and config_db.php to the
     new folder from older folder ( 5.0.2-&gt;5.0.3)</span></font><font size=2
     face=Arial><span style='font-size:10.0pt;font-family:Arial'><o:p></o:p></span></font></li>
 <li class=MsoNormal style='color:navy;mso-list:l0 level1 lfo1'><font size=3
     color=black face="Times New Roman"><span style='font-size:12.0pt;
     color:windowtext'>Modify the appropriate settings in the 2 config files
     from step 3 replacing the old db and url information with the new db and
     url info.</span></font><font size=2 face=Arial><span style='font-size:
     10.0pt;font-family:Arial'><o:p></o:p></span></font></li>
 <li class=MsoNormal style='color:navy;mso-list:l0 level1 lfo1'><font size=3
     color=black face="Times New Roman"><span style='font-size:12.0pt;
     color:windowtext'>Copy over user_priveileges_1.php and
     sharing_privileges_1.php from the user_privileges folder from the old
     install to the new ( 5.0.2-&gt;5.0.3)</span></font><font size=2
     face=Arial><span style='font-size:10.0pt;font-family:Arial'><o:p></o:p></span></font></li>
 <li class=MsoNormal style='color:navy;mso-list:l0 level1 lfo1'><font size=3
     color=black face="Times New Roman"><span style='font-size:12.0pt;
     color:windowtext'>launch a browser and point it to the new folder
     (localhost/vtiger503)</span></font><font size=2 face=Arial><span
     style='font-size:10.0pt;font-family:Arial'><o:p></o:p></span></font></li>
 <li class=MsoNormal style='color:navy;mso-list:l0 level1 lfo1'><font size=3
     color=black face="Times New Roman"><span style='font-size:12.0pt;
     color:windowtext'>goto settings-&gt;sharing access and recalculate them
     via the recalculate button</span></font><font size=2 face=Arial><span
     style='font-size:10.0pt;font-family:Arial'><o:p></o:p></span></font></li>
</ol>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>if you are having troubles getting the copied version to work in 5.0.3,
try rebuilding it in the previous version and copying them over again. Also, it
may depend on what version the old privileges files are in .. perhaps trying to
go from 5.0.0 to 5.0.3 wont work. I don&#8217;t know as I have just moved along
with point releases. I am not an expert on this stuff, but thought I might
reply to your question with stuff I have tried.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>If you are still having problems, I could send you my working privileges
file which I think will work for admin since I am using the default admin
password which appears to be the only critical item stored in the privileges
file.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>OnwealdAndy<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'> clement chazarra
[mailto:chazarra.clement@gmail.com] <br>
<b><span style='font-weight:bold'>Sent:</span></b> Friday, January 19, 2007
8:46 AM<br>
<b><span style='font-weight:bold'>To:</span></b> <st1:PersonName w:st="on">vtigercrm-developers@lists.vtigercrm.com</st1:PersonName><br>
<b><span style='font-weight:bold'>Subject:</span></b> [Vtigercrm-developers]
Sharing access problem testing 5.0.3-rc</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>Hello,<br>
<br>
I just get 5.0.3-rc from the svn, and when I try to login I get the error about
sharing users access and am not able to recalculate the sharing access rights..<br>
<br>
So I copied the user_privileges folder from my working configuration and pasted
it in the 5.0.3-rc. The result is that I can login but can't see admin
details..<br>
When I try to recalculate the sharing access, I am not permitted to do so and
seems that the system doesn't see me as an admin anymore(no settings tab) even
if I stay logged in. <br>
Does anyone&nbsp; had this issue installing the last svn version at home? Any
walk around?<br>
<br>
You need help on verifying if closed tickets are really fixed, how to know if a
ticket has been verified once, twice, or more times? <br>
<br>
Thanks,<br>
Clem<o:p></o:p></span></font></p>

</div>

</body>

</html>