<div dir="ltr"><a href="http://trac.vtiger.com/cgi-bin/trac.cgi/changeset/14234">http://trac.vtiger.com/cgi-bin/trac.cgi/changeset/14234</a> was after EA.<br><div>Can you retry from SVN instead.</div></div><div class="gmail_extra">
<br clear="all"><div><span style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"><b>Connect with us on: </b><a href="http://twitter.com/vtigercrm" style="color:rgb(0,0,204)" target="_blank">Twitter</a> <b>I</b> <a href="http://www.facebook.com/pages/vtiger/226866697333578?sk=wall" style="color:rgb(0,0,204)" target="_blank">Facebook</a> <b>I</b> <a href="https://blogs.vtiger.com/" style="color:rgb(0,0,204)" target="_blank">Blog</a><b> I</b> <a href="http://wiki.vtiger.com/index.php/Main_Page" style="color:rgb(0,0,204)" target="_blank">Wiki</a> <b>I </b><a href="https://discussions.vtiger.com" style="color:rgb(0,0,204)" target="_blank">Forums </a><b>I</b> <a href="https://www.vtiger.com/" style="color:rgb(0,0,204)" target="_blank">Website</a></span></div>
<br><br><div class="gmail_quote">On Thu, Aug 28, 2014 at 11:18 PM, Holbok István <span dir="ltr"><<a href="mailto:holbok@gmail.com" target="_blank">holbok@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF">
<div>Hello Prasad,<br>
<br>
I did a fresh install using the 6.1.0 EA package. I do not know
this what changeset number has.<br>
The issue is still there:<br>
<br>
<img alt="" src="cid:part1.07010807.03080205@gmail.com" height="720" width="924"><br>
With files the issue exist as well.<div class=""><br>
<br>
Kindest regards:<br>
Istvan<br>
<br>
<br>
<div>üdvözlettel:<br>
<br>
<b>Holbok István</b><br>
<br>
+3670-342-0900<br>
<b>e-mail:</b> <a href="mailto:holbok@gmail.com" target="_blank">holbok@gmail.com</a><br>
<b>SkyPe:</b> holboki<br>
<br>
</div></div>
2014.08.27. 14:17 keltezéssel, Prasad írta:<br>
</div><div><div class="h5">
<blockquote type="cite">
<div dir="ltr">Check if this works: <a href="http://trac.vtiger.com/cgi-bin/trac.cgi/changeset/14234" target="_blank">http://trac.vtiger.com/cgi-bin/trac.cgi/changeset/14234</a><br>
<div class="gmail_extra"><br clear="all">
<div><span style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"><b>Connect
with us on: </b><a href="http://twitter.com/vtigercrm" style="color:rgb(0,0,204)" target="_blank">Twitter</a> <b>I</b> <a href="http://www.facebook.com/pages/vtiger/226866697333578?sk=wall" style="color:rgb(0,0,204)" target="_blank">Facebook</a> <b>I</b> <a href="https://blogs.vtiger.com/" style="color:rgb(0,0,204)" target="_blank">Blog</a><b> I</b> <a href="http://wiki.vtiger.com/index.php/Main_Page" style="color:rgb(0,0,204)" target="_blank">Wiki</a> <b>I </b><a href="https://discussions.vtiger.com" style="color:rgb(0,0,204)" target="_blank">Forums </a><b>I</b> <a href="https://www.vtiger.com/" style="color:rgb(0,0,204)" target="_blank">Website</a></span></div>
<br>
<br>
<div class="gmail_quote">On Wed, Aug 27, 2014 at 5:37 PM,
Holbok István <span dir="ltr"><<a href="mailto:holbok@gmail.com" target="_blank">holbok@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF">
<div>May we did not described it as clear as possible.<br>
I did some screen shoots to show.<br>
<br>
Regards:<br>
Istvan<br>
<div><br>
<br>
</div>
2014.08.27. 13:48 keltezéssel, Alan Lord (News) írta:<br>
</div>
<div>
<div>
<blockquote type="cite">On 27/08/14 12:33, Uma S wrote: <br>
<blockquote type="cite">Hi Istvan, <br>
<br>
I would like to dig in deep with this issue,
where file permission in <br>
installation package in haphazard way. <br>
</blockquote>
<br>
This has been raised (by me at least) a zillion
times before... <br>
<br>
On a Linux (POSIX) system there are no files in
the vtiger directory that EVER need to be
executable. Some are actually set as 777
(rwxrwxrwx) which is a big security issue and just
bad practice. <br>
<br>
The config file(s) should probably be 640
(rw-r-----) so it is not readable by anyone other
than the web server process or root and only
writeable by the web server or root. <br>
<br>
Your module installer *always* installs all files
as 777. I've raised this numerous times in the
past. <br>
<br>
HTH <br>
<br>
Al <br>
<br>
<br>
<br>
<blockquote type="cite"> <br>
/sudo find /home/*user*/public_html/ -type f
-exec chmod 644 {} \; <br>
sudo find /home/*user*/public_html/ -type d
-exec chmod 755 {} \; <br>
sudo chown www-data:www-data -R
/home/*user*/public_html/ <br>
<br>
(if this adjustment was not done I had got
server error 500 due to <br>
important files with chmod 777 ) <br>
<br>
In my case the user was the ubuntu user. <br>
<br>
/ <br>
/By the way, in the vtiger install zip and in
the SVN the file access <br>
setup in full confusion. Some of files in chmod
644, some of files in <br>
chmod 777 and the directories are also in
different and illogical mix. / <br>
<br>
Could you please elaborate on this issue. So
which will shed more light <br>
on this. While installing how are you
configuring permission for files? <br>
And what's your expectation about permissions. <br>
<br>
-- <br>
With <br>
Best Regards <br>
Uma.S <br>
Vtiger Team <br>
<br>
<br>
_______________________________________________
<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a>
<br>
<br>
</blockquote>
<br>
<br>
</blockquote>
<br>
</div>
</div>
</div>
<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
</blockquote>
</div>
<br>
</div>
</div>
</blockquote>
<br>
<br>
</div></div></div>
</blockquote></div><br></div>