On a fresh install with Forms and form builder UI enabled the following error is displayed on every page. This suggests a bug in the Forms module with the menu callback or access.

Error Message
Notice: Undefined index: access in _menu_link_translate() (line 929 of /sitename/includes/menu.inc).
Notice: Undefined index: access in _menu_tree_check_access() (line 1512 of /sitename/includes/menu.inc).

Comments

matslats’s picture

Status: Active » Closed (cannot reproduce)

I've just done a fresh install and I'm not getting this problem.
Must have fixed it in my sleep...

robbt’s picture

Version: 7.x-3.0-rc3 » 7.x-3.x-dev
Status: Closed (cannot reproduce) » Active

I'm still getting this error even after updating to the latest dev version of the module.

I think it has something to do with this code based upon looking through other modules that triggered this error. see - http://drupal.org/node/1710260

21 $menu_link = &$settings['architecture']['menu_link'];
22 list($access_callback, $access_arg1) = explode(':', $settings['architecture']['access']);
23 $items[$settings['architecture']['path']] = array(
24 'title' => 'Design form',
25 'title callback' => 'mcapi_form_title',
26 'title arguments' => array($settings['experience']['title']),
27 'page callback' => 'mcapi_get_form',
28 'page arguments' => array($ctools_id),
29 'access callback' => $access_callback,
30 'access arguments' => array($access_arg1),

robbt’s picture

Here is the debug dump. I think it might have to do with the access callback being simply - user_chooser_permissions

But I don't know, I'm just making a guess as I haven't fully analyzed the code and what is triggering the error. Just trying to be as helpful as possible while learning it.

Array
(
[0] => Array
(
[file] => localhost/includes/errors.inc
[line] => 238
[function] => drupal_set_message
[args] => Array
(
[0] => Notice: Undefined index: access in _menu_link_translate() (line 929 of localhost/includes/menu.inc).
[1] => error
)

)

[1] => Array
(
[file] => localhost/includes/errors.inc
[line] => 75
[function] => _drupal_log_error
[args] => Array
(
[0] => Array
(
[%type] => Notice
[!message] => Undefined index: access
[%function] => _menu_link_translate()
[%file] => localhost/includes/menu.inc
[%line] => 929
[severity_level] => 5
)

[1] =>
)

)

[2] => Array
(
[file] => localhost/includes/bootstrap.inc
[line] => 2248
[function] => _drupal_error_handler_real
[args] => Array
(
[0] => 8
[1] => Undefined index: access
[2] => localhost/includes/menu.inc
[3] => 929
[4] => Array
(
[item] => Array
(
[menu_name] => navigation
[mlid] => 124
[plid] => 0
[link_path] => transact
[router_path] => transact
[link_title] => Design form
[options] => Array
(
[alter] => 1
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => -1
[depth] => 1
[customized] => 0
[p1] => 124
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => user_chooser_permissions
[access_arguments] => a:1:{i:0;s:8:"transact";}
[page_callback] => mcapi_get_form
[page_arguments] => a:1:{i:0;s:8:"1stparty";}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => transact
[title] => Design form
[title_callback] => mcapi_form_title
[title_arguments] => a:1:{i:0;s:8:"1stparty";}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => transact
)

[translate] =>
[map] => Array
(
[0] => transact
)

)

)

)

[3] => Array
(
[file] => localhost/includes/menu.inc
[line] => 929
[function] => _drupal_error_handler
[args] => Array
(
[0] => 8
[1] => Undefined index: access
[2] => localhost/includes/menu.inc
[3] => 929
[4] => Array
(
[item] => Array
(
[menu_name] => navigation
[mlid] => 124
[plid] => 0
[link_path] => transact
[router_path] => transact
[link_title] => Design form
[options] => Array
(
[alter] => 1
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => -1
[depth] => 1
[customized] => 0
[p1] => 124
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => user_chooser_permissions
[access_arguments] => a:1:{i:0;s:8:"transact";}
[page_callback] => mcapi_get_form
[page_arguments] => a:1:{i:0;s:8:"1stparty";}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => transact
[title] => Design form
[title_callback] => mcapi_form_title
[title_arguments] => a:1:{i:0;s:8:"1stparty";}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => transact
)

[translate] =>
[map] => Array
(
[0] => transact
)

)

)

)

[4] => Array
(
[file] => localhost/includes/menu.inc
[line] => 1511
[function] => _menu_link_translate
[args] => Array
(
[0] => Array
(
[menu_name] => navigation
[mlid] => 124
[plid] => 0
[link_path] => transact
[router_path] => transact
[link_title] => Design form
[options] => Array
(
[alter] => 1
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => -1
[depth] => 1
[customized] => 0
[p1] => 124
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => user_chooser_permissions
[access_arguments] => a:1:{i:0;s:8:"transact";}
[page_callback] => mcapi_get_form
[page_arguments] => a:1:{i:0;s:8:"1stparty";}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => transact
[title] => Design form
[title_callback] => mcapi_form_title
[title_arguments] => a:1:{i:0;s:8:"1stparty";}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => transact
)

)

)

[5] => Array
(
[file] => localhost/includes/menu.inc
[line] => 1501
[function] => _menu_tree_check_access
[args] => Array
(
[0] => Array
(
[3] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 3
[plid] => 0
[link_path] => filter/tips
[router_path] => filter/tips
[link_title] => Compose tips
[options] => Array
(
)

[module] => system
[hidden] => 1
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 3
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => 1
[access_arguments] => a:0:{}
[page_callback] => filter_tips_long
[page_arguments] => a:0:{}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => filter/tips
[title] => Compose tips
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 20
[description] =>
[in_active_trail] =>
[href] => filter/tips
[access] => 1
[localized_options] => Array
(
)

)

[below] => Array
(
)

)

[4] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 4
[plid] => 0
[link_path] => node/%
[router_path] => node/%
[link_title] =>
[options] => Array
(
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 4
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] => a:1:{i:1;s:9:"node_load";}
[to_arg_functions] =>
[access_callback] => node_access
[access_arguments] => a:2:{i:0;s:4:"view";i:1;i:1;}
[page_callback] => node_page_view
[page_arguments] => a:1:{i:0;i:1;}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => node/%
[title] =>
[title_callback] => node_page_title
[title_arguments] => a:1:{i:0;i:1;}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => node/%
[access] =>
)

[below] => Array
(
)

)

[5] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 5
[plid] => 0
[link_path] => node/add
[router_path] => node/add
[link_title] => Add content
[options] => Array
(
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 5
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => _node_add_access
[access_arguments] => a:0:{}
[page_callback] => node_add_page
[page_arguments] => a:0:{}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => node/add
[title] => Add content
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => node/add
[access] => 1
[localized_options] => Array
(
)

)

[below] => Array
(
)

)

[14] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 14
[plid] => 0
[link_path] => user/%
[router_path] => user/%
[link_title] => My account
[options] => Array
(
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 1
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 14
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] => a:1:{i:1;s:9:"user_load";}
[to_arg_functions] =>
[access_callback] => user_view_access
[access_arguments] => a:1:{i:0;i:1;}
[page_callback] => user_view_page
[page_arguments] => a:1:{i:0;i:1;}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => user/%
[title] => My account
[title_callback] => user_page_title
[title_arguments] => a:1:{i:0;i:1;}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => user/%
[access] =>
)

[below] => Array
(
)

)

[124] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 124
[plid] => 0
[link_path] => transact
[router_path] => transact
[link_title] => Design form
[options] => Array
(
[alter] => 1
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => -1
[depth] => 1
[customized] => 0
[p1] => 124
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => user_chooser_permissions
[access_arguments] => a:1:{i:0;s:8:"transact";}
[page_callback] => mcapi_get_form
[page_arguments] => a:1:{i:0;s:8:"1stparty";}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => transact
[title] => Design form
[title_callback] => mcapi_form_title
[title_arguments] => a:1:{i:0;s:8:"1stparty";}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => transact
)

[below] => Array
(
)

)

