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...
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 525676.patch | 364 bytes | mig5 |
Comments
Comment #1
adrian commentedI'm not getting this anymore.
please re0-open if you can reproduce.
Comment #2
Anonymous (not verified) commentedWas 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.
Comment #3
anarcat commentedaaaah at last, that's fixed, thanks for that patch! i *so* do not understand why that isn't loaded but hell... it works now.