will there be support for 4.0.3? got this:
This product is not compatible with version 4.0.3 of vBulletin. (Compatible starting with 4.0.2 / Incompatible with 4.0.3 and greater)
Edit: changed the xml to 4.0.4max and got this error when trying to search events:
Database error in vBulletin 4.0.3:
Invalid SQL:
SELECT
event.title,eventid,event,event.dateline,event.rec urring, event.recuroption,
user.username,user.userid,
calendar.title as caltitle,calendar.calendarid,
IF(event.dst<>'0', event.dateline_from + ( * 3600), event.dateline_from + ( * 3600)) as dateline_from,
IF(event.dateline_to<>'0',
IF(event.dst<>'0', event.dateline_to + ( * 3600), event.dateline_to + ( * 3600))
,'0')
AS dateline_to,
IF(
('1') AND
(user.options & '256')
,user.email, '') AS email
FROM
event AS event
LEFT JOIN user AS user ON (event.userid = user.userid)
LEFT JOIN calendar AS calendar ON (calendar.calendarid = event.calendarid)
WHERE
event.visible = 1
AND event.calendarid IN ('1')
AND(
(
((event.dateline_from <= 2145852000) AND (event.dateline_from >= 1270098000))
OR ((event.dateline_to <= 2145852000) AND (event.dateline_to >= 1270098000))
)
OR
( event.recurring<>0
AND ((event.dateline_to >= 1270098000) AND (event.dateline_from <= 2145852000))
)
)
ORDER BY recurring DESC, dateline_from ASC
LIMIT 0, 25;
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 '* 3600), event.dateline_from + ( * 3600)) as dateline_from,
IF(event.datelin' at line 5
Error Number : 1064
Request Date : Wednesday, April 14th 2010 @ 05:35:13 PM
Error Date : Wednesday, April 14th 2010 @ 05:35:13 PM
Script :
Referrer :
IP Address :
Username : admin
Classname : vB_Database
MySQL Version : 5.0.89-community
|