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

GHengeveld
#31099 23. Oktober 2011, 15:03

Check your page.functions.php. Are you sure it references $cot_extrafields[$db_pages] and $cot_extrafields[$db_structure] instead of $cot_extrafields['pages'] and $cot_extrafields['structure'] ? I think your bug is related to this change.

I was unable to reproduce this bug.