First backup  user_privileges_215.php file . <br>Then delete user_privileges_215.php and edit the user with userid 215.  <br><br><div class="gmail_quote">On Fri, Jul 24, 2009 at 2:10 PM, Manilal K M <span dir="ltr">&lt;<a href="mailto:manilal@ejyothi.com">manilal@ejyothi.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello all,<br>
   I tried to post this to vtiger forums, but it&#39;s not responding,<br>
hence posting this to mailing list as it is very much critical for me.<br>
<br>
I have upgraded our production CRM(vtiger-5.0.4) to vtiger-5.1.0. I am<br>
using LDAP authentication and authentication is working fine. But when<br>
I created a new user I got the following error message:<br>
<br>
[code]<br>
Parse error: syntax error, unexpected &#39;;&#39; in<br>
/home/www/html/vrm/user_privileges/user_privileges_215.php on line 13<br>
[/code]<br>
<br>
Here is the contents of the above file:<br>
<br>
<br>
[code]<br>
&lt;?php<br>
//This is the access privilege file<br>
$is_admin=false;<br>
$current_user_roles=&#39;&#39;;<br>
$current_user_parent_role_seq=&#39;&#39;;<br>
$current_user_profiles=array();<br>
$profileGlobalPermission=;<br>
$profileTabsPermission=;<br>
$profileActionPermission=array();<br>
$current_user_groups=array();<br>
$subordinate_roles=array();<br>
$parent_roles=array();<br>
$subordinate_roles_users=array();<br>
$user_info=array(&#39;user_name&#39;=&gt;&#39;&#39;,&#39;is_admin&#39;=&gt;&#39;&#39;,&#39;user_password&#39;=&gt;&#39;&#39;,&#39;confirm_password&#39;=&gt;&#39;&#39;,&#39;first_name&#39;=&gt;&#39;&#39;,&#39;last_name&#39;=&gt;&#39;&#39;,&#39;roleid&#39;=&gt;&#39;&#39;,&#39;email1&#39;=&gt;&#39;&#39;,&#39;status&#39;=&gt;&#39;&#39;,&#39;activity_view&#39;=&gt;&#39;&#39;,&#39;lead_view&#39;=&gt;&#39;&#39;,&#39;currency_id&#39;=&gt;&#39;&#39;,&#39;currency_name&#39;=&gt;&#39;USA,<br>


Dollars&#39;,&#39;currency_code&#39;=&gt;&#39;USD&#39;,&#39;currency_symbol&#39;=&gt;&#39;&amp;#36;&#39;,&#39;conv_rate&#39;=&gt;&#39;1.000&#39;,&#39;hour_format&#39;=&gt;&#39;&#39;,&#39;end_hour&#39;=&gt;&#39;&#39;,&#39;start_hour&#39;=&gt;&#39;&#39;,&#39;title&#39;=&gt;&#39;&#39;,&#39;phone_work&#39;=&gt;&#39;&#39;,&#39;department&#39;=&gt;&#39;&#39;,&#39;phone_mobile&#39;=&gt;&#39;&#39;,&#39;reports_to_id&#39;=&gt;&#39;&#39;,&#39;phone_other&#39;=&gt;&#39;&#39;,&#39;email2&#39;=&gt;&#39;&#39;,&#39;phone_fax&#39;=&gt;&#39;&#39;,&#39;yahoo_id&#39;=&gt;&#39;&#39;,&#39;phone_home&#39;=&gt;&#39;&#39;,&#39;imagename&#39;=&gt;&#39;&#39;,&#39;date_format&#39;=&gt;&#39;&#39;,&#39;signature&#39;=&gt;&#39;&#39;,&#39;description&#39;=&gt;&#39;&#39;,&#39;reminder_interval&#39;=&gt;&#39;&#39;,&#39;internal_mailer&#39;=&gt;&#39;&#39;,&#39;address_street&#39;=&gt;&#39;&#39;,&#39;address_city&#39;=&gt;&#39;&#39;,&#39;address_state&#39;=&gt;&#39;&#39;,&#39;address_postalcode&#39;=&gt;&#39;&#39;,&#39;address_country&#39;=&gt;&#39;&#39;,&#39;asterisk_extension&#39;=&gt;&#39;&#39;,&#39;use_asterisk&#39;=&gt;&#39;1&#39;,&#39;accesskey&#39;=&gt;&#39;&#39;,&#39;record_id&#39;=&gt;&#39;&#39;,&#39;record_module&#39;=&gt;&#39;&#39;,&#39;id&#39;=&gt;&#39;215&#39;);<br>


?&gt;<br>
[/code]<br>
<br>
It seems the user is not being added to the database. I have also<br>
tried to use the SQL authentication, but no luck so far. Can somebody<br>
provide some hints?<br>
<br>
regards<br>
<font color="#888888"><br>
--<br>
Manilal K M<br>
eJyothi Services<br>
<a href="http://www.ejyothi.com" target="_blank">http://www.ejyothi.com</a><br>
<br>
_______________________________________________<br>
Reach hundreds of potential candidates - <a href="http://jobs.vtiger.com" target="_blank">http://jobs.vtiger.com</a><br>
</font></blockquote></div><br>