Ich habe folgendes Problem!
Wenn man im Board Forenrechte vergeben will, funktioniert gar nichts mehr. Man kommt noch normal in die Forenauswahl (unter Forenrechte), doch sobald man ein Forum ausgewählt hat und auf "Absenden" klickt, erscheint folgender Fehler:
Woran könnt das liegen und wie kann man ihn beheben?Allgemeiner Fehler
SQL ERROR [ mysql4 ]
The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay [1104]
SQL
SELECT DISTINCT u.username, u.username_clean, u.user_regdate, u.user_id FROM (phpbb3_users u, phpbb3_acl_options o, phpbb3_acl_users a) LEFT JOIN phpbb3_acl_roles_data r ON (a.auth_role_id = r.role_id) WHERE (a.auth_option_id = o.auth_option_id OR r.auth_option_id = o.auth_option_id) AND o.auth_option LIKE 'f\\_%' AND a.forum_id = '82' AND u.user_id = a.user_id ORDER BY u.username_clean, u.user_regdate ASC
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()
FILE: includes/acp/acp_permissions.php
LINE: 1145
CALL: dbal_mysql->sql_query()
FILE: includes/acp/acp_permissions.php
LINE: 399
CALL: acp_permissions->retrieve_defined_user_groups()
FILE: includes/functions_module.php
LINE: 471
CALL: acp_permissions->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
Danke schon mal im Vorraus!!!