Foren / Cotonti / Support / Extra Fields (Pages) error

Twiebie
#31115 23. Oktober 2011, 18:08
#31110 esclkm:

make UPDATE sed_extra_fields SET field_location = 'sed_pages' WHERE field_location = 'pages'

UPDATE sed_extra_fields SET field_location = 'sed_users' WHERE field_location = 'users'

Sorry, I lost you there a bit - can you elaborate that?

#31112 GHengeveld: 

Actually it appears there's another bug there too. You have some records with field_location = cot_users, while that should probably be sed_users since you're using the old prefix for your tables. I'm assuming these records were added after you migrated.

I think those 'cot_users' entries were added in the migration process? I haven't added them manually.