Hello,

I was trying to use forums with nadmin, and because of this I tried to
use the user authentication. I don't know what I did (maybe you know?
:)) but there are login_* style elements what have wrong (0) sitegroup.
I know that I did the style creation (based on Linux Website Template)
as admin/password. Maybe this was the problem? Anyway, I think this is a
bug.

These elements appeared erroneusly in nadmin (on the top frame: "Style
element: / login_config" (missing style path)), and I couldn't modify
them: it said ok, but the element didn't changed, and it created a
"login_*-backup-*" element.

Example from the db:

mysql> select id,style,name,sitegroup from element where
name="login_config";
+-----+-------+--------------+-----------+
| id  | style | name         | sitegroup |
+-----+-------+--------------+-----------+
| 331 |    16 | login_config |         0 |
| 409 |    25 | login_config |         0 |
| 474 |    29 | login_config |         2 |
| 592 |    38 | login_config |         2 |
| 705 |    40 | login_config |         0 |  <- it should be 2.
+-----+-------+--------------+-----------+
5 rows in set (0.02 sec)

mysql> select id,up,name,sitegroup from style where id IN
(16,25,29,38,40);
+----+----+------------------------+-----------+
| id | up | name                   | sitegroup |
+----+----+------------------------+-----------+
| 16 |  0 | hklc_online_member     |         0 |
| 25 |  0 | Linux Website Template |         0 |
| 29 |  0 | Linux Website Template |         2 |
| 38 |  0 | reg_style              |         2 |
| 40 |  0 | uj_root                |         2 | <- this is it.
+----+----+------------------------+-----------+
5 rows in set (0.00 sec)

Circum

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to