PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   General Discussion (http://www.photopost.com/forum/general-discussion/)
-   -   Edit Category Error (http://www.photopost.com/forum/general-discussion/122801-edit-category-error.html)

kreative February 4th, 2006 02:40 PM

Edit Category Error
 
Help, what does this mean and how can I fix it?

We're sorry, but the system experienced an unrecoverable error. Please try again later.

Script: adm-cats

Query: SELECT c.id,c.catname,c.description,c.catorder,c.parent,c.thumbs,c.header,c.footer,c.password,c.theme,c.catdepth,c.headtags,c. private,c.ugnoview,c.ugnoupload,c.ugnopost,c.ugnovote,c.ugnoanno,c.watermark,c.sortorder,c.thumbtype,c.extra1,c.extra2,c.extra3,c.extra4, c.extra5,c.extra6,c.thumbnail,c.canzip,c.maximages,c.frames,c.intro,c.introtitle,c.introcopy,c.numextra,c.ratingtype,c.ismember,p.bigimage,p.width,p.height,p.userid,p.cat FROM categories c LEFT JOIN photos p ON p.id=c.thumbnail WHERE c.id='527' LIMIT 1

Result: Unknown column 'c.thumbtype' in 'field list'

Database handle: Resource id #7

Chuck S February 4th, 2006 03:06 PM

If you upgraded your files make sure you have ran the necessary upgrade script

kreative February 4th, 2006 04:02 PM

Where is the upgrade script? Now I have this error...

We're sorry, but the system experienced an unrecoverable error. Please try again later.

Script: bulkupload

Query: SELECT id,catname,description,catorder,parent,subalbum,thumbs,children,cattype,albums FROM categories WHERE id IN (500) ORDER BY id DESC

Result: Unknown column 'subalbum' in 'field list'

Database handle: Resource id #8

kreative February 4th, 2006 04:06 PM

Golly, I must have done something really wrong now, because when I go to delete a test photo, this comes up: We're sorry, but the system experienced an unrecoverable error. Please try again later.

Script: editphoto

Query: SELECT id,catname,description,catorder,parent,subalbum,thumbs,children,cattype,albums FROM categories WHERE id IN (500) ORDER BY id DESC

Result: Unknown column 'subalbum' in 'field list'

Database handle: Resource id #8

Chuck S February 4th, 2006 04:07 PM

The upgrade.php script is included within the distribution.

Upgrade instructions are located in the documentation folder in the upgrade.txt file.

kreative February 4th, 2006 05:32 PM

Got it all fixed, THANKS!!!

glowinggal April 23rd, 2006 11:17 AM

yep - that worked here - forgot about that part ;)


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