Status
Not open for further replies.

Boko577

Customer
Since I installed this last night, I have had over 10 vBulletin database errors emailed to me. So what's the problem? I disabled the mod for now until it is later fixed.

Here's one of them:
Database error in vBulletin 4.0.2:

Invalid SQL:

SELECT *
FROM dbtech_vbactivity_rewards
WHERE userid IN(
SELECT userid
FROM post AS post
WHERE
)
ORDER BY dateline DESC;

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 dateline DESC' at line 7
Error Number : 1064
Request Date : Sunday, February 28th 2010 @ 12:41:00 PM
Error Date : Sunday, February 28th 2010 @ 12:41:00 PM
Script : http://nextgendaily.com/showthread.php?91-Futuristic-Technology-of-the-Laptop&mode=hybrid
Referrer :
IP Address : 216.129.119.40
Username : Unregistered
Classname : vB_Database
MySQL Version :
 
open /dbtech/vbactivity/includes/hooks/showthread_query.php

Place directly beneath <?php:

if ($threadedmode)
{
$postids = "postid IN (" . $cache_postids . ")";
}


This has been fixed in the next version, which will be out in 1-2 days :)
 
i get an error when i install this file .

no avatar goes to the forum. when I try to put a custom avatar.

please . fix this .
 
Status
Not open for further replies.
Back
Top