bo$$
24-03-2012, 03:26 PM
Maybe one of you can help.
A forum I'm on runs vBulletin 3.8.0 Alpha 2 and it's got vBookie installed on it.
Now, vBookie works fine but when you click the "vBookie" button on the forums a database error page comes up with this message:
Database error in vBulletin 3.8.0 Alpha 2:
Invalid SQL:
SELECT item.item_id, item.item_title, item.threadid, grp.group_title, item.item_status, item.item_created, item.item_open_until, item.item_pay_after, thread.threadid, thread.forumid, thread.postuserid
FROM vbookie_items AS item
LEFT JOIN vbookie_groups AS grp ON grp.group_id = item.group_id
LEFT JOIN thread AS thread ON thread.vbookie_item_id = item.item_id
WHERE item.item_status='OPEN'
ORDER BY item.item_open_until, item.item_pay_after, item.item_id DESC
LIMIT 0, 20;
MySQL Error : 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
Error Number : 1104
Request Date : Saturday, March 24th 2012 @ 11:09:54 AM
Error Date : Saturday, March 24th 2012 @ 11:09:54 AM
Script :
Referrer :
IP Address :
Username :
Classname : vb_database
MySQL Version : 5.0.91-log
do ya know how to fix this?
Thread moved by Skynus (Forum Moderator) From 'Technology Discussion' to here as it's more suited to this forum
A forum I'm on runs vBulletin 3.8.0 Alpha 2 and it's got vBookie installed on it.
Now, vBookie works fine but when you click the "vBookie" button on the forums a database error page comes up with this message:
Database error in vBulletin 3.8.0 Alpha 2:
Invalid SQL:
SELECT item.item_id, item.item_title, item.threadid, grp.group_title, item.item_status, item.item_created, item.item_open_until, item.item_pay_after, thread.threadid, thread.forumid, thread.postuserid
FROM vbookie_items AS item
LEFT JOIN vbookie_groups AS grp ON grp.group_id = item.group_id
LEFT JOIN thread AS thread ON thread.vbookie_item_id = item.item_id
WHERE item.item_status='OPEN'
ORDER BY item.item_open_until, item.item_pay_after, item.item_id DESC
LIMIT 0, 20;
MySQL Error : 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
Error Number : 1104
Request Date : Saturday, March 24th 2012 @ 11:09:54 AM
Error Date : Saturday, March 24th 2012 @ 11:09:54 AM
Script :
Referrer :
IP Address :
Username :
Classname : vb_database
MySQL Version : 5.0.91-log
do ya know how to fix this?
Thread moved by Skynus (Forum Moderator) From 'Technology Discussion' to here as it's more suited to this forum