Quote:
Originally Posted by thenicehorizon
thank you but i got this database error:
PHP Code:
Database error in vBulletin 4.2.1:
Invalid SQL:
SELECT thread.* FROM thread AS thread INNER JOIN featuredthreads AS featuredthreads ON thread.threadid = featuredthreads.threadid ORDER BY featuredthreads.thread_order ASC, featuredthreads.dateline ASC;
MySQL Error : Unknown column 'featuredthreads.dateline' in 'order clause' Error Number : 1054 Request Date : Thursday, October 8th 2015 @ 09:57:32 PM Error Date : Thursday, October 8th 2015 @ 09:57:32 PM Script : http://www.tomohna.net/vb/featurepage.php Referrer : IP Address : 41.100.204.198 Username : tomohna.com Classname : vB_Database MySQL Version : 5.5.45-cll-lve
|
I am not finding how that query is generated by my product. The "featuredthreads" table does not have that column, and it is not referenced in any location that I find.
edit: I spoke too soon...I found the problem, and have fixed it in the following update:
Version 1.3:
- Database error fixed when using sorting options for the featured threads from the settings.