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

TimDavies’s picture

I 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?

amitaibu’s picture

Title: user warning message » Not compatible with MYSQL 4
Status: Active » Postponed

Hi,
If needed you can send a patch to correct this. otherwise, it will probably take some time.

amitaibu’s picture

Status: Postponed » Fixed

Seems to be fixed with this new commit
http://drupal.org/cvs?commit=84971

Anonymous’s picture

Status: Fixed » Closed (fixed)