Closed (fixed)
Project:
Field Thief
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2007 at 03:30 UTC
Updated:
31 Oct 2007 at 21:01 UTC
user warning: Table 'wwwnula_drpl1.copy_rule' doesn't exist query: SELECT * FROM copy_rule WHERE to_type = 'story' in /home/wwwnula/public_html/includes/database.mysql.inc on line 172.
After installing the new module on my drupal site I was getting the above message. It poped up at the top of the page when I went to add content. I disabeled the module and it went away.
Thanks
Troy
Comments
Comment #1
TimDavies commentedI had the same bug.
When I checked, the 'copy_rule' table had not been created.
I tried running the SQL in copy_rule.install to manually create the table, but kept getting a syntax error.
I tracked this down to the use of 'fields' as a fieldname.
It appears MySQL 4 doesn't like this.
I imagine as others have not had problems that MySQL 5 must not mind.
Would it be possible to change this field name for compatibility with MySQL 4?
Comment #2
amitaibuHi,
If needed you can send a patch to correct this. otherwise, it will probably take some time.
Comment #3
amitaibuSeems to be fixed with this new commit
http://drupal.org/cvs?commit=84971
Comment #4
(not verified) commented