I have created form without node type,

it is running properly on local by using
"function hook_name_form_submit() {-------------} "
eg./
function prj_profile_menu() { ----------}
function prj_profile_form($form_state, $profid = NULL) {------------ }
function prj_profile_form_submit($form, &$form_state) { -----------}

But it has problem on live server,

How to resolved it?