Quote Originally Posted by admin
if you use latest include/functions_upload.php it will work.

You can see this working by uploading a video at

http://video.bizhat.com
FYI, I got the same error on your site too. Try to upload a video with an apostrophe in the description. For example, on your site I tried to upload a video with this as the description:

"A fan's tribute to the New York Jets"

Notice the apostrophe in fan's.

The result was:

ERROR: Unable to execute query

INSERT INTO `process_queue` SET
file='file-495672775.flv',
title ='NY Jets',
description='SportsGamingTV.com's New York Jets video',
keywords='new york jets football',
channels='1',
type='public',
user='JerryG',
user_ip='XX.XXX.XXX.XXX',
status=2
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 's New York Jets video', keywords='new york jets football', channels='1', t' at line 4
So it's not working on your site either. This was not an issue with version 2.3, so it is a recent change somewhere that is causing it, seemingly on line 4 of some file.