In file node_import/supported/node.inc (LINE 189) you wrote:

SELECT count(*) cnt FROM {node} ...

It must be

SELECT count(*) AS cnt FROM {node}...

This is causing warnings and errors in Postgresql databases.

Comments

Robrecht Jacques’s picture

Status: Active » Fixed

Committed. Will be included in the next release of node_import (5.x-1.8). Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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