Quote:
Originally Posted by MarkFL
Okay, try replacing the file "featuredthread.php" (in your forum's root folder) with the attached file...let me know if that works. 
|
Hi Mark, I am having a similar, though not the exact same, problem and wonder if I should replace this file too? Or if you have another suggestion.
This happens when I try to reorder the threads. Here is my error message:
HTML Code:
PHP Warning: mysqli_query(): (42S02/1051): Unknown table 'thread' in ..../includes/class_core.php on line 1394
Database error in vBulletin 4.2.4:
Invalid SQL:
SELECT thread.*, featuredthreads.id
FROM (redacted)thread
INNER JOIN (redacted)featuredthreads
ON thread.threadid = featuredthreads.threadid
ORDER BY featuredthreads.thread_order ASC, featuredthreads.id ASC;
MySQL Error : Unknown table 'thread'
Error Number : 1051
Thanks again for this awesome mod!