There is an error in the snippet.createnewlink.php code. MODX_MANAGER_URL does not include the index.php part.
return MODX_MANAGER_URL . "?id=$id&a=55&class_key=$classKey&parent=$id&context_key=$context";
needs to be
return MODX_MANAGER_URL . "index.php?id=$id&a=55&class_key=$classKey&parent=$id&context_key=$context";