Status
Not open for further replies.
Just upgraded my forum to 4.2.2 and when I upgrade and enable vbslider I am getting the following database error:

Code:
Database error in vBulletin 4.2.2:

Invalid SQL:
SELECT thread.threadid, thread.title, thread.dateline, forum.forumid, forum.title_clean as forumtitle, post.pagetext AS message,  contenttype.class, attachment.attachmentid as previewimage, fd.width, fd.height
FROM vb_thread AS thread
INNER JOIN vb_forum AS forum ON(forum.forumid = thread.forumid)
LEFT JOIN vb_post AS post ON (post.postid = thread.firstpostid)
LEFT JOIN vb_attachment AS attachment ON (attachment.contentid = post.postid)
LEFT JOIN vb_contenttype as contenttype ON (contenttype.contenttypeid = attachment.contenttypeid)
LEFT JOIN vb_filedata as fd ON (attachment.filedataid = fd.filedataid)
WHERE 1=1

AND thread.visible = 1
AND post.visible = 1
AND open <> 10
AND thread.dateline <= 1390244490

GROUP BY thread.threadid 
ORDER BY thread.dateline DESC
LIMIT 0,;

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 '' at line 17
Error Number  : 1064
Request Date  : Monday, January 20th 2014 @ 01:01:30 PM
Error Date    : Monday, January 20th 2014 @ 01:01:30 PM
Script        : http://www.captivereefs.com/forum/forum.php
Referrer      : http://www.captivereefs.com/forum/login.php?do=logout&logouthash=
IP Address    : 23.28.72.178
Username      : administration
Classname     : vB_Database
MySQL Version : 5.1.63-cll

Any suggestions would be appreciated.
 
I'm not entirely sure whether this is related to the Slider itself, because the query - while similar - isn't identical to what's in vBSlider.

Can you try disabling all other mods and see if it happens with just vBSlider enabled?
 
it only appears when slider is enabled....I could do what you are asking, but what you are asking would take a ton of work to sort out.... is there an easier way to figure it out?
 
Could you please create and PM me with a temporary FTP and AdminCP account?

For security reasons, we recommend you create a new FTP account only for DBTech support, then disable or delete it after we have both confirmed the issue has been solved and there are no further issues.

The same applies to AdminCP accounts; they should ideally be temporary accounts created for us only. If we have created an account on your site already, you can optionally boost that account to Administrator and then de-admin this account once the issue has been solved.

If you use a .htaccess password protection for your AdminCP directory, it is recommended that you create a new authorised user for DBTech and remove this user once the issue has been solved.

Please test any temporary accounts you create to ensure that the FTP account has access to the forum files, and that the AdminCP account can access the administrative controls for the product we are assisting you with.

Ensuring this is all in order before submitting the information will significantly speed up the process of assisting you. We will alert you via PM if there's any issues with the login information you have provided.

When sending the PM, for your security you should also un-tick the "Save a copy in my Sent Items folder" checkbox. When the access details have been received, we will delete the PM from our inbox. Ensuring you have not kept a copy of the PM reduces the risk of security breaches.

Thank you for helping us debug our products and allowing us to assist you, we appreciate it :D
 
I guess our fix of the database errors, resulted in no slider deployment. I'll send you the login info via pm. Hopefully its something simple.
 
I re-uploaded the stock widget.php file and I'm not able to find any problems with deployment nor do I receive any database errors.

Can you please provide step-by-step instructions for how to replicate this?
 
Its working now... all I can say is I have been working since yesterday to cleanup old scripts and update addons. It likely was a conflict that I managed to resolve (I guess). Or perhaps I had a bad/missing file and your reupload fixed it...although I swear I re-uploaded the slider a couple times yesterday trying to see if that was it.

Thanks for looking into it.
 
Status
Not open for further replies.

Legacy vBSlider

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
838
Customer rating
0.00 star(s) 0 ratings
Back
Top