PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Bug Reports (http://www.photopost.com/forum/photopost-pro-bug-reports/)
-   -   SQL error (http://www.photopost.com/forum/photopost-pro-bug-reports/143213-sql-error.html)

VW Derf June 23rd, 2010 10:05 PM

SQL error
 
Last weekend I upgraded from 5.2x to 7.01 and it pretty much went fine. When upgrading to 5.5 I received the error ""Error: Duplicate entry '223' for key 1" errors and "Error: Duplicate column name 'lastphoto'" but otherwise all was ok and worked fine.

I did however start to receive some emails with query problems as shown below:
--------------------------
SELECT id,user,userid,cat,storecat,date,title,description,ismature, keywords,bigimage,width,height,filesize,views, medwidth,medheight,medsize,approved,rating,votes, allowprint,numcom,lastposter FROM pp_photos WHERE userid= AND storecat=0 ORDER BY disporder, date DESC

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 'AND storecat=0 ORDER BY disporder,date DESC' at line 1

If you need assistence or feel this is a 'bug'; please report it to our support forums at: Photopost Pro Bug Reports - PhotoPost Community
------------

A quick look at the code indicates that userID was not filled in, but I don't know what query/feature is being run when this happens.

Any ideas?

thanks,

Chuck S June 24th, 2010 08:41 AM

Try changing this in showgallery.php

Code:

Content visible to verified customers only.
to this

Code:

Content visible to verified customers only.

VW Derf June 27th, 2010 03:04 PM

Just did that update and now I get this error:
Code:

Content visible to verified customers only.

Chuck S June 27th, 2010 04:21 PM

reapply the edit above.

VW Derf June 27th, 2010 05:05 PM

Thanks,

So far so good. I cant' get the error to re-appear, but I'll give my users a couple of days to verify.

Chuck S June 27th, 2010 06:29 PM

Nope that should solve your issue.

VW Derf June 28th, 2010 09:58 AM

Yup, it seems to have. No error messages since this was applied.

Thanks for the quick response!

Chuck S June 28th, 2010 10:52 AM

glad to assist


All times are GMT -5. The time now is 02:58 PM.

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