Upgraded my forum from 3.5.x to 3.8.4
Installed the vbseo_style_1.0_pro style.. it's pretty default but i'm getting the following error when I try and make a post using "advanced post", it posts the message, but spits out that error....?
Not sure if i'm posting in the right place.... sorry if it's not meant to be here...
Installed the vbseo_style_1.0_pro style.. it's pretty default but i'm getting the following error when I try and make a post using "advanced post", it posts the message, but spits out that error....?
Not sure if i'm posting in the right place.... sorry if it's not meant to be here...
Database error in vBulletin 3.8.4:
Invalid SQL:
SELECT post.*
FROM post AS post
LEFT JOIN deletionlog AS deletionlog ON(deletionlog.primaryid = post.postid AND type = 'post')
WHERE threadid = 188750
AND dateline > 1266811112
AND visible = 1 AND deletionlog.primaryid IS NULL
AND postid <> 2408825
ORDER BY dateline DESC
LIMIT 1;
MySQL Error : Column 'dateline' in where clause is ambiguous
Error Number : 1052
Request Date : Tuesday, February 23rd 2010 @ 02:28:32 PM
Error Date : Tuesday, February 23rd 2010 @ 02:28:33 PM
Script : http://www.calaisturbo.com.au/testvb...reply&t=188750
Referrer : http://www.calaisturbo.com.au/testvb...reply&t=188750
IP Address : 203.63.64.13
Username : SirGeo
Classname : vB_Database
MySQL Version : 4.1.22-standard
Invalid SQL:
SELECT post.*
FROM post AS post
LEFT JOIN deletionlog AS deletionlog ON(deletionlog.primaryid = post.postid AND type = 'post')
WHERE threadid = 188750
AND dateline > 1266811112
AND visible = 1 AND deletionlog.primaryid IS NULL
AND postid <> 2408825
ORDER BY dateline DESC
LIMIT 1;
MySQL Error : Column 'dateline' in where clause is ambiguous
Error Number : 1052
Request Date : Tuesday, February 23rd 2010 @ 02:28:32 PM
Error Date : Tuesday, February 23rd 2010 @ 02:28:33 PM
Script : http://www.calaisturbo.com.au/testvb...reply&t=188750
Referrer : http://www.calaisturbo.com.au/testvb...reply&t=188750
IP Address : 203.63.64.13
Username : SirGeo
Classname : vB_Database
MySQL Version : 4.1.22-standard
Comment