DB Scheme mismatch
maxweld - November 8, 2009 - 20:09
| Project: | Contact Forms |
| Version: | 6.x-1.11 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
*
contact
o column page_info - difference on: size
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'text', 'size' => 'big', 'not null' => FALSE)
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'text', 'not null' => FALSE)

#1
Hi Maxweld,
This is a rather cryptic post. More information would be helpful.
What database are you using?
When did this problem occur? After install or update?
Is this an error message you received?
I have made some changes which are likely to solve this problem so you might like to check out ver 6.x-1.12.
Regards Geoff
#2
Hi Geoff
The above is displayed by the Schema module following implementation of 6.x.1.9, then immediate update to 6.x.1.11. I have not experienced any problems with using the Contact Forms. If just looks like a minor difference in implementation syntax. I am using MySQL version 5.1.51a
I wont get time to play with 1.12 until weekend, but will try it and give feedback.
Regards
David