Save project gives:
Code:
Database error in vBulletin 4.2.2:
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, i.ispatchfile, i.status, u.username
FROM attachment AS a
INNER JOIN filedata AS fd ON (fd.filedataid = a.filedataid)
LEFT JOIN attachmenttype AS at ON (at.extension = fd.extension)
LEFT JOIN pt_issueattach AS i ON (i.attachmentid = a.attachmentid)
LEFT JOIN user AS u ON (u.userid = a.userid)
WHERE
a.contentid = 1
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 15
Error Number : 1064
When I click on Manage Subsriptions I got:
Code:
Trying to get contenttype class id from invalid contenttype '30' on line 533 in /home/xxx/xxx/forums/vb/types.php
Fatal error: Trying to get contenttype class id from invalid contenttype '30' on line 533 in ..../vb/types.php in ..../vb/vb.php on line 286