Quote:after performing an upgrade...
That's the question. :) What did the upgrade consist of? If you have the new awesome drag-n-drop file uploader then you're running v2.6, the latest and greatest!
You could do a SQL query to confirm by checking the DataSchemaVersion in the app_setting table, which should say 2.6.0, in which case you know you're good to go.
select * from gs_appsetting
-Dave