Quote:
Originally Posted by MarkFL
I have attached a "first draft" of the product. Please give this a try and let me know of any changes you would like. 
|
hey Mark -
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
I have it off at the moment - I need to rebuild my dev site this week as I blew it up (had to try this live :erm: )