I'm getting a very weird error when I have an apostrophe ( ' ) anywhere in the description of the video I'm trying to upload. The upload seems to be fine, but then right after, it sends me to this error page:
ERROR: Unable to execute query
INSERT INTO `process_queue` SET
file='wdigm.avi',
title ='testing apostrophe',
description='why won't this work?',
keywords='testing',
channels='2',
type='public',
user='trailerspy',
user_ip='140.251.36.48',
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 't this work?', keywords='testing', channels='2', type='public', user='tr' at line 4
Also, I tried deleting the debug.txt file and reuploading, but it didn't create a new debug.txt file.
Any idea what I need to do to make it so that it doesn't flip out whenever there's an apostrophe in the description?
Bookmarks