The 'callback' => variable in the hook_menu() menu arrays is incorrectly set, causing 404 page errors to occur.

The 'callback' value should be a string containing the function name to call -- NOT the actual function.

Comments

arnabdotorg’s picture

Status: Active » Closed (fixed)

Fixed in HEAD. Thanks.