- status: open --> closed-fixed
tuschl@brauchma.net
i was able to add 5 users to a newly installed mgw.
when trying to add the 6th user i got the errormessage
below.
I tried this twice, starting over with a new
installation and the error was reproducable.
--- snip ---
Problem in Moregroupware found!
Version (config.inc.php): 0.7.4 - dev
Version (version.inc.php): 0.7.4 - dev
PHP version: 4.3.11-0.dotdeb.0
PHP OS: Linux
register_globals: 0
magic_quotes_gpc: 0
safe_mode: 0
sql.safe_mode: 0
Server software: Apache/1.3.33 (Debian GNU/Linux)
PHP/4.3.11-0.dotdeb.0 mod_ssl/2.8.22 OpenSSL/0.9.7e
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1;
de; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
session.use_trans_sid: 1
session.auto_start: 0
file_uploads: 1
upload_max_filesize: 2M
upload_tmp_dir:
memory_limit: 16M
post_max_size: 8M
max_execution_time: 30
max_input_time: -1
magic_quotes_runtime: 0
Database: mysql / 4.0.24_Debian-10sarge1-log (4.0.24)
Program: /mgw/modules/admin/usermanager.php
File:
/var/www/brauchma.net/htdocs/mgw/modules/admin/usermanager.php
File revision: 1.82
Line: 81
Error (SQL):
INSERT INTO mgw_users (id, username, lastname,
firstname, occupation, workloc, birthday, sex, mobil,
telephone, email, skintheme, pw, lang, level, lu_user,
lu_date, lastin) VALUES (7, 'mingus', 'Ballhaus',
'Mingus', '70005', '60005', '2006-03-30 00:00:00',
'male', '???', '', 'mingus@stuckland.de',
'Morelogs_Silver.css',
'c5c6d52fcb0cd1c8ef3815b039ceb028', 'login', 9, '1',
'2006-03-30 20:13:27', '2006-03-30 20:13:27')
Error (MSG):
Duplicate entry '7' for key 1
Dump:
POST:
Array
(
[MGWSESSION] => 4a5a8393964d5fab163960f5ecf4c089
[id] =>
[usernameform] => mingus
[active] => on
[firstname] => Mingus
[lastname] => Ballhaus
[birthdayDay] => 30
[birthdayMonth] => 03
[birthdayYear] => 2006
[sex] => male
[occupation] => 70005
[workloc] => 60005
[email] => mingus@stuckland.de
[telephone] =>
[mobil] => ???
[pw] => mingusballhaus
[pwagain] => mingusballhaus
[language] => login
[group] => 100008
[create] => Speichern
)
GET:
Array
(
)
--- snip ---