[ Just following up on my own posts. If anyone find it annoying, that I post semi-bug-reports about nadmin to user@midgard, please let me know. For now I'll continue to do it since there is nowhere else to turn for community help for midgard / nadmin. ]
Problem solved. But I still don't know what caused the bug. On Fri, 12 Jul 2002, Fredrik Jonson wrote: > SELECT id FROM style > WHERE (id=32 AND owner IN (7,6,5)) > AND (sitegroup IN (0,1) OR 0<>0) This query seemed to return nothing (fast and with little load) when i ran it against mysql directly. Strange that the cpu-load goes high on what seems to be a null question? It seemed to only return the error when I log in as the user that changed names on some styles. So I thought it might have something to do with nadmin's capability to remember what part of the tree view was folded and unfolded in the tabbed views? The source code in nadmin/rcs/tree suggested that there was a parameter with tree_style. And yes indeed, I found the magic nuber 32 being the value of tree_style of the offending user. I just deleted that parameter and everything was reset to normal when I logged in as the user again. Sometimes just telling someone else, even a mailing list, about a problem helps finding the solution. Regards / fredrik - had lunch, solved mystery bug, happy again =) -- Fredrik Jonson [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
