> Debugging into the code, I found the user_admin role was not
> assigned to the
> "turbine" user in default_roles_permissions.sql
Can you post your fix.
> I also have problems adding users which I found is caused by the ID_TABLE
> not having an entry for "Visitor"
>
> I just got code out of CVS - am I missing something? How should I populate
> the ID_TABLE?
How are you "adding users?" The id table should only be used if you are
trying to use BasePeer for your inserts. Can you post a stack trace.
If you want to try to get it working with the ID_TABLE then insert values
like this and read the comments in IDBroker.
insert into id_table(id_table_id, table_name, next_id, quantity)
values (1, 'Visitor', 1, 10);
Hope this helps
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]