[Vtigercrm-commits] [vtiger development] #1419: Parse error: syntax error, unexpected ';' in user_privileges/user_privileges_0.php on line 13
vtiger development
vtiger-tickets at vtiger.fosslabs.com
Sat Jul 1 16:39:56 EDT 2006
#1419: Parse error: syntax error, unexpected ';' in
user_privileges/user_privileges_0.php on line 13
---------------------------------------+------------------------------------
Reporter: jeffk | Owner: developer
Type: defect | Status: new
Priority: major | Milestone: 5.0.0
Component: vtigercrm | Version: 5.0.0
Keywords: install parse permissions |
---------------------------------------+------------------------------------
Running an install with demo data population as of r7732, postgresql,
newly created database, not created by installer script. At stage 5 of 5,
error message is generated:
{{{
Creating Core tables: Tables Successfully created.
Parse error: syntax error, unexpected ';' in
user_privileges/user_privileges_0.php on line 13
}}}
contents of file user_privileges/user_privileges_0.php:
{{{
<?php
//This is the access privilege file
$is_admin=false;
$current_user_roles='';
$current_user_parent_role_seq='';
$current_user_profiles=array();
$profileGlobalPermission=;
$profileTabsPermission=;
$profileActionPermission=array();
$current_user_groups=array();
$subordinate_roles=array();
$parent_roles=array();
$subordinate_roles_users=array();
$user_info=array('address_country'=>'','address_postalcode'=>'','address_state'=>'','address_city'=>'','address_street'=>'','description'=>'','signature'=>'','tagcloud'=>'','date_format'=>'','imagename'=>'','phone_home'=>'','yahoo_id'=>'','phone_fax'=>'','email2'=>'','phone_other'=>'','reports_to_id'=>'','phone_mobile'=>'','department'=>'','phone_work'=>'','title'=>'','start_hour'=>'','end_hour'=>'','hour_format'=>'','currency_id'=>'','lead_view'=>'','activity_view'=>'','status'=>'','email1'=>'','roleid'=>'','last_name'=>'','first_name'=>'','confirm_password'=>'','user_password'=>'','is_admin'=>'','user_name'=>'','id'=>'0');
}}}
--
Ticket URL: <http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1419>
vtiger development <http://vtiger.fosslabs.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list