Hi,

I've successfully imported a database into flexinode's format, all fields are ok, everything goes right, the http://foo.bar/node/123 URL shows the right data.

BUT! I should put the flexinode's formatted output into the {node} table for the search capabilities. Are there any function, how can I force flexinode to do a themed, formatted output into {node}?

Bests,
Aries

Comments

aries’s picture

I've wrote a little script, which works all of the node types - except flexinodes.

<?php
include_once 'includes/bootstrap.inc';
include_once 'includes/common.inc' ;

$node=node_load(array('nid' => 2));
node_submit($node);
?>

It's loading node/2, then re-submit it. With flexinodes the sql update dies in syntax error. What do I wrong?
--
Fehér János aka Aries