GetDKAN / dkan2

Deprecated: please use the 2.x branch of the dkan repo
https://github.com/GetDKAN/dkan
GNU General Public License v2.0
18 stars 16 forks source link

Not being able to queue a resource for datastore processing should no… #327

Closed fmizzell closed 4 years ago

fmizzell commented 4 years ago

…t interrupt other processes.

janette commented 4 years ago
call_user_func_array() expects parameter 1 to be a valid callback, class 'Drupal\dkan_data\Reference\Dereferencer' does not have a method 'setLoggerFactory' Container.php:329

@fmizzell seems to work 👍 but I get the error above when running drush. Is it possible to include the identifier in the harvest error message? Maybe need to update the table to add a column for invalid info count.

harvest
fmizzell commented 4 years ago

316

fmizzell commented 4 years ago

@janette That error is produced by the datastore. We are caching the error, that is why the harvest is successful, but I am still logging it, which is why you get the wall of red. I will look into the drush issue.