The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
I have attached a "first draft" of the product. Please give this a try and let me know of any changes you would like.
|
#12
|
|||
|
|||
Quote:
When I enable this, my Forumhome triggers this SQL error - the rest of the forum is fine. Code:
Database error in vBulletin 4.2.2: Invalid SQL: SELECT post.*, thread.title, thread.forumid, thread.prefixid, thread.iconid, thread.postuserid, thread.dateline AS t_dateline, thread.pollid, thread.sticky, user.*, icon.iconpath, icon.title AS icon_title FROM post AS post INNER JOIN thread AS thread ON thread.threadid = post.threadid INNER JOIN user AS user ON user.userid = post.userid LEFT JOIN icon AS icon ON icon.iconid = thread.iconid LEFT JOIN phrase AS phrase ON phrase.varname = CONCAT('prefix_', thread.prefixid, '_title_rich') WHERE post.visible = 1 ORDER BY post.dateline DESC; MySQL Error : Incorrect key file for table '/tmp/#sql_24f2_2.MYI'; try to repair it Error Number : 126 Request Date : Tuesday, March 6th 2018 @ 09:42:49 AM Error Date : Tuesday, March 6th 2018 @ 09:43:55 AM Script : http://www.sportscardforum.com/forum.php Referrer : https://www.sportscardforum.com/admincp/index.php?do=head IP Address : 74.77.177.253 Username : scottkoz20 Classname : vB_Database_MySQLi MySQL Version : 5.6.38 |
#13
|
||||
|
||||
Ah, I didn't take into account running this query on a large database. I have put a limit on the query...try this updated version please.
|
#14
|
|||
|
|||
same error
Code:
Database error in vBulletin 4.2.2: Invalid SQL: SELECT post.*, thread.title, thread.forumid, thread.prefixid, thread.iconid, thread.postuserid, thread.dateline AS t_dateline, thread.pollid, thread.sticky, user.*, icon.iconpath, icon.title AS icon_title FROM post AS post INNER JOIN thread AS thread ON thread.threadid = post.threadid INNER JOIN user AS user ON user.userid = post.userid LEFT JOIN icon AS icon ON icon.iconid = thread.iconid LEFT JOIN phrase AS phrase ON phrase.varname = CONCAT('prefix_', thread.prefixid, '_title_rich') WHERE post.visible = 1 ORDER BY post.dateline DESC LIMIT 10; MySQL Error : Incorrect key file for table '/tmp/#sql_24f2_2.MYI'; try to repair it Error Number : 126 Request Date : Tuesday, March 6th 2018 @ 10:23:52 AM Error Date : Tuesday, March 6th 2018 @ 10:25:35 AM Script : http://www.sportscardforum.com/forum.php Referrer : https://www.sportscardforum.com/admincp/index.php?do=head IP Address : 74.77.177.253 Username : scottkoz20 Classname : vB_Database_MySQLi MySQL Version : 5.6.38 i wonder if the issue is on my /tmp directory |
#15
|
||||
|
||||
Hmm...I have never encountered that error before, and doing a search led me to believe it was due to a disk space issue on your server as a result of a query on all your posts. So, I figured limiting the query would cure it.
|
#17
|
|||
|
|||
Quote:
In the meantime, I am working on table optimization and checking space issue on /tmp on my server |
#18
|
||||
|
||||
I've added an optional "Hours Limit" setting that will allow you to select posts made only during the last x hours.
|
#19
|
||||
|
||||
Where exactly is this supposed to display and what does it look like ? lol ...
|
#20
|
||||
|
||||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|