View Single Post
Old September 29th, 2008, 11:33 PM   #14 (permalink)
CGMathis
Member
Verified Customer
 
Join Date: Nov 2005
Posts: 116
Quote:
Originally Posted by Chuck S View Post
If you know how to navigate in phpmyadmin you can tell me if the thumbnail column in the categories table is a varchar field of 125 characters. This is the query I showed it above.

ALTER TABLE cp_categories CHANGE thumbnail thumbnail VARCHAR(125) DEFAULT NULL;
My tables have a prefix of "pp_", not "cp_" (that's how it was installed) and I don't see a field called "varchar".
CGMathis is offline   Reply With Quote