[128] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 128
[plid] => 0
[link_path] => transaction/%/undo
[router_path] => transaction/%/undo
[link_title] => Undo
[options] => a:0:{}
[module] => system
[hidden] => -1
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 1
[depth] => 1
[customized] => 0
[p1] => 128
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] => a:1:{i:1;s:16:"transaction_load";}
[to_arg_functions] =>
[access_callback] => transaction_undo_access
[access_arguments] => a:1:{i:0;i:1;}
[page_callback] => drupal_get_form
[page_arguments] => a:2:{i:0;s:35:"mcapi_transaction_undo_confirm_form";i:1;i:1;}
[delivery_callback] =>
[tab_parent] => transaction/%
[tab_root] => transaction/%
[title] => Undo
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 388
[description] =>
[in_active_trail] =>
)

[below] => Array
(
)

)

[129] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 129
[plid] => 0
[link_path] => transaction/%/view
[router_path] => transaction/%/view
[link_title] => View
[options] => a:0:{}
[module] => system
[hidden] => -1
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 129
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] => a:1:{i:1;s:16:"transaction_load";}
[to_arg_functions] =>
[access_callback] => transaction_view_access
[access_arguments] => a:1:{i:0;i:1;}
[page_callback] => transaction_view
[page_arguments] => a:2:{i:0;i:1;i:1;s:11:"certificate";}
[delivery_callback] =>
[tab_parent] => transaction/%
[tab_root] => transaction/%
[title] => View
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 140
[description] =>
[in_active_trail] =>
)

[below] => Array
(
)

)

)

)

)

[6] => Array
(
[file] => localhost/includes/menu.inc
[line] => 1354
[function] => menu_tree_check_access
[args] => Array
(
[0] => Array
(
[3] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 3
[plid] => 0
[link_path] => filter/tips
[router_path] => filter/tips
[link_title] => Compose tips
[options] => Array
(
)

[module] => system
[hidden] => 1
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 3
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => 1
[access_arguments] => a:0:{}
[page_callback] => filter_tips_long
[page_arguments] => a:0:{}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => filter/tips
[title] => Compose tips
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 20
[description] =>
[in_active_trail] =>
[href] => filter/tips
[access] => 1
[localized_options] => Array
(
)

)

[below] => Array
(
)

)

[4] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 4
[plid] => 0
[link_path] => node/%
[router_path] => node/%
[link_title] =>
[options] => Array
(
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 4
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] => a:1:{i:1;s:9:"node_load";}
[to_arg_functions] =>
[access_callback] => node_access
[access_arguments] => a:2:{i:0;s:4:"view";i:1;i:1;}
[page_callback] => node_page_view
[page_arguments] => a:1:{i:0;i:1;}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => node/%
[title] =>
[title_callback] => node_page_title
[title_arguments] => a:1:{i:0;i:1;}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => node/%
[access] =>
)

[below] => Array
(
)

)

[5] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 5
[plid] => 0
[link_path] => node/add
[router_path] => node/add
[link_title] => Add content
[options] => Array
(
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 5
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => _node_add_access
[access_arguments] => a:0:{}
[page_callback] => node_add_page
[page_arguments] => a:0:{}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => node/add
[title] => Add content
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => node/add
[access] => 1
[localized_options] => Array
(
)

)

[below] => Array
(
)

)

[14] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 14
[plid] => 0
[link_path] => user/%
[router_path] => user/%
[link_title] => My account
[options] => Array
(
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 1
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 14
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] => a:1:{i:1;s:9:"user_load";}
[to_arg_functions] =>
[access_callback] => user_view_access
[access_arguments] => a:1:{i:0;i:1;}
[page_callback] => user_view_page
[page_arguments] => a:1:{i:0;i:1;}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => user/%
[title] => My account
[title_callback] => user_page_title
[title_arguments] => a:1:{i:0;i:1;}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => user/%
[access] =>
)

[below] => Array
(
)

)

[124] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 124
[plid] => 0
[link_path] => transact
[router_path] => transact
[link_title] => Design form
[options] => Array
(
[alter] => 1
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => -1
[depth] => 1
[customized] => 0
[p1] => 124
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => user_chooser_permissions
[access_arguments] => a:1:{i:0;s:8:"transact";}
[page_callback] => mcapi_get_form
[page_arguments] => a:1:{i:0;s:8:"1stparty";}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => transact
[title] => Design form
[title_callback] => mcapi_form_title
[title_arguments] => a:1:{i:0;s:8:"1stparty";}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => transact
)

