• 1
  • 2
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.]
#2
This is why you should have gotten webhosting instead of forum hosting, so you can fix it yourself Tongue You will have to ask smfnew to repair the database.
Counter-Strike: Source
War-Lords.net Public Clan: http://steamcommunity.com/groups/W-L/


Contact xFerior (me) for more information on the Public Server clan.


[Image: 2evxipy.jpg]
#3
Its not smfnew my friend is through another host.  So that means he has to go through them?
[Image: hi99szfhvuf0bwsn.png]

[Only The Dead Have Seen the End of War.]
#4
Oh, whats the host?
Counter-Strike: Source
War-Lords.net Public Clan: http://steamcommunity.com/groups/W-L/


Contact xFerior (me) for more information on the Public Server clan.


[Image: 2evxipy.jpg]
#5
The host is byethost.com
[Image: hi99szfhvuf0bwsn.png]

[Only The Dead Have Seen the End of War.]
#6
Does he have cPanel access?
Counter-Strike: Source
War-Lords.net Public Clan: http://steamcommunity.com/groups/W-L/


Contact xFerior (me) for more information on the Public Server clan.


[Image: 2evxipy.jpg]
#7
He sayed it has cpanel access and php my admin
[Image: hi99szfhvuf0bwsn.png]

[Only The Dead Have Seen the End of War.]
#8
Ok, try this:

cPanel>MySQL Databases>Repair DB
Counter-Strike: Source
War-Lords.net Public Clan: http://steamcommunity.com/groups/W-L/


Contact xFerior (me) for more information on the Public Server clan.


[Image: 2evxipy.jpg]
#9
He said it told him there weren't any errors.
[Image: hi99szfhvuf0bwsn.png]

[Only The Dead Have Seen the End of War.]
#10
I'm guessing when you installed the mod it modified the query to include some additional data. Unfortunately, there's no way (at least for me) to know what it changed because I don't know it was originally. I would suggest either finding the unmodified query in a fresh install or to put this line before the query: dbal_mysql->sql_query('SET SQL_BIG_SELECTS=1');
Steam Wrote: 4:02 PM - George, of the jungle: was out
4:02 PM - George, of the jungle: bison, dude
4:02 PM - Brawl Bashin’ Bison: ???
4:02 PM - George, of the jungle: you're very rude towards alina
4:02 PM - George, of the jungle: how about unbanning her friend?
4:02 PM - George, of the jungle: I mean
4:02 PM - George, of the jungle: it's only gamebanana skins
4:02 PM - Brawl Bashin’ Bison: LOL
4:02 PM - George, of the jungle: ^^
4:02 PM - Brawl Bashin’ Bison: LOLOL
4:02 PM - George, of the jungle: lol
  • 1
  • 2

Users browsing this thread: 1 Guest(s)