Date: 07/08/00
- Next message: Spruce Weber: "Re: [phplib] extending permissions"
- Previous message: Ed Lazor: "[phplib] active users"
- In reply to: Ed Lazor: "[phplib] active users"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Database error: Invalid SQL: insert into active_sessions ( sid, name, val,
> changed ) values
> ('<my sid value>', '<name value', '<val value>', '<changed date>')
> MySQL Error: 1062 (Duplicate entry '<entry value>' for key 1)
> Session halted.
I suspect this is an phpslash issue (?) but anyway :
I also had the same problem....
The problem is that the index (key 1) for the active_sessions table is unique.... It does not have to be unique....
So I changed it. And after that the problem is gone :)
Best regards
Arne
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Spruce Weber: "Re: [phplib] extending permissions"
- Previous message: Ed Lazor: "[phplib] active users"
- In reply to: Ed Lazor: "[phplib] active users"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