[below] => Array
(
)

)

[128] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 128
[plid] => 0
[link_path] => transaction/%/undo
[router_path] => transaction/%/undo
[link_title] => Undo
[options] => a:0:{}
[module] => system
[hidden] => -1
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 1
[depth] => 1
[customized] => 0
[p1] => 128
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] => a:1:{i:1;s:16:"transaction_load";}
[to_arg_functions] =>
[access_callback] => transaction_undo_access
[access_arguments] => a:1:{i:0;i:1;}
[page_callback] => drupal_get_form
[page_arguments] => a:2:{i:0;s:35:"mcapi_transaction_undo_confirm_form";i:1;i:1;}
[delivery_callback] =>
[tab_parent] => transaction/%
[tab_root] => transaction/%
[title] => Undo
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 388
[description] =>
[in_active_trail] =>
)

[below] => Array
(
)

)

[129] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 129
[plid] => 0
[link_path] => transaction/%/view
[router_path] => transaction/%/view
[link_title] => View
[options] => a:0:{}
[module] => system
[hidden] => -1
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 129
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] => a:1:{i:1;s:16:"transaction_load";}
[to_arg_functions] =>
[access_callback] => transaction_view_access
[access_arguments] => a:1:{i:0;i:1;}
[page_callback] => transaction_view
[page_arguments] => a:2:{i:0;i:1;i:1;s:11:"certificate";}
[delivery_callback] =>
[tab_parent] => transaction/%
[tab_root] => transaction/%
[title] => View
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 140
[description] =>
[in_active_trail] =>
)

[below] => Array
(
)

)

)

[1] => Array
(
)

)

)

[7] => Array
(
[file] => localhost/includes/menu.inc
[line] => 1317
[function] => menu_build_tree
[args] => Array
(
[0] => navigation
[1] => Array
(
[min_depth] => 1
[max_depth] =>
[expanded] => Array
(
[0] => 0
)

[active_trail] => Array
(
[0] => 0
)

)

)

)

[8] => Array
(
[file] => localhost/includes/menu.inc
[line] => 995
[function] => menu_tree_page_data
[args] => Array
(
[0] => navigation
)

)

[9] => Array
(
[file] => localhost/modules/system/system.module
[line] => 2093
[function] => menu_tree
[args] => Array
(
[0] => navigation
)

)

[10] => Array
(
[function] => system_block_view
[args] => Array
(
[0] => navigation
)

)

[11] => Array
(
[file] => localhost/includes/module.inc
[line] => 833
[function] => call_user_func_array
[args] => Array
(
[0] => system_block_view
[1] => Array
(
[2] => navigation
)

)

)

[12] => Array
(
[file] => localhost/modules/block/block.module
[line] => 854
[function] => module_invoke
[args] => Array
(
[0] => system
[1] => block_view
[2] => navigation
)

)

[13] => Array
(
[file] => localhost/modules/block/block.module
[line] => 674
[function] => _block_render_blocks
[args] => Array
(
[0] => Array
(
[system_navigation] => stdClass Object
(
[bid] => 3
[module] => system
[delta] => navigation
[theme] => bartik
[status] => 1
[weight] => 0
[region] => sidebar_first
[custom] => 0
[visibility] => 0
[pages] =>
[title] =>
[cache] => -1
)

[user_login] => stdClass Object
(
[bid] => 2
[module] => user
[delta] => login
[theme] => bartik
[status] => 1
[weight] => 0
[region] => sidebar_first
[custom] => 0
[visibility] => 0
[pages] =>
[title] =>
[cache] => -1
)

[system_management] => stdClass Object
(
[bid] => 4
[module] => system
[delta] => management
[theme] => bartik
[status] => 1
[weight] => 1
[region] => sidebar_first
[custom] => 0
[visibility] => 0
[pages] =>
[title] =>
[cache] => -1
)

)

)

)

[14] => Array
(
[file] => localhost/modules/block/block.module
[line] => 318
[function] => block_list
[args] => Array
(
[0] => sidebar_first
)

)

[15] => Array
(
[file] => localhost/modules/block/block.module
[line] => 268
[function] => block_get_blocks_by_region
[args] => Array
(
[0] => sidebar_first
)

)

