That code was just commented out, I fixed it for Drupal 6, but it still yields an error I just cannot understand:

warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'node_form' was given in /var/hostmaster/drupal-6.12/includes/form.inc on line 366.

I see that node_form is the callback defined for the form in node/add/site and that doesn't create any problem...

CommentFileSizeAuthor
#2 525676.patch364 bytesmig5

Comments

adrian’s picture

Status: Needs work » Fixed

I'm not getting this anymore.

please re0-open if you can reproduce.

Anonymous’s picture

Status: Fixed » Needs review
StatusFileSize
new364 bytes

Was just about to submit a ticket before I saw this one: I can *only* reproduce this in rc3.

Anyway, it appears to be because node_form is an undefined function in hosting_client.module. Attached is a patch that fixes it by including modules/node/node.pages.inc.

anarcat’s picture

Status: Needs review » Fixed

aaaah at last, that's fixed, thanks for that patch! i *so* do not understand why that isn't loaded but hell... it works now.

Status: Fixed » Closed (fixed)

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