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

hass’s picture

Sh**... sorry.

hass’s picture

Status: Active » Fixed

If 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.

Status: Fixed » Closed (fixed)

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