[16] => Array
(
[file] => localhost/includes/common.inc
[line] => 5691
[function] => block_page_build
[args] => Array
(
[0] => Array
(
[#show_messages] => 1
[#theme] => page
[#theme_wrappers] => Array
(
[0] => html
)

[#type] => page
[content] => Array
(
[system_main] => Array
(
[default_message] => Array
(
[#markup] =>

No front page content has been created yet.

Add new content

[#prefix] =>
[#suffix] =>

)

[#block] => stdClass Object
(
[bid] => 1
[module] => system
[delta] => main
[theme] => bartik
[status] => 1
[weight] => 0
[region] => content
[custom] => 0
[visibility] => 0
[pages] =>
[title] =>
[cache] => -1
[subject] =>
)

[#weight] => 1
[#theme_wrappers] => Array
(
[0] => block
)

)

[#sorted] => 1
)

)

)

)

[17] => Array
(
[file] => localhost/includes/common.inc
[line] => 2656
[function] => drupal_render_page
[args] => Array
(
[0] => Array
(
[default_message] => Array
(
[#markup] =>

No front page content has been created yet.

Add new content

[#prefix] =>
[#suffix] =>

)

)

)

)

[18] => Array
(
[file] => localhost/includes/common.inc
[line] => 2544
[function] => drupal_deliver_html_page
[args] => Array
(
[0] => Array
(
[default_message] => Array
(
[#markup] =>

No front page content has been created yet.

Add new content

[#prefix] =>
[#suffix] =>

)

)

)

)

[19] => Array
(
[file] => localhost/includes/menu.inc
[line] => 532
[function] => drupal_deliver_page
[args] => Array
(
[0] => Array
(
[default_message] => Array
(
[#markup] =>

No front page content has been created yet.

Add new content

[#prefix] =>
[#suffix] =>

)

)

[1] =>
)

)

[20] => Array
(
[file] => localhost/index.php
[line] => 21
[function] => menu_execute_active_handler
[args] => Array
(
)

)

)

Notice: Undefined index: access in _menu_tree_check_access() (line 1512 of localhost/includes/menu.inc).

Array
(
[0] => Array
(
[file] => localhost/includes/errors.inc
[line] => 238
[function] => drupal_set_message
[args] => Array
(
[0] => Notice: Undefined index: access in _menu_tree_check_access() (line 1512 of localhost/includes/menu.inc).
[1] => error
)

)

[1] => Array
(
[file] => localhost/includes/errors.inc
[line] => 75
[function] => _drupal_log_error
[args] => Array
(
[0] => Array
(
[%type] => Notice
[!message] => Undefined index: access
[%function] => _menu_tree_check_access()
[%file] => localhost/includes/menu.inc
[%line] => 1512
[severity_level] => 5
)

[1] =>
)

)

[2] => Array
(
[file] => localhost/includes/bootstrap.inc
[line] => 2248
[function] => _drupal_error_handler_real
[args] => Array
(
[0] => 8
[1] => Undefined index: access
[2] => localhost/includes/menu.inc
[3] => 1512
[4] => Array
(
[tree] => Array
(
[3] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 3
[plid] => 0
[link_path] => filter/tips
[router_path] => filter/tips
[link_title] => Compose tips
[options] => Array
(
)

[module] => system
[hidden] => 1
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 3
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => 1
[access_arguments] => a:0:{}
[page_callback] => filter_tips_long
[page_arguments] => a:0:{}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => filter/tips
[title] => Compose tips
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 20
[description] =>
[in_active_trail] =>
[href] => filter/tips
[access] => 1
[localized_options] => Array
(
)

)

[below] => Array
(
)

)

[4] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 4
[plid] => 0
[link_path] => node/%
[router_path] => node/%
[link_title] =>
[options] => Array
(
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 4
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] => a:1:{i:1;s:9:"node_load";}
[to_arg_functions] =>
[access_callback] => node_access
[access_arguments] => a:2:{i:0;s:4:"view";i:1;i:1;}
[page_callback] => node_page_view
[page_arguments] => a:1:{i:0;i:1;}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => node/%
[title] =>
[title_callback] => node_page_title
[title_arguments] => a:1:{i:0;i:1;}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => node/%
[access] =>
)

[below] => Array
(
)

)

[5] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 5
[plid] => 0
[link_path] => node/add
[router_path] => node/add
[link_title] => Add content
[options] => Array
(
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 5
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => _node_add_access
[access_arguments] => a:0:{}
[page_callback] => node_add_page
[page_arguments] => a:0:{}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => node/add
[title] => Add content
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => node/add
[access] => 1
[localized_options] => Array
(
)

)

[below] => Array
(
)

)

[14] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 14
[plid] => 0
[link_path] => user/%
[router_path] => user/%
[link_title] => My account
[options] => Array
(
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 1
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 14
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] => a:1:{i:1;s:9:"user_load";}
[to_arg_functions] =>
[access_callback] => user_view_access
[access_arguments] => a:1:{i:0;i:1;}
[page_callback] => user_view_page
[page_arguments] => a:1:{i:0;i:1;}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => user/%
[title] => My account
[title_callback] => user_page_title
[title_arguments] => a:1:{i:0;i:1;}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => user/%
[access] =>
)

[below] => Array
(
)

)

[124] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 124
[plid] => 0
[link_path] => transact
[router_path] => transact
[link_title] => Design form
[options] => Array
(
[alter] => 1
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => -1
[depth] => 1
[customized] => 0
[p1] => 124
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => user_chooser_permissions
[access_arguments] => a:1:{i:0;s:8:"transact";}
[page_callback] => mcapi_get_form
[page_arguments] => a:1:{i:0;s:8:"1stparty";}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => transact
[title] => Design form
[title_callback] => mcapi_form_title
[title_arguments] => a:1:{i:0;s:8:"1stparty";}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => transact
)

[below] => Array
(
)

)

[128] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 128
[plid] => 0
[link_path] => transaction/%/undo
[router_path] => transaction/%/undo
[link_title] => Undo
[options] => a:0:{}
[module] => system
[hidden] => -1
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 1
[depth] => 1
[customized] => 0
[p1] => 128
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] => a:1:{i:1;s:16:"transaction_load";}
[to_arg_functions] =>
[access_callback] => transaction_undo_access
[access_arguments] => a:1:{i:0;i:1;}
[page_callback] => drupal_get_form
[page_arguments] => a:2:{i:0;s:35:"mcapi_transaction_undo_confirm_form";i:1;i:1;}
[delivery_callback] =>
[tab_parent] => transaction/%
[tab_root] => transaction/%
[title] => Undo
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 388
[description] =>
[in_active_trail] =>
)

[below] => Array
(
)

)

[129] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 129
[plid] => 0
[link_path] => transaction/%/view
[router_path] => transaction/%/view
[link_title] => View
[options] => a:0:{}
[module] => system
[hidden] => -1
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 129
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] => a:1:{i:1;s:16:"transaction_load";}
[to_arg_functions] =>
[access_callback] => transaction_view_access
[access_arguments] => a:1:{i:0;i:1;}
[page_callback] => transaction_view
[page_arguments] => a:2:{i:0;i:1;i:1;s:11:"certificate";}
[delivery_callback] =>
[tab_parent] => transaction/%
[tab_root] => transaction/%
[title] => View
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 140
[description] =>
[in_active_trail] =>
)

[below] => Array
(
)

)

)

[new_tree] => Array
(
[50000 Compose tips 3] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 3
[plid] => 0
[link_path] => filter/tips
[router_path] => filter/tips
[link_title] => Compose tips
[options] => Array
(
)

[module] => system
[hidden] => 1
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 3
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => 1
[access_arguments] => a:0:{}
[page_callback] => filter_tips_long
[page_arguments] => a:0:{}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => filter/tips
[title] => Compose tips
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 20
[description] =>
[in_active_trail] =>
[href] => filter/tips
[access] => 1
[localized_options] => Array
(
)

)

[below] => Array
(
)

)

[50000 Add content 5] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 5
[plid] => 0
[link_path] => node/add
[router_path] => node/add
[link_title] => Add content
[options] => Array
(
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 5
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => _node_add_access
[access_arguments] => a:0:{}
[page_callback] => node_add_page
[page_arguments] => a:0:{}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => node/add
[title] => Add content
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => node/add
[access] => 1
[localized_options] => Array
(
)

)

[below] => Array
(
)

)

)

[key] => 124
[v] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 124
[plid] => 0
[link_path] => transact
[router_path] => transact
[link_title] => Design form
[options] => a:1:{s:5:"alter";b:1;}
[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => -1
[depth] => 1
[customized] => 0
[p1] => 124
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => user_chooser_permissions
[access_arguments] => a:1:{i:0;s:8:"transact";}
[page_callback] => mcapi_get_form
[page_arguments] => a:1:{i:0;s:8:"1stparty";}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => transact
[title] => Design form
[title_callback] => mcapi_form_title
[title_arguments] => a:1:{i:0;s:8:"1stparty";}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
)

[below] => Array
(
)

)

[item] => Array
(
[menu_name] => navigation
[mlid] => 124
[plid] => 0
[link_path] => transact
[router_path] => transact
[link_title] => Design form
[options] => Array
(
[alter] => 1
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => -1
[depth] => 1
[customized] => 0
[p1] => 124
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => user_chooser_permissions
[access_arguments] => a:1:{i:0;s:8:"transact";}
[page_callback] => mcapi_get_form
[page_arguments] => a:1:{i:0;s:8:"1stparty";}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => transact
[title] => Design form
[title_callback] => mcapi_form_title
[title_arguments] => a:1:{i:0;s:8:"1stparty";}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => transact
)

)

)

)

[3] => Array
(
[file] => localhost/includes/menu.inc
[line] => 1512
[function] => _drupal_error_handler
[args] => Array
(
[0] => 8
[1] => Undefined index: access
[2] => localhost/includes/menu.inc
[3] => 1512
[4] => Array
(
[tree] => Array
(
[3] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 3
[plid] => 0
[link_path] => filter/tips
[router_path] => filter/tips
[link_title] => Compose tips
[options] => Array
(
)

[module] => system
[hidden] => 1
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 3
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => 1
[access_arguments] => a:0:{}
[page_callback] => filter_tips_long
[page_arguments] => a:0:{}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => filter/tips
[title] => Compose tips
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 20
[description] =>
[in_active_trail] =>
[href] => filter/tips
[access] => 1
[localized_options] => Array
(
)

)

[below] => Array
(
)

)

[4] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 4
[plid] => 0
[link_path] => node/%
[router_path] => node/%
[link_title] =>
[options] => Array
(
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 4
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] => a:1:{i:1;s:9:"node_load";}
[to_arg_functions] =>
[access_callback] => node_access
[access_arguments] => a:2:{i:0;s:4:"view";i:1;i:1;}
[page_callback] => node_page_view
[page_arguments] => a:1:{i:0;i:1;}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => node/%
[title] =>
[title_callback] => node_page_title
[title_arguments] => a:1:{i:0;i:1;}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => node/%
[access] =>
)

[below] => Array
(
)

)

[5] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 5
[plid] => 0
[link_path] => node/add
[router_path] => node/add
[link_title] => Add content
[options] => Array
(
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 5
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => _node_add_access
[access_arguments] => a:0:{}
[page_callback] => node_add_page
[page_arguments] => a:0:{}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => node/add
[title] => Add content
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => node/add
[access] => 1
[localized_options] => Array
(
)

)

[below] => Array
(
)

)

[14] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 14
[plid] => 0
[link_path] => user/%
[router_path] => user/%
[link_title] => My account
[options] => Array
(
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 1
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 14
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] => a:1:{i:1;s:9:"user_load";}
[to_arg_functions] =>
[access_callback] => user_view_access
[access_arguments] => a:1:{i:0;i:1;}
[page_callback] => user_view_page
[page_arguments] => a:1:{i:0;i:1;}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => user/%
[title] => My account
[title_callback] => user_page_title
[title_arguments] => a:1:{i:0;i:1;}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => user/%
[access] =>
)

[below] => Array
(
)

)

