Emiliano wrote: > > Please verify that this person is the intended root admin, and that the > > membership record you're changing has uid=1 and gid=0 before you make > > the change. After this change, you should no longer get a warning, and > > this user should be reported as 'validated root'. > > And you should be able to log in as 'frank*sg1', BTW.
Could it be that with this approach the code below does not do what it should when logged in as the root user (*frank*sg1): $art->print = 300; // $art is an article $art->update(); where the root user is not the author of $art? update seems to have no effect while it does work when the root user is the author of $art. In both cases the topic tree above $art is owned by the same group! Strange... I remember a year ago there where issues with the OO style functions but with v.1.4.2??? Either I miss something or the entire sg1/sg0 issue is to blame. Frank -- Dr Frank Boehme | Email: [EMAIL PROTECTED] National University of Ireland, Cork | phone: +353-21-4903163 Dept of Computer Science | fax: +353-21-4903113 Cork, Ireland | --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
