Closed (fixed)
Project:
Pathologic
Version:
7.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2011 at 10:49 UTC
Updated:
16 Feb 2011 at 04:50 UTC
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
Comment #1
nfavrod commentedsubscribing
Comment #2
dmeiser commentedSame 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).
Comment #3
Garrett Albright commentedOkay, 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.
Comment #4
Garrett Albright commentedOkay, created a new release this morning which should cause this to not happen anymore. But please re-open if anyone encounters the problem again.
Comment #5
Garrett Albright commented