I am getting this database error with 4.2.5.. Not running php 7.1 yet..running 7:
I am getting this database error with 4.2.5.. Not running php 7.1 yet..running 7:
Database error in vBulletin 4.2.5 Beta 4: Invalid SQL: SELECT fd.thumbnail_dateline, fd.filesize, IF(fd.thumbnail_filesize > 0, 1, 0) AS hasthumbnail, fd.thumbnail_filesize, a.dateline, a.state, a.attachmentid, a.counter, a.contentid, a.filename, a.userid, a.settings, a.displayorder, at.contenttypes FROM attachment AS a INNER JOIN filedata AS fd ON (fd.filedataid = a.filedataid) LEFT JOIN attachmenttype AS at ON (at.extension = fd.extension) WHERE a.contentid = 222 AND a.contenttypeid = ORDER BY a.contentid, a.displayorder;
--------------- Added 03 Apr 2017 at 18:48 ---------------
Looks like a plug in.. I will check server logs..
--------------- Added 03 Apr 2017 at 19:23 ---------------
This must have been something cached after the upgrade because it is gone now and I cannot reporoduce.
|