[124] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 124
[plid] => 0
[link_path] => transact
[router_path] => transact
[link_title] => Design form
[options] => Array
(
[alter] => 1
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => -1
[depth] => 1
[customized] => 0
[p1] => 124
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => user_chooser_permissions
[access_arguments] => a:1:{i:0;s:8:"transact";}
[page_callback] => mcapi_get_form
[page_arguments] => a:1:{i:0;s:8:"1stparty";}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => transact
[title] => Design form
[title_callback] => mcapi_form_title
[title_arguments] => a:1:{i:0;s:8:"1stparty";}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => transact
)

[below] => Array
(
)

)

[128] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 128
[plid] => 0
[link_path] => transaction/%/undo
[router_path] => transaction/%/undo
[link_title] => Undo
[options] => a:0:{}
[module] => system
[hidden] => -1
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 1
[depth] => 1
[customized] => 0
[p1] => 128
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] => a:1:{i:1;s:16:"transaction_load";}
[to_arg_functions] =>
[access_callback] => transaction_undo_access
[access_arguments] => a:1:{i:0;i:1;}
[page_callback] => drupal_get_form
[page_arguments] => a:2:{i:0;s:35:"mcapi_transaction_undo_confirm_form";i:1;i:1;}
[delivery_callback] =>
[tab_parent] => transaction/%
[tab_root] => transaction/%
[title] => Undo
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 388
[description] =>
[in_active_trail] =>
)

[below] => Array
(
)

)

[129] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 129
[plid] => 0
[link_path] => transaction/%/view
[router_path] => transaction/%/view
[link_title] => View
[options] => a:0:{}
[module] => system
[hidden] => -1
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 129
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] => a:1:{i:1;s:16:"transaction_load";}
[to_arg_functions] =>
[access_callback] => transaction_view_access
[access_arguments] => a:1:{i:0;i:1;}
[page_callback] => transaction_view
[page_arguments] => a:2:{i:0;i:1;i:1;s:11:"certificate";}
[delivery_callback] =>
[tab_parent] => transaction/%
[tab_root] => transaction/%
[title] => View
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 140
[description] =>
[in_active_trail] =>
)

