Software error:

Error executing run mode 'get_artist_reviews': 
				select r.title,r.item,r.content,r.date,
					to_char(r.date,'FMMonth FMDD, YYYY') as dateline,
					t.name
				from reviews r,review_artist a,artist t
				where r.id = a.review_id
					and t.id = a.artist_id
					and a.artist_id = ?
				order by date desc
				ERROR:  invalid input syntax for type numeric: "102364 target="
 at /www/jazzword/cgi-bin/jazzword.pl line 14

For help, please send mail to the webmaster (admin@jazzword.com), giving this error message and the time and date of the error.