PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds Bug Reports (http://www.photopost.com/forum/classifieds-bug-reports/)
-   -   Error after uploading image during edit (http://www.photopost.com/forum/classifieds-bug-reports/142325-error-after-uploading-image-during-edit.html)

GateKeeper March 10th, 2010 11:16 PM

Error after uploading image during edit
 
Recently upgraded to Classifieds 4.0.
Having two issues.
1. Can't seem to upload a .jpg file using the EditProduct. Images upload just fine when they are added using uploadproduct.php, but not editproduct.php.

2. This error was emailed to me which may have something to do with the first error:

An error was encountered during execution of the query:

UPDATE cp_products SET cat=avatars, approved=1 WHERE id=63

The query returned with an errorcode of:

Unknown column 'avatars' in 'field list'

Chuck S March 11th, 2010 08:06 AM

well that has nothing to do with uploading an image I would think

test buy - PhotoPost Classifieds

I replace an image without fail

The query your talking about only happens when you try moving an ad to a different category but the issue I see is where in the world is your category variable being set to avatars? I can not replicate your issue but you can try changing line 22 of image-inc.php to this and see if it helps

Code:

Content visible to verified customers only.

GateKeeper March 11th, 2010 03:48 PM

Wanted to close the loop on this issue. It was related to my having removed the catoption/category move selection from edittemplate.tmpl without addressing the variable, category, that is set from that selection. Once I added that in as a hidden input, the problems all went away.
Thank you.

Chuck S March 11th, 2010 03:51 PM

yeah that makes sense.

Was wondering how you ever got the issue to begin with and modifying code would do that


All times are GMT -5. The time now is 06:12 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