I got the following error while linkchecker was performing its initial scan:

An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: /batch?id=1346&op=do StatusText: Internal Server Error ResponseText: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mysite.node_revisions' doesn't exist: SELECT r.nid, r.title, r.body FROM {node} AS n LEFT JOIN {node_revisions} AS r ON r.nid = n.nid WHERE type = '%s' ;; Array ( [0] => park ) in eval() (line 7 of /var/www/vhosts/mysite/httpdocs/modules/php/php.module(80) : eval()'d code).

I gather this table was renamed in D7. Not 100% certain this is actually a linkchecker issue, but as I haven't seen the error anywhere else, wasn't sure where else to take it.

Comments

hass’s picture

Status: Active » Fixed

It sounds more like you have a node with broken php snippet inside.

Status: Fixed » Closed (fixed)

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

hyperglide’s picture

Similar issue and most certainly was related to some broken PHP.