<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi Rohit,<br>
<br>
Can you tell us your PHP and vtiger CRM version as there is some
problem with $_REQUEST as it is limited to 1000 from PHP-5.3.6. But
the post-data submitted had around 1162 key-value pairs. If in case
you are using PHP-5.3.6 or above please make the following changes
in PHP settings.<br>
<br>
<div> Following configuration changes restored back the normal
behavior.</div>
<div> </div>
<div> /etc/php5/php.ini</div>
<div> </div>
<div> max_input_vars = 5000 (default is 1000)</div>
<div> </div>
<div> (Suhosin + PHP)</div>
<div> </div>
<div> To increase the security Suhosin builds are provided for
Debian</div>
<div> For controlling the same we installed: sudo apt-get install
php5-suhosin</div>
<div> </div>
<div> /etc/php5/conf.d/suhosin.ini</div>
<div> </div>
<div> suhosin.get.max_vars = 5000</div>
<div> suhosin.get.max_value_length = 512000</div>
<div> </div>
<div> suhosin.post.max_vars = 5000</div>
<div> suhosin.post.max_value_length = 512000</div>
<div> </div>
<div> suhosin.request.max_vars = 100</div>
<div> suhosin.request.max_value_length = 512000</div>
<div> </div>
<div> In case, you want to disable suhosin's hard-limits you need to
un-comment</div>
<div> suhosin.simulation = on<br>
<br>
Regards,<br>
Nitin Goyal<br>
</div>
<br>
<br>
On 4/3/2012 1:26 PM, Rohit Thakral wrote:
<blockquote
cite="mid:CADUXqQeDemvubdfMhoYsQubo_nh0Vvir8T3G-Asd2pRfY92z2w@mail.gmail.com"
type="cite">Hi Asha,
<div><br>
</div>
<div>The permissions are correctly set so no problem there.</div>
<div><br>
</div>
<div>Regards</div>
<div>Rohit </div>
<div><br clear="all">
Rohit Thakral<br>
<a moz-do-not-send="true"
href="http://www.targetintegration.com">www.targetintegration.com</a><br>
<a moz-do-not-send="true" href="http://www.knowledgement.ie">www.knowledgement.ie</a><br>
<br>
<br>
<div class="gmail_quote">On Mon, Apr 2, 2012 at 1:40 PM, Asha <span
dir="ltr"><<a moz-do-not-send="true"
href="mailto:asha@vtiger.com">asha@vtiger.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Rohit,
<div><br>
</div>
<div>Please check the permissions on user_privileges
directory.<br>
<br>
<div class="gmail_quote">
<div>
<div class="h5">On Mon, Apr 2, 2012 at 3:38 PM, Rohit
Thakral <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:thakralrohit@gmail.com"
target="_blank">thakralrohit@gmail.com</a>></span>
wrote:<br>
</div>
</div>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div class="h5">Hi Guys,
<div><br>
</div>
<div>I am trying to enable comments for a profile
but having difficulty. When I enable them and
save the profile. they get reset again.</div>
<div><br>
</div>
<div>Seems like the only profile which has these
enabled is Administrator. Leads field has
comments which are only visible to
administrators.</div>
<div><br>
</div>
<div>I'll appreciate any pointers.</div>
<div><br>
</div>
<div>Thanks</div>
<div>Rohit</div>
<br>
</div>
</div>
_______________________________________________<br>
<a moz-do-not-send="true"
href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><span
class="HOEnZb"><font color="#888888"><br>
</font></span></blockquote>
</div>
<span class="HOEnZb"><font color="#888888"><br>
<br clear="all">
<div>
<br>
</div>
-- <br>
Regards,<br>
Asha<br>
vtiger Team<br>
<br>
<b>Connect with us on: </b><a moz-do-not-send="true"
href="http://twitter.com/#%21/vtigercrm"
target="_blank">Twitter</a> <b>I</b> <a
moz-do-not-send="true"
href="http://www.facebook.com/pages/vtiger/226866697333578?sk=wall"
target="_blank">Facebook</a> <b>I</b> <a
moz-do-not-send="true"
href="http://blog.vtiger.com/" target="_blank">Blog</a><b>
I</b> <a moz-do-not-send="true"
href="http://wiki.vtiger.com/index.php/Main_Page"
target="_blank">Wiki</a> <b>I </b><a
moz-do-not-send="true"
href="http://forums.vtiger.com/" target="_blank">Forums </a><b>I</b> <a
moz-do-not-send="true" href="http://vtiger.com/"
target="_blank">Website</a><br>
<br>
</font></span></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>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
<a class="moz-txt-link-freetext" href="http://www.vtiger.com/">http://www.vtiger.com/</a></pre>
</blockquote>
</body>
</html>