swampmusic Posted December 3, 2018 Posted December 3, 2018 (edited) I am struggling to get comments using the Admin Core comments field. Have set it up before no problems but this time around I seem to have something conflicting with it. The line is it throwing up on seems to be related to a null value in $value['code'] And that seems to relate to around lines 544 of the module if($schemaVersion > 2) { $schema['code'] = $codeSchema; $schema['keys']['code'] = $codeIndexSchema; } When i look inside the field_comments table in the db, both the code & subcode fields are empty. Anybody know what should be in them and how I seem to have ended without them populating ? Thx! Edited December 3, 2018 by swampmusic new information on the error
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now