The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Anyone know which hack may cause this, i've disabled them via the config.php edit
Database error in vBulletin 3.6.0: Invalid SQL: SELECT COUNT(postid) AS count FROM vb3_post AS post LEFT JOIN vb3_deletionlog AS deletionlog ON(deletionlog.primaryid = post.postid AND type = 'post') WHERE visible = 0 AND dateline > 1155260805 AND deletionlog.primaryid IS NULL; MySQL Error : Column 'dateline' in where clause is ambiguous Error Number : 1052 Date : Thursday, August 10th 2006 @ 11:04:07 PM Script : http://www.xxxx.com/forums/ Referrer : IP Address : xx Username : xx Classname : vB_Database |
#2
|
||||
|
||||
![]()
<a href="https://vborg.vbsupport.ru/showpost.php?p=1019223" target="_blank">https://vborg.vbsupport.ru/showpost.php?p=1019223</a>
|
#3
|
|||
|
|||
![]()
Should i have done that before the upgrade?
doing it after the upgrade seems not to work? Thanks for the help btw |
#4
|
||||
|
||||
![]()
Do you have the Staff Can Post Hidden Posts mod installed?
If so, try changing the global_start hook for this mod from: Code:
$posts = $db->query_first(" SELECT COUNT(postid) AS count FROM " . TABLE_PREFIX . "post AS post LEFT JOIN " . TABLE_PREFIX . "deletionlog AS deletionlog ON(deletionlog.primaryid = post.postid AND type = 'post') WHERE visible = 0 AND dateline > " . $vbulletin->userinfo[lastvisit] . " AND deletionlog.primaryid IS NULL "); Code:
$posts = $db->query_first(" SELECT COUNT(postid) AS count FROM " . TABLE_PREFIX . "post AS post LEFT JOIN " . TABLE_PREFIX . "deletionlog AS deletionlog ON(deletionlog.primaryid = post.postid AND type = 'post') WHERE visible = 0 AND post.dateline > " . $vbulletin->userinfo[lastvisit] . " AND deletionlog.primaryid IS NULL "); |
#5
|
|||
|
|||
![]()
That was it, I appreciate your quick help
![]() |
#6
|
||||
|
||||
![]()
No problem.
|
#7
|
||||
|
||||
![]()
Hmm, same error here. I have the double post merge hack installed, but I changed the hook as shown in that post above. I'm still getting the error.
Any other hacks that might cause this error? |
#8
|
||||
|
||||
![]()
The fix above is not for the double post hack, so it's not likely to work.
Read the doublepost thread for the fix. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|