Using drupal-8.7.2, linkchecker-8.x-1.x-dev (29 May 2019), dynamic_entity_reference-8.x-1.7.
After install, Status Report shows:
LinkChecker link type
The LinkChecker link type entity type needs to be installed.
1. Running cron from Status Report page generates dblog error:
Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal.linkchecker_link' doesn't exist: SELECT linkchecker_link.urlhash AS urlhash, MIN(linkchecker_link.lid) AS lid_min FROM {linkchecker_link} base_table LEFT JOIN {linkchecker_link} linkchecker_link ON linkchecker_link.lid = base_table.lid INNER JOIN {linkchecker_link} linkchecker_link_2 ON linkchecker_link_2.lid = base_table.lid WHERE linkchecker_link_2.last_check <= :db_condition_placeholder_0 GROUP BY linkchecker_link.urlhash; Array ( [:db_condition_placeholder_0] => 1559138248 ) in Drupal\linkchecker\LinkCheckerService->queueLinks() (line 109 of /var/www/html/drupal/web/modules/contrib/linkchecker/src/LinkCheckerService.php).
2. Running cron from drush (9.6.2) generates following error:
ArgumentCountError: Too few arguments to function Drupal\linkchecker\Commands\LinkCheckerCommands::__construct(), 4 passed in /var/www/html/drupal/web/core/lib/Drupal/Component/DependencyInjection/Container.php on line 281 and exactly 5 expected in Drupal\linkchecker\Commands\LinkCheckerCommands->__construct() (line 58 of /var/www/html/drupal/web/modules/contrib/linkchecker/src/Commands/LinkCheckerCommands.php).
3. Running update from Extend (/admin/modules) page returns no pending updates and generates no dblog errors.
4. Running update from drush generates the following error:
ArgumentCountError: Too few arguments to function Drupal\linkchecker\Commands\LinkCheckerCommands::__construct(), 4 passed and exactly 5 expected in Drupal\linkchecker\Commands\LinkCheckerCommands->__construct() (line 58 of /var/www/html/drupal/web/modules/contrib/linkchecker/src/Commands/LinkCheckerCommands.php).