Reproduce:
Go to /admin/build/schema . You'll see three warnings in the schema to table og_term.
All three state that there is a missmatch between the database-type of the field (unsigned integer) and the php-type of the default value (string).
The patch below was considerably easy. Just removed the ticks around the '0's.
| Comment | File | Size | Author |
|---|---|---|---|
| og_forum.install-schema-default-type-missmatch.diff | 1.09 KB | MaxF |
Comments
Comment #1
vegantriathlete