I think there's something off in that fix as well. I installed all those files, and the end result was that when I click Upload, I got a blank page. I can not begin to guess why, since all of the php files are encoded and I can't see what it references.

I then replaced the upload.php with the one I already had and my upload screen came back, but I still get the same error if I use an apostrophe.

ERROR: Unable to execute query

INSERT INTO `process_queue` SET
file='file-495672775.flv',
title ='New York Jets',
description='A fan's tribute to the New York Jets football team.',
keywords='new york jets nfl football',
channels='49',
type='public',
user='SportsFan',
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 tribute to the New York Jets football team.', keywords='new york jets nfl fo' at line 4
I believe I have the latest include/functions_upload.php. I have everything from the 2.4 upgrade to both of the bug fix packages that are mentioned in this thread. Maybe it would have worked if I did not have to revert back to my other upload.php, but the one in this latest bug fix just did not work.

grynmoors - do you still have this problem if you use an apostrophe, or is it fixed for you?