Hi there,

I've created a node-form.tpl to customize the node creation/edit form. It submits the content OK but prints this error at the top of the created contents node:

'warning: implode() [function.implode]: Bad arguments. in /var/www/vhosts/drupalsnippets.com/httpdocs/includes/form.inc on line 621.'

I can find the content in a list of taxonomys in my left sidebar and can view the node. However, if I try to edit the node the node_form appears blank as if Im creating new content.

I've used:

function phptemplate_node_form($form) {
	return _phptemplate_callback('node-form', array('form' => $form)); 
}

In my template.php to overide the form and that seems ok. I'm also using:

print drupal_get_token($form['#token'])
Inside my custom forms token field.

I'm a little out of my depth so I dont know whats going wrong.

Any feedback is much appreciated.

Merry Christmas / Cheers,
Fiasst