Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Database error
#1
Ok my friend was installing a mod and he said it installed wrong so he uninstalled it.  Everything was going fine but about 2 days later he kept getting this error and its has continued.

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 a.forum_id, ug.user_id, g.group_id FROM (phpbb_acl_options o, phpbb_user_group ug, phpbb_groups g, phpbb_acl_groups a) LEFT JOIN phpbb_acl_roles_data r ON (a.auth_role_id = r.role_id) WHERE (o.auth_option_id = a.auth_option_id OR o.auth_option_id = r.auth_option_id) AND ((a.auth_setting = 0 AND r.auth_setting IS NULL) OR r.auth_setting = 0) AND a.group_id = ug.group_id AND g.group_id = ug.group_id AND NOT (ug.group_leader = 1 AND g.group_skip_auth = 1) AND ug.user_id IN (2, 73, 107, 185, 87, 93, 85, 60, 114, 143) AND ug.user_pending = 0 AND o.auth_option LIKE 'm\\_%'

BACKTRACE


FILE: includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()

FILE: includes/functions_admin.php
LINE: 2395
CALL: dbal_mysql->sql_query()

FILE: includes/acp/acp_main.php
LINE: 344
CALL: cache_moderators()

FILE: includes/functions_module.php
LINE: 507
CALL: acp_main->main()

FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()

anyone know what this means and how to fix it
[Image: hi99szfhvuf0bwsn.png]

[Only The Dead Have Seen the End of War.]

Messages In This Thread
Database error - by KuT- - Jul 12 2011, 10:30 PM
RE: Database error - by xFerior - Jul 12 2011, 11:03 PM
RE: Database error - by KuT- - Jul 12 2011, 11:08 PM
RE: Database error - by xFerior - Jul 12 2011, 11:08 PM
RE: Database error - by KuT- - Jul 12 2011, 11:23 PM
RE: Database error - by xFerior - Jul 12 2011, 11:24 PM
RE: Database error - by KuT- - Jul 12 2011, 11:33 PM
RE: Database error - by xFerior - Jul 12 2011, 11:36 PM
RE: Database error - by KuT- - Jul 12 2011, 11:41 PM
RE: Database error - by M. Bison - Jul 13 2011, 12:16 AM
RE: Database error - by Canister - Jul 13 2011, 01:08 AM
RE: Database error - by KŋÏğĦ‘tRìĐě® - Jul 13 2011, 06:05 PM

Users browsing this thread: 3 Guest(s)