<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body smarttemplateinserted="true" text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">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.<br>
      <br>
      Kindest regards:<br>
      Istvan<br>
      <br>
      <br>
      <div class="moz-signature">üdvözlettel:<br>
        <br>
        <b>Holbok István</b><br>
        <br>
        +3670-342-0900<br>
        <b>e-mail:</b> <a class="moz-txt-link-abbreviated" href="mailto:holbok@gmail.com">holbok@gmail.com</a><br>
        <b>SkyPe:</b> holboki<br>
        <br>
      </div>
      2014.08.27. 14:17 keltezéssel, Prasad írta:<br>
    </div>
    <blockquote class=" cite"
id="mid_CAMeS7pmv_358tGmuK6MknC0OAGOZ4mtYwajQU7O6TCVHQLTpTQ_mail_gmail_com"
cite="mid:CAMeS7pmv-358tGmuK6MknC0OAGOZ4mtYwajQU7O6TCVHQLTpTQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">Check if this works: <a moz-do-not-send="true"
          href="http://trac.vtiger.com/cgi-bin/trac.cgi/changeset/14234">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 moz-do-not-send="true"
                href="http://twitter.com/vtigercrm"
                style="color:rgb(0,0,204)" target="_blank">Twitter</a> <b>I</b> <a
                moz-do-not-send="true"
                href="http://www.facebook.com/pages/vtiger/226866697333578?sk=wall"
                style="color:rgb(0,0,204)" target="_blank">Facebook</a> <b>I</b> <a
                moz-do-not-send="true" href="https://blogs.vtiger.com/"
                style="color:rgb(0,0,204)" target="_blank">Blog</a><b> I</b> <a
                moz-do-not-send="true"
                href="http://wiki.vtiger.com/index.php/Main_Page"
                style="color:rgb(0,0,204)" target="_blank">Wiki</a> <b>I </b><a
                moz-do-not-send="true"
                href="https://discussions.vtiger.com"
                style="color:rgb(0,0,204)" target="_blank">Forums </a><b>I</b> <a
                moz-do-not-send="true" 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 moz-do-not-send="true"
                href="mailto:holbok@gmail.com" target="_blank">holbok@gmail.com</a>></span>
            wrote:<br>
            <blockquote id="Cite_8439889" class="gmail_quote cite"
              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 class=" cite" id="Cite_7983790"
                      type="cite">On 27/08/14 12:33, Uma S wrote: <br>
                      <blockquote class=" cite" id="Cite_4149854"
                        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 class=" cite" id="Cite_1544823"
                        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 moz-do-not-send="true"
                          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 moz-do-not-send="true" href="http://www.vtiger.com/"
                target="_blank">http://www.vtiger.com/</a><br>
            </blockquote>
          </div>
          <br>
        </div>
      </div>
    </blockquote>
    <br>
    <br>
  </body>
</html>