2
Quote:
nuker wrote:
next was importing the xoops_groups_users_link table to match the users to their respective groups. to make this work, i had to add the "linkid" field in old table so that the data would import to the new table.
i am logged in as administrator, and can do admin things. i can access all other groups, except the Registered users group. when i try, the page is completely white.
what did i do wrong?
I have also done same operation.
maybe?
xoops_groups_users_link ,xoops_users ,xoops_groups :
Which is it? table data unmatch
You can try some do.
------
If you want to data "linkid" check.
>>
Table logical check for xoops2<<
this checker's display -> you can do .It carries out using phpMyAdmin --> EDITor ADD , change data.
----------------
or
Registered users group data all delete from xoops_groups_users_link
(except the admin users group)
It carries out using phpMyAdmin
It deletes at once from xoops_groups_users_link.
for example
DELETE * from xoops_groups_users_link where groupid = 2 ;
(the Registered users group is groupid = 2.maybe?)
and
add all from group control panel