Closed (fixed)
Project:
FileMaker
Version:
6.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
31 Aug 2011 at 22:40 UTC
Updated:
10 Sep 2011 at 15:05 UTC
Jump to comment: Most recent file
user warning: Unknown column 'fm_show_record_number' in 'field list' query: INSERT INTO filemaker (nid, vid, fmcid, layout, fmview, fm_show_record_number) VALUES (137469, 175214, 1, '', 'none', 1) in E:\wwwroot\sites\all\modules\filemaker\filemaker.module on line 501.
user warning: Unknown column 'fm_show_record_number' in 'field list' query: SELECT fmcid, layout, fmview, fm_show_record_number FROM filemaker WHERE vid = 175214 in E:\wwwroot\sites\all\modules\filemaker\filemaker.module on line 490.
Not sure of the impact of this warning yet. If I find related issues I'll post here.
Drupal 6.12
PHP 5.2.17
MySQL 5.5.8
Libraries Module 6.x-1.0
What else can I tell you to help you?
thanks,
jyg
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | schema_fix_for_show_record_number-1266074-6.patch | 679 bytes | tedstein |
Comments
Comment #1
jyg commentedWhen viewing the layout I get error from line 490 again.
jyg
Comment #2
jyg commentedI have also been unable to make a connection to the FileMaker Server running on the same host as the Drupal server.
Comment #3
jyg commentedMy databases Filemaker table certainly does not have that fm_show_record_number column.
jyg
Comment #4
jyg commentedThe problem is that this module has an update which is not applied upon install/already in released code. I had to install the module and then apply the updates by hand (that is, by going to /update.php).
jyg
Comment #5
tedstein commentedTested, reproduced, and I am fixing it now.
Thanks for the bug report.
Comment #6
tedstein commentedHere is a patch. Anyone willing to test it?
Comment #7
tedstein commentedI tested and applied the patch. Closing now, please re-open if you encounter any issues.
Comment #8
tedstein commented