Quote:
Originally Posted by Marco van Herwaarden
This is caused by a modification.
The main culprit is:
| 180105 | fvsports_Focker | localhost | fvsports_forum | Query | 24 | Copying to tmp table | SELECT item.item_id, item.item_title, item.threadid, grp.group_title, item.item_status, item.item_cr |
This does not look like a default vB query.
"Copying to tmp table" This indicates that MySQL need to copy all data to a temporary table in order to do a sort, filter or merge. This can be caused by missing indexes on the table. Please contact the author of this modification for a solution.
|
thanks. i did a search and that comes up as my vbookie mod. ill have to look into remedying that and seeing if that helps