[Vtigercrm-commits] [Vtiger development] #8010: Error creating new user
Vtiger development
vtiger-tickets at trac.vtiger.com
Sat Apr 26 18:47:38 GMT 2014
#8010: Error creating new user
------------------------+-------------------------
Reporter: barra | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: Unassigned
Component: vtigercrm | Version: 6.1.0 - wip
Severity: High | Keywords:
------------------------+-------------------------
If i try to add new user vtiger display a white page, in log i see:
Sat Apr 26 18:55:37 2014,668 [19120] INFO VT - PearDatabase ->ADODB error
Query Failed:insert into vtiger_users (id, user_name, is_admin,
user_password, confirm_password, first_name, last_name, email1, status,
activity_view, lead_view, hour_format, end_hour, start_hour, title,
phone_work, department, phone_mobile, reports_to_id, phone_other, email2,
phone_fax, secondaryemail, phone_home, date_format, signature,
description, address_street, address_city, address_state,
address_postalcode, address_country, time_zone, currency_id,
currency_grouping_pattern, currency_decimal_separator,
currency_grouping_separator, currency_symbol_placement, imagename,
internal_mailer, theme, language, reminder_interval, leftpanelhide,
rowheight, leftpanelhide, rowheight, defaulteventstatus,
defaultactivitytype, hidecompletedevents, crypt_type, user_hash)
values(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)::->[1110]Column
'rowheight' specified twice
Sat Apr 26 18:55:37 2014,669 [19120] DEBUG VT - Entering into
insertIntoAttachment(7,Users) method.
Sat Apr 26 18:55:37 2014,669 [19120] DEBUG VT - Exiting from
insertIntoAttachment(7,Users) method.
Sat Apr 26 18:55:37 2014,669 [19120] INFO VT - function
insertIntoEntityTable Users vtiger_table name vtiger_user2role
Sat Apr 26 18:55:37 2014,669 [19120] DEBUG VT - Prepared sql query being
executed : select * from vtiger_field where tabid=? and tablename=? and
displaytype in (1,3,4,5) and vtiger_field.presence in (0,2)
Sat Apr 26 18:55:37 2014,669 [19120] DEBUG VT - Prepared sql query
parameters : [29,vtiger_user2role]
Sat Apr 26 18:55:37 2014,670 [19120] DEBUG VT - Prepared sql query being
executed : insert into vtiger_user2role (userid, roleid) values(?,?)
Sat Apr 26 18:55:37 2014,670 [19120] DEBUG VT - Prepared sql query
parameters : [7,H2]
Sat Apr 26 18:55:37 2014,671 [19120] INFO VT - PearDatabase ->ADODB error
Query Failed:insert into vtiger_user2role (userid, roleid)
values(?,?)::->[1452]Cannot add or update a child row: a foreign key
constraint fails (`vt61`.`vtiger_user2role`, CONSTRAINT
`fk_2_vtiger_user2role` FOREIGN KEY (`userid`) REFERENCES `vtiger_users`
(`id`) ON DELETE CASCADE)
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8010>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list