Thread: ioShareDB
View Single Post
Old 12-11-2003, 03:38 PM  
ZodMan
Junior Member
 
Join Date: Oct 2003
Posts: 6
Default

I Think I know the reason for that error, it's fixed in the next version
(forgot to set NOGROUP_ID if user has no group)

Default user and group file is not used by v0.9.0, but will be used by v1.0.0

Version 1.0.0 should be ready this weekend

To change a user to master you have to do this:

UPDATE users SET flags = 'M', time = NOW() WHERE name = 'user' AND locked = 0

and the sites will pick it up after the next db refresh
ZodMan is offline   Reply With Quote