Hello,

after updating to 7.x-1.0-beta5 an run the database update i become this Message:

Update #7000
Failed: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'boreasdrupal7.drup_d6_upgrade_filter' doesn't exist: SELECT dup.* FROM {d6_upgrade_filter} dup WHERE (module = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => pathologic ) in pathologic_update_7000() (Zeile 17 von /xxx/sites/all/modules/pathologic/pathologic.install).

?

Comments

nfavrod’s picture

subscribing

dmeiser’s picture

Same here, I got the following when going from 7.x-1.0-beta5 to 7.x-1.0:

Failed: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'oblate_d7beta.d6_upgrade_filter' doesn't exist: SELECT dup.* FROM {d6_upgrade_filter} dup WHERE (module = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => pathologic ) in pathologic_update_7000() (line 17 of /path/to/my/install/sites/all/modules/pathologic/pathologic.install).

Garrett Albright’s picture

Assigned: gandhi » Unassigned

Okay, well, the good news is that that error can be safely ignored. The table it's looking for is created when one does a D6-to-D7 upgrade. I guess I jumped to conclusions by assuming that nobody would be using Pathologic on a native D7 site yet…

Anyway, will fix.

Garrett Albright’s picture

Version: 7.x-1.0-beta5 » 7.x-1.0

Okay, created a new release this morning which should cause this to not happen anymore. But please re-open if anyone encounters the problem again.

Garrett Albright’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.