Quote:
Originally Posted by Chuck S 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".