[below] => Array
(
)

)

)

[new_tree] => Array
(
[50000 Compose tips 3] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 3
[plid] => 0
[link_path] => filter/tips
[router_path] => filter/tips
[link_title] => Compose tips
[options] => Array
(
)

[module] => system
[hidden] => 1
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 3
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => 1
[access_arguments] => a:0:{}
[page_callback] => filter_tips_long
[page_arguments] => a:0:{}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => filter/tips
[title] => Compose tips
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 20
[description] =>
[in_active_trail] =>
[href] => filter/tips
[access] => 1
[localized_options] => Array
(
)

)

[below] => Array
(
)

)

[50000 Add content 5] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 5
[plid] => 0
[link_path] => node/add
[router_path] => node/add
[link_title] => Add content
[options] => Array
(
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 5
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => _node_add_access
[access_arguments] => a:0:{}
[page_callback] => node_add_page
[page_arguments] => a:0:{}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => node/add
[title] => Add content
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => node/add
[access] => 1
[localized_options] => Array
(
)

)

[below] => Array
(
)

)

)

[key] => 124
[v] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 124
[plid] => 0
[link_path] => transact
[router_path] => transact
[link_title] => Design form
[options] => a:1:{s:5:"alter";b:1;}
[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => -1
[depth] => 1
[customized] => 0
[p1] => 124
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => user_chooser_permissions
[access_arguments] => a:1:{i:0;s:8:"transact";}
[page_callback] => mcapi_get_form
[page_arguments] => a:1:{i:0;s:8:"1stparty";}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => transact
[title] => Design form
[title_callback] => mcapi_form_title
[title_arguments] => a:1:{i:0;s:8:"1stparty";}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
)

[below] => Array
(
)

)

[item] => Array
(
[menu_name] => navigation
[mlid] => 124
[plid] => 0
[link_path] => transact
[router_path] => transact
[link_title] => Design form
[options] => Array
(
[alter] => 1
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => -1
[depth] => 1
[customized] => 0
[p1] => 124
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => user_chooser_permissions
[access_arguments] => a:1:{i:0;s:8:"transact";}
[page_callback] => mcapi_get_form
[page_arguments] => a:1:{i:0;s:8:"1stparty";}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => transact
[title] => Design form
[title_callback] => mcapi_form_title
[title_arguments] => a:1:{i:0;s:8:"1stparty";}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => transact
)

)

)

)

[4] => Array
(
[file] => localhost/includes/menu.inc
[line] => 1501
[function] => _menu_tree_check_access
[args] => Array
(
[0] => Array
(
[3] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 3
[plid] => 0
[link_path] => filter/tips
[router_path] => filter/tips
[link_title] => Compose tips
[options] => Array
(
)

[module] => system
[hidden] => 1
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 3
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => 1
[access_arguments] => a:0:{}
[page_callback] => filter_tips_long
[page_arguments] => a:0:{}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => filter/tips
[title] => Compose tips
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 20
[description] =>
[in_active_trail] =>
[href] => filter/tips
[access] => 1
[localized_options] => Array
(
)

)

[below] => Array
(
)

)

[4] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 4
[plid] => 0
[link_path] => node/%
[router_path] => node/%
[link_title] =>
[options] => Array
(
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 4
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] => a:1:{i:1;s:9:"node_load";}
[to_arg_functions] =>
[access_callback] => node_access
[access_arguments] => a:2:{i:0;s:4:"view";i:1;i:1;}
[page_callback] => node_page_view
[page_arguments] => a:1:{i:0;i:1;}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => node/%
[title] =>
[title_callback] => node_page_title
[title_arguments] => a:1:{i:0;i:1;}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => node/%
[access] =>
)

[below] => Array
(
)

)

[5] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 5
[plid] => 0
[link_path] => node/add
[router_path] => node/add
[link_title] => Add content
[options] => Array
(
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 5
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => _node_add_access
[access_arguments] => a:0:{}
[page_callback] => node_add_page
[page_arguments] => a:0:{}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => node/add
[title] => Add content
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => node/add
[access] => 1
[localized_options] => Array
(
)

)

[below] => Array
(
)

)

[14] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 14
[plid] => 0
[link_path] => user/%
[router_path] => user/%
[link_title] => My account
[options] => Array
(
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 1
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 14
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] => a:1:{i:1;s:9:"user_load";}
[to_arg_functions] =>
[access_callback] => user_view_access
[access_arguments] => a:1:{i:0;i:1;}
[page_callback] => user_view_page
[page_arguments] => a:1:{i:0;i:1;}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => user/%
[title] => My account
[title_callback] => user_page_title
[title_arguments] => a:1:{i:0;i:1;}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => user/%
[access] =>
)

[below] => Array
(
)

)

[124] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 124
[plid] => 0
[link_path] => transact
[router_path] => transact
[link_title] => Design form
[options] => Array
(
[alter] => 1
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => -1
[depth] => 1
[customized] => 0
[p1] => 124
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => user_chooser_permissions
[access_arguments] => a:1:{i:0;s:8:"transact";}
[page_callback] => mcapi_get_form
[page_arguments] => a:1:{i:0;s:8:"1stparty";}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => transact
[title] => Design form
[title_callback] => mcapi_form_title
[title_arguments] => a:1:{i:0;s:8:"1stparty";}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => transact
)

[below] => Array
(
)

)

[128] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 128
[plid] => 0
[link_path] => transaction/%/undo
[router_path] => transaction/%/undo
[link_title] => Undo
[options] => a:0:{}
[module] => system
[hidden] => -1
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 1
[depth] => 1
[customized] => 0
[p1] => 128
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] => a:1:{i:1;s:16:"transaction_load";}
[to_arg_functions] =>
[access_callback] => transaction_undo_access
[access_arguments] => a:1:{i:0;i:1;}
[page_callback] => drupal_get_form
[page_arguments] => a:2:{i:0;s:35:"mcapi_transaction_undo_confirm_form";i:1;i:1;}
[delivery_callback] =>
[tab_parent] => transaction/%
[tab_root] => transaction/%
[title] => Undo
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 388
[description] =>
[in_active_trail] =>
)

