PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Bug Reports (http://www.photopost.com/forum/photopost-pro-bug-reports/)
-   -   Bug when description contains apostrophe (http://www.photopost.com/forum/photopost-pro-bug-reports/128646-bug-when-description-contains-apostrophe.html)

CreationNation November 11th, 2006 11:31 PM

Bug when description contains apostrophe
 
I was trying to upload some files via FTP, and it had been working fine. When I tried to do a batch with the approval bypass checked, and the description read: "Photos from Evergrey's 2003 tour" it came back with: There was an error uploading this photo. Please report to System Administrator.

I tried multiple times, every time I had to remove the 's after Evergrey. I got a MySQL error report that confirms this:

Quote:

An error was encountered during execution of the query:

INSERT INTO pp_photos (id,user,userid,cat,date,title,description,keywords,bigimage,width,height,filesize,medwidth,medheight,medsize,approved,lastpost,
watermarked,allowprint,extra1,extra2,extra3,extra4,extra5,extra6,ipaddress,allowrate,allowcoms)
values(NULL,'MetalAges', 1273, 717, 1163309088, 'Evergrey Live 2003', 'Various photos from Evergrey's 2003 tour', 'evergrey live 2003', '20122.jpg', 449, 337, 148434,
0, 0, 0, 1, 1163309088, 'no','yes','','','','','','','71.114.45.88','1','1')

The query returned with an errorcode of:

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 2003 tour', 'evergrey live 2003', '20122.jpg', 449, 337, 148434,
0' at line 3

Chuck S November 12th, 2006 04:45 PM

Can you give us more info like PHP setup mysql version maybe a link to your php.

I did a quick test and see no issues with this

http://www.reeftalk.com/gallery/show...t/500/ppuser/1


All times are GMT -5. The time now is 03:32 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97