Database Error:
Unknown column 'caption' in 'field list'

Last Query:
SELECT kidname, flag, private, photoid, mid, MONTH(postdate) as month, YEAR(postdate) as year, contest as in_contest, CONCAT(dir,'/',photo) as photoUrl, CONCAT(dir,'/',trumb) as thumbUrl, fileserver as fileserver, dir as dir, trumb as thumb, photo, photo_org, caption FROM `photos_apr_2008_gallery` inner join members m on mid = m.memberid WHERE kidname != '' AND m.privacy = 0 AND MONTH(postdate) = '4' AND YEAR(postdate) = '2008' AND (private IS NULL OR private = '' OR private = 0) AND (deleted = 0 or deleted is null) AND (flag IS NULL or flag = '') ORDER BY postdate DESC LIMIT 0 , 9

#0  Database->notify() called at [/var/app/current/includes/classes/class.database.php:104]
#1  Database->query(SELECT
					kidname,
					flag,
					private,
					photoid,
					mid,
					MONTH(postdate) as month,
					YEAR(postdate) as year,
					contest as in_contest,
					CONCAT(dir,'/',photo) as photoUrl,
					CONCAT(dir,'/',trumb) as thumbUrl,
					fileserver as fileserver,
					dir as dir,
					trumb as thumb,
					photo,
					photo_org,
					caption
				  FROM `photos_apr_2008_gallery`
				  inner join  members m 
				  on mid = m.memberid
				  WHERE
					kidname != ''
				AND
					m.privacy = 0
				AND
					MONTH(postdate) = '4'
				  AND
					YEAR(postdate) = '2008'
				  AND
					(private IS NULL OR private = '' OR private = 0)
				  AND 
				  (deleted = 0 or deleted is null)
				  AND
					(flag IS NULL or flag = '')
				  ORDER BY
					postdate DESC
				  LIMIT 0 , 9) called at [/var/app/current/includes/classes/class.objects.php:589]
#2  Gallery->getGalleryPhotos(0, 9) called at [/var/app/current/gallery1/monthly_gallery.php:52]