[below] => Array
(
)

)

[129] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 129
[plid] => 0
[link_path] => transaction/%/view
[router_path] => transaction/%/view
[link_title] => View
[options] => a:0:{}
[module] => system
[hidden] => -1
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 129
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] => a:1:{i:1;s:16:"transaction_load";}
[to_arg_functions] =>
[access_callback] => transaction_view_access
[access_arguments] => a:1:{i:0;i:1;}
[page_callback] => transaction_view
[page_arguments] => a:2:{i:0;i:1;i:1;s:11:"certificate";}
[delivery_callback] =>
[tab_parent] => transaction/%
[tab_root] => transaction/%
[title] => View
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 140
[description] =>
[in_active_trail] =>
)

[below] => Array
(
)

)

)

)

)

[5] => Array
(
[file] => localhost/includes/menu.inc
[line] => 1354
[function] => menu_tree_check_access
[args] => Array
(
[0] => Array
(
[3] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 3
[plid] => 0
[link_path] => filter/tips
[router_path] => filter/tips
[link_title] => Compose tips
[options] => Array
(
)

[module] => system
[hidden] => 1
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 3
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => 1
[access_arguments] => a:0:{}
[page_callback] => filter_tips_long
[page_arguments] => a:0:{}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => filter/tips
[title] => Compose tips
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 20
[description] =>
[in_active_trail] =>
[href] => filter/tips
[access] => 1
[localized_options] => Array
(
)

)

[below] => Array
(
)

)

[4] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 4
[plid] => 0
[link_path] => node/%
[router_path] => node/%
[link_title] =>
[options] => Array
(
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 4
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] => a:1:{i:1;s:9:"node_load";}
[to_arg_functions] =>
[access_callback] => node_access
[access_arguments] => a:2:{i:0;s:4:"view";i:1;i:1;}
[page_callback] => node_page_view
[page_arguments] => a:1:{i:0;i:1;}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => node/%
[title] =>
[title_callback] => node_page_title
[title_arguments] => a:1:{i:0;i:1;}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => node/%
[access] =>
)

[below] => Array
(
)

)

[5] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 5
[plid] => 0
[link_path] => node/add
[router_path] => node/add
[link_title] => Add content
[options] => Array
(
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 5
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => _node_add_access
[access_arguments] => a:0:{}
[page_callback] => node_add_page
[page_arguments] => a:0:{}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => node/add
[title] => Add content
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => node/add
[access] => 1
[localized_options] => Array
(
)

)

[below] => Array
(
)

)

[14] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 14
[plid] => 0
[link_path] => user/%
[router_path] => user/%
[link_title] => My account
[options] => Array
(
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 1
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 14
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] => a:1:{i:1;s:9:"user_load";}
[to_arg_functions] =>
[access_callback] => user_view_access
[access_arguments] => a:1:{i:0;i:1;}
[page_callback] => user_view_page
[page_arguments] => a:1:{i:0;i:1;}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => user/%
[title] => My account
[title_callback] => user_page_title
[title_arguments] => a:1:{i:0;i:1;}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => user/%
[access] =>
)

[below] => Array
(
)

)

[124] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 124
[plid] => 0
[link_path] => transact
[router_path] => transact
[link_title] => Design form
[options] => Array
(
[alter] => 1
)

[module] => system
[hidden] => 0
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => -1
[depth] => 1
[customized] => 0
[p1] => 124
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] =>
[to_arg_functions] =>
[access_callback] => user_chooser_permissions
[access_arguments] => a:1:{i:0;s:8:"transact";}
[page_callback] => mcapi_get_form
[page_arguments] => a:1:{i:0;s:8:"1stparty";}
[delivery_callback] =>
[tab_parent] =>
[tab_root] => transact
[title] => Design form
[title_callback] => mcapi_form_title
[title_arguments] => a:1:{i:0;s:8:"1stparty";}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[in_active_trail] =>
[href] => transact
)

[below] => Array
(
)

)

[128] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 128
[plid] => 0
[link_path] => transaction/%/undo
[router_path] => transaction/%/undo
[link_title] => Undo
[options] => a:0:{}
[module] => system
[hidden] => -1
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 1
[depth] => 1
[customized] => 0
[p1] => 128
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] => a:1:{i:1;s:16:"transaction_load";}
[to_arg_functions] =>
[access_callback] => transaction_undo_access
[access_arguments] => a:1:{i:0;i:1;}
[page_callback] => drupal_get_form
[page_arguments] => a:2:{i:0;s:35:"mcapi_transaction_undo_confirm_form";i:1;i:1;}
[delivery_callback] =>
[tab_parent] => transaction/%
[tab_root] => transaction/%
[title] => Undo
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 388
[description] =>
[in_active_trail] =>
)

[below] => Array
(
)

)

[129] => Array
(
[link] => Array
(
[menu_name] => navigation
[mlid] => 129
[plid] => 0
[link_path] => transaction/%/view
[router_path] => transaction/%/view
[link_title] => View
[options] => a:0:{}
[module] => system
[hidden] => -1
[external] => 0
[has_children] => 0
[expanded] => 0
[weight] => 0
[depth] => 1
[customized] => 0
[p1] => 129
[p2] => 0
[p3] => 0
[p4] => 0
[p5] => 0
[p6] => 0
[p7] => 0
[p8] => 0
[p9] => 0
[updated] => 0
[load_functions] => a:1:{i:1;s:16:"transaction_load";}
[to_arg_functions] =>
[access_callback] => transaction_view_access
[access_arguments] => a:1:{i:0;i:1;}
[page_callback] => transaction_view
[page_arguments] => a:2:{i:0;i:1;i:1;s:11:"certificate";}
[delivery_callback] =>
[tab_parent] => transaction/%
[tab_root] => transaction/%
[title] => View
[title_callback] => t
[title_arguments] =>
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 140
[description] =>
[in_active_trail] =>
)

[below] => Array
(
)

)

)

[1] => Array
(
)

)

)

