Bug Error Number : 1064

Status
Not open for further replies.

Globus

Customer
After upgrade to pl2 getting this:
PHP:
Database error in vBulletin 4.2.3:

Invalid SQL:

					SELECT
						gi.*,
						gc.catname,
						u.username,
						ga.hidden,
						ga.title as albumname
					FROM dbtech_gallery_images AS gi
					LEFT JOIN dbtech_gallery_categories AS gc ON(gc.catid = gi.catid)
					LEFT JOIN dbtech_gallery_albums AS ga ON(ga.albumid = gi.albumid)
					LEFT JOIN user AS u ON(u.userid = gi.userid)
					WHERE (gi.albumid = 0 OR (ga.hidden = 0 AND ga.password = '') OR ga.userid = 1)
						AND gi.instanceid = 1
						AND gi.approved = 1
						AND gi.catid IN ()
						AND gi.deleted = 0
					ORDER BY gi.imageid DESC
					LIMIT 0, 14;

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 ')
						AND gi.deleted = 0
					ORDER BY gi.imageid DESC
					LIMIT 0, 14' at line 14
Error Number  : 1064
Request Date  : Friday, September 18th 2015 @ 11:39:29 AM
Error Date    : Friday, September 18th 2015 @ 11:39:29 AM
Script        : http://www.easteuropeanshepherd.com/gallery.php?gal=gallery
Referrer      : http://www.easteuropeanshepherd.com/activity.php
IP Address    : 58.7.177.170
Username      : Alex
Classname     : vB_Database_MySQLi
MySQL Version : 5.6.23

Please help.
Alex
 
Can you please provide more information as to what you were doing when you received this error message?
 
Nothing you can tell me about which page you were viewing or anything? Are you able to reproduce this issue or is it something that you only receive in your technicalemail email address?
 
Nothing you can tell me about which page you were viewing or anything? Are you able to reproduce this issue or is it something that you only receive in your technicalemail email address?
The error is actually comes up when you click on the Gallery link navigation bar. Being trying to reinstall and re-upload, all the basics. Same results, had to downgrade to 1.3.2 to get the Gallery running again.
 
Hello Globus,

This ticket has now been closed with the status Fixed.

We hope your issue or question has been addressed to your satisfaction. If not, please feel free to re-open it by clicking this link.

If you have any further issues or questions, please feel free to start a new support ticket via the button at the top of every page.

Thank you!
 
Status
Not open for further replies.

Legacy DragonByte Gallery

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