Chciałbym nieco dodać od siebie, aby potomni też mogli naprawić problem, ponieważ przy tym samym błędzie udało mi się rozwiązać go rozwiązać dodatkowo dodając ręcznie dwa rekordy w dwóch tabelach:
Całość opisana jest tu:
http://www.rockyrasonable.com/issues...n-of-this-site

A oto kopia dla potomnych:

1) jos_user
- check that the account jos_user.gid=25 (Super Administrator)
2) jos_core_acl_aro:
- check that your jos_user.id is map to another jos_core_acl_aro.id
- if record don’t exist then create one.
3) jos_core_acl_groups_aro_map:
- look for jos_core_acl_groups_aro_map.aro_id = jos_core_acl_aro.id
- there should be only one record, If there’s multiple entry delete them.
- make sure that group_id=25
4) if record don’t exist then create one.