Bug Database error - Unknown column 'exif_data' in 'field list'

Status
Not open for further replies.

GgAcE

Customer
I receive the following error when attempting to upload an image from the "Dragonbyte Gallery > Add Image" section of the gallery.


Code:
Database error in vBulletin 4.1.10:

Invalid SQL:

					INSERT INTO 
						dbtech_gallery_images 
				 		(
				 			instanceid, 
				 			userid, 
				 			albumid, 
				 			filename, 
				 			filetype, 
				 			dateline, 
				 			is_animated, 
				 			custom_data, 
				 			exif_data, 
				 			approved
				 		)
				 	VALUES
				 		(
				 			1, 
				 			1, 
				 			0, 
				 			'anime-ichigo-kurosaki-795109.jpg', 
				 			'jpg', 
				 			1344050874, 
				 			0, 
				 			'a:0:{}', 
				 			'a:2:{s:4:\"FILE\";a:6:{s:8:\"FileName\";s:9:\"phpk84gt0\";s:12:\"FileDateTime\";i:1344050874;s:8:\"FileSize\";i:19955;s:8:\"FileType\";i:2;s:8:\"MimeType\";s:10:\"image/jpeg\";s:13:\"SectionsFound\";s:0:\"\";}s:8:\"COMPUTED\";a:4:{s:4:\"html\";s:24:\"width=\"300\" height=\"414\"\";s:6:\"Height\";i:414;s:5:\"Width\";i:300;s:7:\"IsColor\";i:1;}}', 
				 			0
				 		);

MySQL Error   : Unknown column 'exif_data' in 'field list'
Error Number  : 1054
Request Date  : Friday, August 3rd 2012 @ 10:27:54 PM
Error Date    : Friday, August 3rd 2012 @ 10:27:55 PM
Script        : http://www.rpnation.com/dbtgallery.php?do=doaddimage
Referrer      : http://www.rpnation.com/dbtgallery.php?do=add_image&gal=gallery
IP Address    : *********
Username      : ********
Classname     : vB_Database
MySQL Version : 5.0.95-community
 
Try running this sql query in the ACP:

Code:
alter table dbtech_gallery_images add exif_data mediumtext NULL DEFAULT NULL AFTER views
 
Last edited:
Status
Not open for further replies.

Legacy DragonByte Gallery

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