I experienced 2 major problems with the current JAT3 2.0 quickstart installation:
:((
1. joomfish didn’t translate menus
2. could not creat new user
:confused:
Solution:
a. copy/paste current configuration.php and unzip fresh joomla in same folder
(maybe that is not necessary, neither for problem 1 nor 2, but I did that first)
b. reinstall JA T3 System plugin for Joomla 1.5, 10-21-2010, 1.1.9
-> joomfish translates all menus
c. in phpmyadmin, jos_core_acl_aro_sections is empty, but shouldn’t.
Solve this, with following sql query:
INSERT INTO `jos_core_acl_aro_sections` VALUES(10, ‘users’, 1, ‘Users’, 0);
-> now you can creat new user
😀