Closed (fixed)
Project:
Link checker
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2012 at 18:19 UTC
Updated:
19 Jan 2012 at 20:40 UTC
I get tfis error
user warning: Table 'amergr75_drpl1.linkchecker_link' doesn't exist query: ALTER TABLE linkchecker_link ADD INDEX last_checked (last_checked)
The table is linkchecker_links - with an "s" in my database NOT linkchecker_link
Can someone post a database fix or query command to fix the database update errors this produces?
Comments
Comment #1
hass commentedSh**... sorry.
Comment #2
hass commentedIf the updated failed I guess you can just rerun it as it has not completed successfully.
Otherwise execute:
UPDATE amergr75_drpl1.system SET schema_version = 6215 WHERE name = 'linkchecker' AND type = 'module'and run update.php again.