Hi,
I am using the domain_access modul for managing different domains for my site. I have created a custom content type with cck. I have also created a module for changing the node/add form of that content type. I have then created a block where I get the form on a certain page, which is published for all domains.
When I visit the primary domain on that url everything works as excepted. On the other domains I get this error message:
<?php
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'node_form' was given in /home/www/html-data/drloehde/includes/form.inc on line 372.
?>
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'node_form' was given in /home/www/html-data/drloehde/includes/form.inc on line 372.
?>
Does anyone have a clue how to solve this?
Read »








