Set the board into maintenance mode and proceeded with install. Installation went smooth, took a few moments and set all of the settings the way I wanted them. I reopened the board from maintenance mode. Board was operating and I proceeded to the private message system. All of messages in my inbox could be seen but when I clicked on an individual pm to read its content, I received the following MySql database error.
I saved the error and disabled the mod, all is working with the mod disabled. Any suggestions for fixing this db error?
I am using the following skins on my site from blue pearl skins
Store - BP-Light vBulletin Skins
Code:
Database error in vBulletin 4.2.0:
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 = 480223
AND
a.contenttypeid =
ORDER BY a.contentid, a.displayorder;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY a.contentid, a.displayorder' at line 17
Error Number : 1064
Request Date : Tuesday, May 28th 2013 @ 01:31:22 AM
Error Date : Tuesday, May 28th 2013 @ 01:31:23 AM
Script : http://micompanions.com/vbforum/private.php?do=showpm&pmid=788516
Referrer : https://micompanions.com/vbforum/private.php
IP Address : 71.95.237.26
Username : Mica
Classname : vB_Database
MySQL Version : 5.1.68-cll
I saved the error and disabled the mod, all is working with the mod disabled. Any suggestions for fixing this db error?
I am using the following skins on my site from blue pearl skins
Store - BP-Light vBulletin Skins