<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#333333">
<font size="-1"><font face="Helvetica, Arial, sans-serif">Did my script
call "node_save"?&nbsp; No.&nbsp; I don't know how to hook into the other Drupal
modules.&nbsp; I wrote my own queries to insert into and update the tables,
partly based on what I learned here: <a class="moz-txt-link-freetext" href="http://drupal.org/node/133705">http://drupal.org/node/133705</a>.&nbsp; <br>
<br>
I'm sure that for those of you who know the proper way of doing this,
my method is pretty crude, but it seemed to work - at least on most
nodes.&nbsp; But something is apparently out of sync.<br>
<br>
Basically what I am trying to do is import users and company profiles.&nbsp;
I used the Import User module for the users, but need something for the
company profiles.&nbsp; What would you suggest at this point?<br>
John<br>
<br>
</font></font><br>
Earnie Boyd wrote:
<blockquote cite="mid:20080721174457.cicuzc0pmxassowg@mail.progw.org"
 type="cite">
  <pre wrap="">Quoting John Horning <a class="moz-txt-link-rfc2396E" href="mailto:john@rivul.com">&lt;john@rivul.com&gt;</a>:

  </pre>
  <blockquote type="cite">
    <pre wrap="">    I am seeing the wrong node data on some pages.  For example, if I
go to node/152, the page is correct, but if I go to node/142, I am
still seeing node 152 data but with a different title.  This is
happening with a content type I created called Company Profile and
data was uploaded via a custom script so no doubt I made an error
somewhere, but I've looked at my tables for duplicate records or
nid's that don't match and everything looks good.  I've checked node,
node_revisions, and the table created for this content type.

This is for Drupal 5.8.

Any help would be appreciated.


    </pre>
  </blockquote>
  <pre wrap=""><!---->
Did your custom script call node_save after creating a valid node object?

Earnie -- <a class="moz-txt-link-freetext" href="http://for-my-kids.com/">http://for-my-kids.com/</a>
-- <a class="moz-txt-link-freetext" href="http://give-me-an-offer.com/">http://give-me-an-offer.com/</a>

  </pre>
</blockquote>
</body>
</html>