New users are not visible in user manager

Need help with the Administration of your Joomla! 1.5 site? This is the spot for you.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
Kinofans
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Thu Feb 09, 2012 11:53 am

New users are not visible in user manager

Post by Kinofans » Thu Feb 09, 2012 12:07 pm

Joomla version 1.5.25

Description of a problem:
1. I have imported articles with Joomla2xml to new quick start installation,
articles was added to joomla and users too, but current users are not visible in user manager, however they visible in tables in DB.

2.
When i add a new users - they not visible in manager, however super user (62 admin) is a visible.

3. i go to google and find this:

Code: Select all

INSERT INTO jos_core_acl_aro (`section_value`, `value`, `name`) SELECT 'users', `id`, `name` FROM jos_users WHERE id NOT IN (SELECT value FROM jos_core_acl_aro)
 
INSERT INTO jos_core_acl_groups_aro_map (`group_id`, `aro_id`) SELECT '18', `id` FROM jos_core_acl_aro WHERE id NOT IN (SELECT aro_id FROM jos_core_acl_groups_aro_map)
4. when i execute this queries - i have visible all current users.
But all new users still invisible in user manager and can't login to site!

please help anybody, who have similar problem and solve it

Locked

Return to “Administration 1.5”