[6] => Array
(
[file] => localhost/includes/menu.inc
[line] => 1317
[function] => menu_build_tree
[args] => Array
(
[0] => navigation
[1] => Array
(
[min_depth] => 1
[max_depth] =>
[expanded] => Array
(
[0] => 0
)

[active_trail] => Array
(
[0] => 0
)

)

)

)

[7] => Array
(
[file] => localhost/includes/menu.inc
[line] => 995
[function] => menu_tree_page_data
[args] => Array
(
[0] => navigation
)

)

[8] => Array
(
[file] => localhost/modules/system/system.module
[line] => 2093
[function] => menu_tree
[args] => Array
(
[0] => navigation
)

)

[9] => Array
(
[function] => system_block_view
[args] => Array
(
[0] => navigation
)

)

[10] => Array
(
[file] => localhost/includes/module.inc
[line] => 833
[function] => call_user_func_array
[args] => Array
(
[0] => system_block_view
[1] => Array
(
[2] => navigation
)

)

)

[11] => Array
(
[file] => localhost/modules/block/block.module
[line] => 854
[function] => module_invoke
[args] => Array
(
[0] => system
[1] => block_view
[2] => navigation
)

)

[12] => Array
(
[file] => localhost/modules/block/block.module
[line] => 674
[function] => _block_render_blocks
[args] => Array
(
[0] => Array
(
[system_navigation] => stdClass Object
(
[bid] => 3
[module] => system
[delta] => navigation
[theme] => bartik
[status] => 1
[weight] => 0
[region] => sidebar_first
[custom] => 0
[visibility] => 0
[pages] =>
[title] =>
[cache] => -1
)

[user_login] => stdClass Object
(
[bid] => 2
[module] => user
[delta] => login
[theme] => bartik
[status] => 1
[weight] => 0
[region] => sidebar_first
[custom] => 0
[visibility] => 0
[pages] =>
[title] =>
[cache] => -1
)

[system_management] => stdClass Object
(
[bid] => 4
[module] => system
[delta] => management
[theme] => bartik
[status] => 1
[weight] => 1
[region] => sidebar_first
[custom] => 0
[visibility] => 0
[pages] =>
[title] =>
[cache] => -1
)

)

)

)

[13] => Array
(
[file] => localhost/modules/block/block.module
[line] => 318
[function] => block_list
[args] => Array
(
[0] => sidebar_first
)

)

[14] => Array
(
[file] => localhost/modules/block/block.module
[line] => 268
[function] => block_get_blocks_by_region
[args] => Array
(
[0] => sidebar_first
)

)

[15] => Array
(
[file] => localhost/includes/common.inc
[line] => 5691
[function] => block_page_build
[args] => Array
(
[0] => Array
(
[#show_messages] => 1
[#theme] => page
[#theme_wrappers] => Array
(
[0] => html
)

[#type] => page
[content] => Array
(
[system_main] => Array
(
[default_message] => Array
(
[#markup] =>

No front page content has been created yet.

Add new content

[#prefix] =>
[#suffix] =>

)

[#block] => stdClass Object
(
[bid] => 1
[module] => system
[delta] => main
[theme] => bartik
[status] => 1
[weight] => 0
[region] => content
[custom] => 0
[visibility] => 0
[pages] =>
[title] =>
[cache] => -1
[subject] =>
)

[#weight] => 1
[#theme_wrappers] => Array
(
[0] => block
)

)

[#sorted] => 1
)

)

)

)

[16] => Array
(
[file] => localhost/includes/common.inc
[line] => 2656
[function] => drupal_render_page
[args] => Array
(
[0] => Array
(
[default_message] => Array
(
[#markup] =>

No front page content has been created yet.

Add new content

[#prefix] =>
[#suffix] =>

)

)

)

)

[17] => Array
(
[file] => localhost/includes/common.inc
[line] => 2544
[function] => drupal_deliver_html_page
[args] => Array
(
[0] => Array
(
[default_message] => Array
(
[#markup] =>

No front page content has been created yet.

Add new content

[#prefix] =>
[#suffix] =>

)

)

)

)

[18] => Array
(
[file] => localhost/includes/menu.inc
[line] => 532
[function] => drupal_deliver_page
[args] => Array
(
[0] => Array
(
[default_message] => Array
(
[#markup] =>

No front page content has been created yet.

Add new content

[#prefix] =>
[#suffix] =>

)

)

[1] =>
)

)

[19] => Array
(
[file] => localhost/index.php
[line] => 21
[function] => menu_execute_active_handler
[args] => Array
(
)

)

)

robbt’s picture

Also I get a bevy of errors when trying to go to http://localhost/transact and also get access denied even though logged in as admin.

robbt’s picture

This is what shows up on all of the errors with debugging mode turned on.

Which makes me suspect something is incorrect about the user_chooser_permissions callback but I'm not clear how it is supposed to work and if there is a bug.

[router_item] => Array
(
[path] => transact
[load_functions] =>
[to_arg_functions] =>
[access_callback] => user_chooser_permissions
[access_arguments] => a:1:{i:0;s:8:"transact";}
[page_callback] => mcapi_get_form
[page_arguments] => a:1:{i:0;s:8:"1stparty";}
[delivery_callback] =>
[fit] => 1
[number_parts] => 1
[context] => 0
[tab_parent] =>
[tab_root] => transact
[title] => Design form
[title_callback] => mcapi_form_title
[title_arguments] => a:1:{i:0;s:8:"1stparty";}
[theme_callback] =>
[theme_arguments] => a:0:{}
[type] => 6
[description] =>
[position] =>
[weight] => -1
[include_file] =>
[href] => transact
[tab_root_href] => transact
[tab_parent_href] =>
[options] => Array
(
)

[original_map] => Array
(
[0] => transact
)

Hopefully all of the data I posted isn't too much.

robbt’s picture

Status: Active » Fixed

This error went away after upgrade to User Chooser version 7.x-1.0-rc2.

So evidently the error was with the user chooser module and not this one.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

arne_hortell’s picture

Its not fixed.

Line 929 in /includes/menu.inc should be
if ((array_key_exists('access',$item)) && ($item['access']))

This fully checks, but doesnt fail the variable index.

Line 1512 should be changed to this
if (((array_key_exists('access',$item)) && ($item['access'])) || .....

arne_hortell’s picture

Issue summary: View changes

removing server specific directories