Closed (fixed)
Project:
Node import
Version:
6.x-1.0-rc3
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2009 at 05:20 UTC
Updated:
12 Mar 2009 at 08:54 UTC
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
Comment #1
Robrecht Jacques commentedCould 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.
Comment #2
h_chongyang commentedyes,node_import_tasks table does not exist.
thanks
Comment #3
h_chongyang commentedand 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.
Comment #4
Robrecht Jacques commentedThere 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.
Comment #6
h_chongyang commentedwhen 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
Comment #7
Robrecht Jacques commentedThere is another issue with Postgres. See http://drupal.org/node/384944.