warning: pg_query() [function.pg-query]: Query failed: 错误: 关系 "node_import_tasks" 不存在 in D:\Apache2.2\htdocs\hhh\includes\database.pgsql.inc on line 139.
user warning: query: SELECT * FROM node_import_tasks ORDER BY created ASC in D:\Apache2.2\htdocs\hhh\modules\node_import\node_import.inc on line 853.

Comments

Robrecht Jacques’s picture

Status: Active » Postponed (maintainer needs more info)

Could you translate the first line? I suppose it says something like "node_import_tasks table does not exist"?

If this is the case, see http://drupal.org/node/369448 to reinstall node_import.

h_chongyang’s picture

yes,node_import_tasks table does not exist.

thanks

h_chongyang’s picture

and when i import,every record has that error

warning: explode() [function.explode]: Empty delimiter in D:\Apache2.2\htdocs\hhh\modules\node_import\node_import.inc on line 425.
warning: array_map() [function.array-map]: Argument #2 should be an array in D:\Apache2.2\htdocs\hhh\modules\node_import\node_import.inc on line 425.
warning: array_filter() [function.array-filter]: The first argument should be an array in D:\Apache2.2\htdocs\hhh\modules\node_import\node_import.inc on line 432.
warning: Invalid argument supplied for foreach() in D:\Apache2.2\htdocs\hhh\modules\node_import\node_import.inc on line 436.

Robrecht Jacques’s picture

Title: node_import » node_import_task table does not exist
Status: Postponed (maintainer needs more info) » Fixed

There is now a correct upgrade path from 5.x to 6.x. If you run the 6000 update of node_import, the table is correctly created. A clean install should have had the table already. Will be included in -rc4.

The errors of #3 also have been corrected.

Status: Fixed » Closed (fixed)

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

h_chongyang’s picture

when i update to -rc4 it can't work also

warning: pg_query() [function.pg-query]: Query failed: ?펳: ?؏? "node_import_tasks" ???攚 in D:\Apache2.2\htdocs\libd\includes\database.pgsql.inc on line 139.
user warning: query: SELECT * FROM node_import_tasks ORDER BY created ASC in D:\Apache2.2\htdocs\hhh\modules\node_import\node_import.inc on line 1011.

How can i do

thanks

Robrecht Jacques’s picture

There is another issue with Postgres. See http://drupal.org/node/384944.