Advertisement
sillygwailo

Untitled

Feb 16th, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 31.26 KB | None | 0 0
  1. Array
  2. (
  3.   [0] => Array
  4.   (
  5.     [file] => path/to/drupal/modules/field/field.attach.inc
  6.     [line] => 191
  7.     [function] => entity_extract_ids
  8.     [args] => Array
  9.     (
  10.       [0] => node
  11.       [1] => page
  12.     )
  13.   )
  14.   [1] => Array
  15.   (
  16.     [file] => path/to/drupal/modules/field/field.attach.inc
  17.     [line] => 386
  18.     [function] => _field_invoke
  19.     [args] => Array
  20.     (
  21.       [0] => form
  22.       [1] => node
  23.       [2] => page
  24.       [3] => Array
  25.       (
  26.         [#node_edit_form] => 1
  27.        [#attributes] => Array
  28.        (
  29.           [class] => Array
  30.           (
  31.             [0] => node-form
  32.           )
  33.         )
  34.         [nid] => Array
  35.         (
  36.           [#type] => value
  37.          [#value] =>
  38.        )
  39.         [vid] => Array
  40.         (
  41.           [#type] => value
  42.          [#value] =>
  43.        )
  44.         [uid] => Array
  45.         (
  46.           [#type] => value
  47.          [#value] =>
  48.        )
  49.         [created] => Array
  50.         (
  51.           [#type] => value
  52.          [#value] =>
  53.        )
  54.         [type] => Array
  55.         (
  56.           [#type] => value
  57.          [#value] =>
  58.        )
  59.         [language] => Array
  60.         (
  61.           [#type] => value
  62.          [#value] =>
  63.        )
  64.         [changed] => Array
  65.         (
  66.           [#type] => hidden
  67.          [#default_value] =>
  68.        )
  69.         [title] => Array
  70.         (
  71.           [#type] => textfield
  72.          [#title] => Title
  73.          [#required] => 1
  74.          [#default_value] =>
  75.          [#maxlength] => 255
  76.          [#weight] => -5
  77.        )
  78.         [#node] => page
  79.        [additional_settings] => Array
  80.         (
  81.           [#type] => vertical_tabs
  82.          [#weight] => 99
  83.        )
  84.         [revision_information] => Array
  85.         (
  86.           [#type] => fieldset
  87.          [#title] => Revision information
  88.          [#collapsible] => 1
  89.          [#collapsed] => 1
  90.          [#group] => additional_settings
  91.          [#attributes] => Array
  92.          (
  93.             [class] => Array
  94.             (
  95.               [0] => node-form-revision-information
  96.             )
  97.           )
  98.           [#attached] => Array
  99.          (
  100.             [js] => Array
  101.             (
  102.               [0] => modules/node/node.js
  103.             )
  104.           )
  105.           [#weight] => 20
  106.          [#access] => 1
  107.          [revision] => Array
  108.           (
  109.             [#type] => checkbox
  110.            [#title] => Create new revision
  111.            [#default_value] =>
  112.            [#access] => 1
  113.            [#states] => Array
  114.            (
  115.               [checked] => Array
  116.               (
  117.                 [textarea[name="log"]] => Array
  118.                 (
  119.                   [empty] =>
  120.                 )
  121.               )
  122.             )
  123.           )
  124.           [log] => Array
  125.           (
  126.             [#type] => textarea
  127.            [#title] => Revision log message
  128.            [#rows] => 4
  129.            [#default_value] =>
  130.            [#description] => Provide an explanation of the changes you are making. This will help other authors understand your motivations.
  131.          )
  132.         )
  133.         [author] => Array
  134.         (
  135.           [#type] => fieldset
  136.          [#access] => 1
  137.          [#title] => Authoring information
  138.          [#collapsible] => 1
  139.          [#collapsed] => 1
  140.          [#group] => additional_settings
  141.          [#attributes] => Array
  142.          (
  143.             [class] => Array
  144.             (
  145.               [0] => node-form-author
  146.             )
  147.           )
  148.           [#attached] => Array
  149.          (
  150.             [js] => Array
  151.             (
  152.               [0] => modules/node/node.js
  153.               [1] => Array
  154.               (
  155.                 [type] => setting
  156.                 [data] => Array
  157.                 (
  158.                   [anonymous] => Anonymous
  159.                 )
  160.               )
  161.             )
  162.           )
  163.           [#weight] => 90
  164.          [name] => Array
  165.           (
  166.             [#type] => textfield
  167.            [#title] => Authored by
  168.            [#maxlength] => 60
  169.            [#autocomplete_path] => user/autocomplete
  170.            [#default_value] =>
  171.            [#weight] => -1
  172.            [#description] => Leave blank for <em class="placeholder">Anonymous</em>.
  173.          )
  174.           [date] => Array
  175.           (
  176.             [#type] => textfield
  177.            [#title] => Authored on
  178.            [#maxlength] => 25
  179.            [#description] => Format: <em class="placeholder"></em>. The date format is YYYY-MM-DD and <em class="placeholder"></em> is the time zone offset from UTC. Leave blank to use the time of form submission.
  180.            [#default_value] =>
  181.          )
  182.         )
  183.         [options] => Array
  184.         (
  185.           [#type] => fieldset
  186.          [#access] => 1
  187.          [#title] => Publishing options
  188.          [#collapsible] => 1
  189.          [#collapsed] => 1
  190.          [#group] => additional_settings
  191.          [#attributes] => Array
  192.          (
  193.             [class] => Array
  194.             (
  195.               [0] => node-form-options
  196.             )
  197.           )
  198.           [#attached] => Array
  199.          (
  200.             [js] => Array
  201.             (
  202.               [0] => modules/node/node.js
  203.             )
  204.           )
  205.           [#weight] => 95
  206.          [status] => Array
  207.           (
  208.             [#type] => checkbox
  209.            [#title] => Published
  210.            [#default_value] =>
  211.          )
  212.           [promote] => Array
  213.           (
  214.             [#type] => checkbox
  215.            [#title] => Promoted to front page
  216.            [#default_value] =>
  217.          )
  218.           [sticky] => Array
  219.           (
  220.             [#type] => checkbox
  221.            [#title] => Sticky at top of lists
  222.            [#default_value] =>
  223.          )
  224.         )
  225.         [actions] => Array
  226.         (
  227.           [#type] => actions
  228.          [submit] => Array
  229.           (
  230.             [#type] => submit
  231.            [#access] => 1
  232.            [#value] => Save
  233.            [#weight] => 5
  234.            [#submit] => Array
  235.            (
  236.               [0] => node_form_submit
  237.             )
  238.           )
  239.           [preview] => Array
  240.           (
  241.             [#access] => 1
  242.            [#type] => submit
  243.            [#value] => Preview
  244.            [#weight] => 10
  245.            [#submit] => Array
  246.            (
  247.               [0] => node_form_build_preview
  248.             )
  249.           )
  250.         )
  251.         [#validate] => Array
  252.        (
  253.           [0] => node_form_validate
  254.         )
  255.         [#submit] => Array
  256.        (
  257.         )
  258.         [#parents] => Array
  259.        (
  260.         )
  261.       )
  262.       [4] => Array
  263.       (
  264.         [input] => Array
  265.         (
  266.           [title] => Test
  267.           [body] => Array
  268.           (
  269.             [und] => Array
  270.             (
  271.               [0] => Array
  272.               (
  273.                 [summary] =>
  274.                 [value] => Test
  275.                 [format] => filtered_html
  276.               )
  277.             )
  278.           )
  279.           [changed] =>
  280.           [form_token] => BtgFawb9xV-Awbe_HUczxFma1RqMk92AT8znU8bn7ME
  281.           [form_id] => page_node_form
  282.           [menu] => Array
  283.           (
  284.             [link_title] =>
  285.             [description] =>
  286.             [parent] => main-menu:0
  287.             [weight] => 0
  288.           )
  289.           [log] =>
  290.           [path] => Array
  291.           (
  292.             [alias] =>
  293.           )
  294.           [comment] => 1
  295.           [name] => admin
  296.           [date] =>
  297.           [status] => 1
  298.           [additional_settings__active_tab] => edit-menu
  299.         )
  300.         [build_info] => Array
  301.         (
  302.           [args] => Array
  303.           (
  304.             [0] => page
  305.           )
  306.           [base_form_id] => node_form
  307.         )
  308.         [rebuild] => 1
  309.         [rebuild_info] => Array
  310.         (
  311.         )
  312.         [redirect] =>
  313.         [temporary] => Array
  314.         (
  315.         )
  316.         [submitted] =>
  317.         [executed] =>
  318.         [programmed] =>
  319.         [cache] =>
  320.         [method] => post
  321.         [groups] => Array
  322.         (
  323.         )
  324.         [buttons] => Array
  325.         (
  326.         )
  327.         [node] => page
  328.       )
  329.       [5] => Array
  330.       (
  331.         [language] => en
  332.         [default] => 1
  333.       )
  334.     )
  335.   )
  336.   [2] => Array
  337.   (
  338.     [file] => path/to/drupal/modules/field/field.attach.inc
  339.     [line] => 568
  340.     [function] => _field_invoke_default
  341.     [args] => Array
  342.     (
  343.       [0] => form
  344.       [1] => node
  345.       [2] => page
  346.       [3] => Array
  347.       (
  348.         [#node_edit_form] => 1
  349.        [#attributes] => Array
  350.        (
  351.           [class] => Array
  352.           (
  353.             [0] => node-form
  354.           )
  355.         )
  356.         [nid] => Array
  357.         (
  358.           [#type] => value
  359.          [#value] =>
  360.        )
  361.         [vid] => Array
  362.         (
  363.           [#type] => value
  364.          [#value] =>
  365.        )
  366.         [uid] => Array
  367.         (
  368.           [#type] => value
  369.          [#value] =>
  370.        )
  371.         [created] => Array
  372.         (
  373.           [#type] => value
  374.          [#value] =>
  375.        )
  376.         [type] => Array
  377.         (
  378.           [#type] => value
  379.          [#value] =>
  380.        )
  381.         [language] => Array
  382.         (
  383.           [#type] => value
  384.          [#value] =>
  385.        )
  386.         [changed] => Array
  387.         (
  388.           [#type] => hidden
  389.          [#default_value] =>
  390.        )
  391.         [title] => Array
  392.         (
  393.           [#type] => textfield
  394.          [#title] => Title
  395.          [#required] => 1
  396.          [#default_value] =>
  397.          [#maxlength] => 255
  398.          [#weight] => -5
  399.        )
  400.         [#node] => page
  401.        [additional_settings] => Array
  402.         (
  403.           [#type] => vertical_tabs
  404.          [#weight] => 99
  405.        )
  406.         [revision_information] => Array
  407.         (
  408.           [#type] => fieldset
  409.          [#title] => Revision information
  410.          [#collapsible] => 1
  411.          [#collapsed] => 1
  412.          [#group] => additional_settings
  413.          [#attributes] => Array
  414.          (
  415.             [class] => Array
  416.             (
  417.               [0] => node-form-revision-information
  418.             )
  419.           )
  420.           [#attached] => Array
  421.          (
  422.             [js] => Array
  423.             (
  424.               [0] => modules/node/node.js
  425.             )
  426.           )
  427.           [#weight] => 20
  428.          [#access] => 1
  429.          [revision] => Array
  430.           (
  431.             [#type] => checkbox
  432.            [#title] => Create new revision
  433.            [#default_value] =>
  434.            [#access] => 1
  435.            [#states] => Array
  436.            (
  437.               [checked] => Array
  438.               (
  439.                 [textarea[name="log"]] => Array
  440.                 (
  441.                   [empty] =>
  442.                 )
  443.               )
  444.             )
  445.           )
  446.           [log] => Array
  447.           (
  448.             [#type] => textarea
  449.            [#title] => Revision log message
  450.            [#rows] => 4
  451.            [#default_value] =>
  452.            [#description] => Provide an explanation of the changes you are making. This will help other authors understand your motivations.
  453.          )
  454.         )
  455.         [author] => Array
  456.         (
  457.           [#type] => fieldset
  458.          [#access] => 1
  459.          [#title] => Authoring information
  460.          [#collapsible] => 1
  461.          [#collapsed] => 1
  462.          [#group] => additional_settings
  463.          [#attributes] => Array
  464.          (
  465.             [class] => Array
  466.             (
  467.               [0] => node-form-author
  468.             )
  469.           )
  470.           [#attached] => Array
  471.          (
  472.             [js] => Array
  473.             (
  474.               [0] => modules/node/node.js
  475.               [1] => Array
  476.               (
  477.                 [type] => setting
  478.                 [data] => Array
  479.                 (
  480.                   [anonymous] => Anonymous
  481.                 )
  482.               )
  483.             )
  484.           )
  485.           [#weight] => 90
  486.          [name] => Array
  487.           (
  488.             [#type] => textfield
  489.            [#title] => Authored by
  490.            [#maxlength] => 60
  491.            [#autocomplete_path] => user/autocomplete
  492.            [#default_value] =>
  493.            [#weight] => -1
  494.            [#description] => Leave blank for <em class="placeholder">Anonymous</em>.
  495.          )
  496.           [date] => Array
  497.           (
  498.             [#type] => textfield
  499.            [#title] => Authored on
  500.            [#maxlength] => 25
  501.            [#description] => Format: <em class="placeholder"></em>. The date format is YYYY-MM-DD and <em class="placeholder"></em> is the time zone offset from UTC. Leave blank to use the time of form submission.
  502.            [#default_value] =>
  503.          )
  504.         )
  505.         [options] => Array
  506.         (
  507.           [#type] => fieldset
  508.          [#access] => 1
  509.          [#title] => Publishing options
  510.          [#collapsible] => 1
  511.          [#collapsed] => 1
  512.          [#group] => additional_settings
  513.          [#attributes] => Array
  514.          (
  515.             [class] => Array
  516.             (
  517.               [0] => node-form-options
  518.             )
  519.           )
  520.           [#attached] => Array
  521.          (
  522.             [js] => Array
  523.             (
  524.               [0] => modules/node/node.js
  525.             )
  526.           )
  527.           [#weight] => 95
  528.          [status] => Array
  529.           (
  530.             [#type] => checkbox
  531.            [#title] => Published
  532.            [#default_value] =>
  533.          )
  534.           [promote] => Array
  535.           (
  536.             [#type] => checkbox
  537.            [#title] => Promoted to front page
  538.            [#default_value] =>
  539.          )
  540.           [sticky] => Array
  541.           (
  542.             [#type] => checkbox
  543.            [#title] => Sticky at top of lists
  544.            [#default_value] =>
  545.          )
  546.         )
  547.         [actions] => Array
  548.         (
  549.           [#type] => actions
  550.          [submit] => Array
  551.           (
  552.             [#type] => submit
  553.            [#access] => 1
  554.            [#value] => Save
  555.            [#weight] => 5
  556.            [#submit] => Array
  557.            (
  558.               [0] => node_form_submit
  559.             )
  560.           )
  561.           [preview] => Array
  562.           (
  563.             [#access] => 1
  564.            [#type] => submit
  565.            [#value] => Preview
  566.            [#weight] => 10
  567.            [#submit] => Array
  568.            (
  569.               [0] => node_form_build_preview
  570.             )
  571.           )
  572.         )
  573.         [#validate] => Array
  574.        (
  575.           [0] => node_form_validate
  576.         )
  577.         [#submit] => Array
  578.        (
  579.         )
  580.         [#parents] => Array
  581.        (
  582.         )
  583.       )
  584.       [4] => Array
  585.       (
  586.         [input] => Array
  587.         (
  588.           [title] => Test
  589.           [body] => Array
  590.           (
  591.             [und] => Array
  592.             (
  593.               [0] => Array
  594.               (
  595.                 [summary] =>
  596.                 [value] => Test
  597.                 [format] => filtered_html
  598.               )
  599.             )
  600.           )
  601.           [changed] =>
  602.           [form_token] => BtgFawb9xV-Awbe_HUczxFma1RqMk92AT8znU8bn7ME
  603.           [form_id] => page_node_form
  604.           [menu] => Array
  605.           (
  606.             [link_title] =>
  607.             [description] =>
  608.             [parent] => main-menu:0
  609.             [weight] => 0
  610.           )
  611.           [log] =>
  612.           [path] => Array
  613.           (
  614.             [alias] =>
  615.           )
  616.           [comment] => 1
  617.           [name] => admin
  618.           [date] =>
  619.           [status] => 1
  620.           [additional_settings__active_tab] => edit-menu
  621.         )
  622.         [build_info] => Array
  623.         (
  624.           [args] => Array
  625.           (
  626.             [0] => page
  627.           )
  628.           [base_form_id] => node_form
  629.         )
  630.         [rebuild] => 1
  631.         [rebuild_info] => Array
  632.         (
  633.         )
  634.         [redirect] =>
  635.         [temporary] => Array
  636.         (
  637.         )
  638.         [submitted] =>
  639.         [executed] =>
  640.         [programmed] =>
  641.         [cache] =>
  642.         [method] => post
  643.         [groups] => Array
  644.         (
  645.         )
  646.         [buttons] => Array
  647.         (
  648.         )
  649.         [node] => page
  650.       )
  651.       [5] => Array
  652.       (
  653.         [language] => en
  654.       )
  655.     )
  656.   )
  657.   [3] => Array
  658.   (
  659.     [file] => path/to/drupal/modules/node/node.pages.inc
  660.     [line] => 302
  661.     [function] => field_attach_form
  662.     [args] => Array
  663.     (
  664.       [0] => node
  665.       [1] => page
  666.       [2] => Array
  667.       (
  668.         [#node_edit_form] => 1
  669.        [#attributes] => Array
  670.        (
  671.           [class] => Array
  672.           (
  673.             [0] => node-form
  674.           )
  675.         )
  676.         [nid] => Array
  677.         (
  678.           [#type] => value
  679.          [#value] =>
  680.        )
  681.         [vid] => Array
  682.         (
  683.           [#type] => value
  684.          [#value] =>
  685.        )
  686.         [uid] => Array
  687.         (
  688.           [#type] => value
  689.          [#value] =>
  690.        )
  691.         [created] => Array
  692.         (
  693.           [#type] => value
  694.          [#value] =>
  695.        )
  696.         [type] => Array
  697.         (
  698.           [#type] => value
  699.          [#value] =>
  700.        )
  701.         [language] => Array
  702.         (
  703.           [#type] => value
  704.          [#value] =>
  705.        )
  706.         [changed] => Array
  707.         (
  708.           [#type] => hidden
  709.          [#default_value] =>
  710.        )
  711.         [title] => Array
  712.         (
  713.           [#type] => textfield
  714.          [#title] => Title
  715.          [#required] => 1
  716.          [#default_value] =>
  717.          [#maxlength] => 255
  718.          [#weight] => -5
  719.        )
  720.         [#node] => page
  721.        [additional_settings] => Array
  722.         (
  723.           [#type] => vertical_tabs
  724.          [#weight] => 99
  725.        )
  726.         [revision_information] => Array
  727.         (
  728.           [#type] => fieldset
  729.          [#title] => Revision information
  730.          [#collapsible] => 1
  731.          [#collapsed] => 1
  732.          [#group] => additional_settings
  733.          [#attributes] => Array
  734.          (
  735.             [class] => Array
  736.             (
  737.               [0] => node-form-revision-information
  738.             )
  739.           )
  740.           [#attached] => Array
  741.          (
  742.             [js] => Array
  743.             (
  744.               [0] => modules/node/node.js
  745.             )
  746.           )
  747.           [#weight] => 20
  748.          [#access] => 1
  749.          [revision] => Array
  750.           (
  751.             [#type] => checkbox
  752.            [#title] => Create new revision
  753.            [#default_value] =>
  754.            [#access] => 1
  755.            [#states] => Array
  756.            (
  757.               [checked] => Array
  758.               (
  759.                 [textarea[name="log"]] => Array
  760.                 (
  761.                   [empty] =>
  762.                 )
  763.               )
  764.             )
  765.           )
  766.           [log] => Array
  767.           (
  768.             [#type] => textarea
  769.            [#title] => Revision log message
  770.            [#rows] => 4
  771.            [#default_value] =>
  772.            [#description] => Provide an explanation of the changes you are making. This will help other authors understand your motivations.
  773.          )
  774.         )
  775.         [author] => Array
  776.         (
  777.           [#type] => fieldset
  778.          [#access] => 1
  779.          [#title] => Authoring information
  780.          [#collapsible] => 1
  781.          [#collapsed] => 1
  782.          [#group] => additional_settings
  783.          [#attributes] => Array
  784.          (
  785.             [class] => Array
  786.             (
  787.               [0] => node-form-author
  788.             )
  789.           )
  790.           [#attached] => Array
  791.          (
  792.             [js] => Array
  793.             (
  794.               [0] => modules/node/node.js
  795.               [1] => Array
  796.               (
  797.                 [type] => setting
  798.                 [data] => Array
  799.                 (
  800.                   [anonymous] => Anonymous
  801.                 )
  802.               )
  803.             )
  804.           )
  805.           [#weight] => 90
  806.          [name] => Array
  807.           (
  808.             [#type] => textfield
  809.            [#title] => Authored by
  810.            [#maxlength] => 60
  811.            [#autocomplete_path] => user/autocomplete
  812.            [#default_value] =>
  813.            [#weight] => -1
  814.            [#description] => Leave blank for <em class="placeholder">Anonymous</em>.
  815.          )
  816.           [date] => Array
  817.           (
  818.             [#type] => textfield
  819.            [#title] => Authored on
  820.            [#maxlength] => 25
  821.            [#description] => Format: <em class="placeholder"></em>. The date format is YYYY-MM-DD and <em class="placeholder"></em> is the time zone offset from UTC. Leave blank to use the time of form submission.
  822.            [#default_value] =>
  823.          )
  824.         )
  825.         [options] => Array
  826.         (
  827.           [#type] => fieldset
  828.          [#access] => 1
  829.          [#title] => Publishing options
  830.          [#collapsible] => 1
  831.          [#collapsed] => 1
  832.          [#group] => additional_settings
  833.          [#attributes] => Array
  834.          (
  835.             [class] => Array
  836.             (
  837.               [0] => node-form-options
  838.             )
  839.           )
  840.           [#attached] => Array
  841.          (
  842.             [js] => Array
  843.             (
  844.               [0] => modules/node/node.js
  845.             )
  846.           )
  847.           [#weight] => 95
  848.          [status] => Array
  849.           (
  850.             [#type] => checkbox
  851.            [#title] => Published
  852.            [#default_value] =>
  853.          )
  854.           [promote] => Array
  855.           (
  856.             [#type] => checkbox
  857.            [#title] => Promoted to front page
  858.            [#default_value] =>
  859.          )
  860.           [sticky] => Array
  861.           (
  862.             [#type] => checkbox
  863.            [#title] => Sticky at top of lists
  864.            [#default_value] =>
  865.          )
  866.         )
  867.         [actions] => Array
  868.         (
  869.           [#type] => actions
  870.          [submit] => Array
  871.           (
  872.             [#type] => submit
  873.            [#access] => 1
  874.            [#value] => Save
  875.            [#weight] => 5
  876.            [#submit] => Array
  877.            (
  878.               [0] => node_form_submit
  879.             )
  880.           )
  881.           [preview] => Array
  882.           (
  883.             [#access] => 1
  884.            [#type] => submit
  885.            [#value] => Preview
  886.            [#weight] => 10
  887.            [#submit] => Array
  888.            (
  889.               [0] => node_form_build_preview
  890.             )
  891.           )
  892.         )
  893.         [#validate] => Array
  894.        (
  895.           [0] => node_form_validate
  896.         )
  897.         [#submit] => Array
  898.        (
  899.         )
  900.         [#parents] => Array
  901.        (
  902.         )
  903.       )
  904.       [3] => Array
  905.       (
  906.         [input] => Array
  907.         (
  908.           [title] => Test
  909.           [body] => Array
  910.           (
  911.             [und] => Array
  912.             (
  913.               [0] => Array
  914.               (
  915.                 [summary] =>
  916.                 [value] => Test
  917.                 [format] => filtered_html
  918.               )
  919.             )
  920.           )
  921.           [changed] =>
  922.           [form_token] => BtgFawb9xV-Awbe_HUczxFma1RqMk92AT8znU8bn7ME
  923.           [form_id] => page_node_form
  924.           [menu] => Array
  925.           (
  926.             [link_title] =>
  927.             [description] =>
  928.             [parent] => main-menu:0
  929.             [weight] => 0
  930.           )
  931.           [log] =>
  932.           [path] => Array
  933.           (
  934.             [alias] =>
  935.           )
  936.           [comment] => 1
  937.           [name] => admin
  938.           [date] =>
  939.           [status] => 1
  940.           [additional_settings__active_tab] => edit-menu
  941.         )
  942.         [build_info] => Array
  943.         (
  944.           [args] => Array
  945.           (
  946.             [0] => page
  947.           )
  948.           [base_form_id] => node_form
  949.         )
  950.         [rebuild] => 1
  951.         [rebuild_info] => Array
  952.         (
  953.         )
  954.         [redirect] =>
  955.         [temporary] => Array
  956.         (
  957.         )
  958.         [submitted] =>
  959.         [executed] =>
  960.         [programmed] =>
  961.         [cache] =>
  962.         [method] => post
  963.         [groups] => Array
  964.         (
  965.         )
  966.         [buttons] => Array
  967.         (
  968.         )
  969.         [node] => page
  970.       )
  971.       [4] =>
  972.     )
  973.   )
  974.   [4] => Array
  975.   (
  976.     [function] => node_form
  977.     [args] => Array
  978.     (
  979.       [0] => Array
  980.       (
  981.       )
  982.       [1] => Array
  983.       (
  984.         [input] => Array
  985.         (
  986.           [title] => Test
  987.           [body] => Array
  988.           (
  989.             [und] => Array
  990.             (
  991.               [0] => Array
  992.               (
  993.                 [summary] =>
  994.                 [value] => Test
  995.                 [format] => filtered_html
  996.               )
  997.             )
  998.           )
  999.           [changed] =>
  1000.           [form_token] => BtgFawb9xV-Awbe_HUczxFma1RqMk92AT8znU8bn7ME
  1001.           [form_id] => page_node_form
  1002.           [menu] => Array
  1003.           (
  1004.             [link_title] =>
  1005.             [description] =>
  1006.             [parent] => main-menu:0
  1007.             [weight] => 0
  1008.           )
  1009.           [log] =>
  1010.           [path] => Array
  1011.           (
  1012.             [alias] =>
  1013.           )
  1014.           [comment] => 1
  1015.           [name] => admin
  1016.           [date] =>
  1017.           [status] => 1
  1018.           [additional_settings__active_tab] => edit-menu
  1019.         )
  1020.         [build_info] => Array
  1021.         (
  1022.           [args] => Array
  1023.           (
  1024.             [0] => page
  1025.           )
  1026.           [base_form_id] => node_form
  1027.         )
  1028.         [rebuild] => 1
  1029.         [rebuild_info] => Array
  1030.         (
  1031.         )
  1032.         [redirect] =>
  1033.         [temporary] => Array
  1034.         (
  1035.         )
  1036.         [submitted] =>
  1037.         [executed] =>
  1038.         [programmed] =>
  1039.         [cache] =>
  1040.         [method] => post
  1041.         [groups] => Array
  1042.         (
  1043.         )
  1044.         [buttons] => Array
  1045.         (
  1046.         )
  1047.         [node] => page
  1048.       )
  1049.       [2] => page
  1050.     )
  1051.   )
  1052.   [5] => Array
  1053.   (
  1054.     [file] => path/to/drupal/includes/form.inc
  1055.     [line] => 787
  1056.     [function] => call_user_func_array
  1057.     [args] => Array
  1058.     (
  1059.       [0] => node_form
  1060.       [1] => Array
  1061.       (
  1062.         [0] => Array
  1063.         (
  1064.         )
  1065.         [1] => Array
  1066.         (
  1067.           [input] => Array
  1068.           (
  1069.             [title] => Test
  1070.             [body] => Array
  1071.             (
  1072.               [und] => Array
  1073.               (
  1074.                 [0] => Array
  1075.                 (
  1076.                   [summary] =>
  1077.                   [value] => Test
  1078.                   [format] => filtered_html
  1079.                 )
  1080.               )
  1081.             )
  1082.             [changed] =>
  1083.             [form_token] => BtgFawb9xV-Awbe_HUczxFma1RqMk92AT8znU8bn7ME
  1084.             [form_id] => page_node_form
  1085.             [menu] => Array
  1086.             (
  1087.               [link_title] =>
  1088.               [description] =>
  1089.               [parent] => main-menu:0
  1090.               [weight] => 0
  1091.             )
  1092.             [log] =>
  1093.             [path] => Array
  1094.             (
  1095.               [alias] =>
  1096.             )
  1097.             [comment] => 1
  1098.             [name] => admin
  1099.             [date] =>
  1100.             [status] => 1
  1101.             [additional_settings__active_tab] => edit-menu
  1102.           )
  1103.           [build_info] => Array
  1104.           (
  1105.             [args] => Array
  1106.             (
  1107.               [0] => page
  1108.             )
  1109.             [base_form_id] => node_form
  1110.           )
  1111.           [rebuild] => 1
  1112.           [rebuild_info] => Array
  1113.           (
  1114.           )
  1115.           [redirect] =>
  1116.           [temporary] => Array
  1117.           (
  1118.           )
  1119.           [submitted] =>
  1120.           [executed] =>
  1121.           [programmed] =>
  1122.           [cache] =>
  1123.           [method] => post
  1124.           [groups] => Array
  1125.           (
  1126.           )
  1127.           [buttons] => Array
  1128.           (
  1129.           )
  1130.           [node] => page
  1131.         )
  1132.         [2] => page
  1133.       )
  1134.     )
  1135.   )
  1136.   [6] => Array
  1137.   (
  1138.     [file] => path/to/drupal/includes/form.inc
  1139.     [line] => 331
  1140.     [function] => drupal_retrieve_form
  1141.     [args] => Array
  1142.     (
  1143.       [0] => page_node_form
  1144.       [1] => Array
  1145.       (
  1146.         [input] => Array
  1147.         (
  1148.           [title] => Test
  1149.           [body] => Array
  1150.           (
  1151.             [und] => Array
  1152.             (
  1153.               [0] => Array
  1154.               (
  1155.                 [summary] =>
  1156.                 [value] => Test
  1157.                 [format] => filtered_html
  1158.               )
  1159.             )
  1160.           )
  1161.           [changed] =>
  1162.           [form_token] => BtgFawb9xV-Awbe_HUczxFma1RqMk92AT8znU8bn7ME
  1163.           [form_id] => page_node_form
  1164.           [menu] => Array
  1165.           (
  1166.             [link_title] =>
  1167.             [description] =>
  1168.             [parent] => main-menu:0
  1169.             [weight] => 0
  1170.           )
  1171.           [log] =>
  1172.           [path] => Array
  1173.           (
  1174.             [alias] =>
  1175.           )
  1176.           [comment] => 1
  1177.           [name] => admin
  1178.           [date] =>
  1179.           [status] => 1
  1180.           [additional_settings__active_tab] => edit-menu
  1181.         )
  1182.         [build_info] => Array
  1183.         (
  1184.           [args] => Array
  1185.           (
  1186.             [0] => page
  1187.           )
  1188.           [base_form_id] => node_form
  1189.         )
  1190.         [rebuild] => 1
  1191.         [rebuild_info] => Array
  1192.         (
  1193.         )
  1194.         [redirect] =>
  1195.         [temporary] => Array
  1196.         (
  1197.         )
  1198.         [submitted] =>
  1199.         [executed] =>
  1200.         [programmed] =>
  1201.         [cache] =>
  1202.         [method] => post
  1203.         [groups] => Array
  1204.         (
  1205.         )
  1206.         [buttons] => Array
  1207.         (
  1208.         )
  1209.         [node] => page
  1210.       )
  1211.     )
  1212.   )
  1213.   [7] => Array
  1214.   (
  1215.     [file] => path/to/drupal/sites/all/modules/autosave/autosave.module
  1216.     [line] => 171
  1217.     [function] => drupal_build_form
  1218.     [args] => Array
  1219.     (
  1220.       [0] => page_node_form
  1221.       [1] => Array
  1222.       (
  1223.         [input] => Array
  1224.         (
  1225.           [title] => Test
  1226.           [body] => Array
  1227.           (
  1228.             [und] => Array
  1229.             (
  1230.               [0] => Array
  1231.               (
  1232.                 [summary] =>
  1233.                 [value] => Test
  1234.                 [format] => filtered_html
  1235.               )
  1236.             )
  1237.           )
  1238.           [changed] =>
  1239.           [form_token] => BtgFawb9xV-Awbe_HUczxFma1RqMk92AT8znU8bn7ME
  1240.           [form_id] => page_node_form
  1241.           [menu] => Array
  1242.           (
  1243.             [link_title] =>
  1244.             [description] =>
  1245.             [parent] => main-menu:0
  1246.             [weight] => 0
  1247.           )
  1248.           [log] =>
  1249.           [path] => Array
  1250.           (
  1251.             [alias] =>
  1252.           )
  1253.           [comment] => 1
  1254.           [name] => admin
  1255.           [date] =>
  1256.           [status] => 1
  1257.           [additional_settings__active_tab] => edit-menu
  1258.         )
  1259.         [build_info] => Array
  1260.         (
  1261.           [args] => Array
  1262.           (
  1263.             [0] => page
  1264.           )
  1265.           [base_form_id] => node_form
  1266.         )
  1267.         [rebuild] => 1
  1268.         [rebuild_info] => Array
  1269.         (
  1270.         )
  1271.         [redirect] =>
  1272.         [temporary] => Array
  1273.         (
  1274.         )
  1275.         [submitted] =>
  1276.         [executed] =>
  1277.         [programmed] =>
  1278.         [cache] =>
  1279.         [method] => post
  1280.         [groups] => Array
  1281.         (
  1282.         )
  1283.         [buttons] => Array
  1284.         (
  1285.         )
  1286.         [node] => page
  1287.       )
  1288.     )
  1289.   )
  1290.   [8] => Array
  1291.   (
  1292.     [function] => autosave_restore
  1293.     [args] => Array
  1294.     (
  1295.       [0] => page-node-form
  1296.       [1] => 1329441571
  1297.     )
  1298.   )
  1299.   [9] => Array
  1300.   (
  1301.     [file] => path/to/drupal/includes/menu.inc
  1302.     [line] => 517
  1303.     [function] => call_user_func_array
  1304.     [args] => Array
  1305.     (
  1306.       [0] => autosave_restore
  1307.       [1] => Array
  1308.       (
  1309.         [0] => page-node-form
  1310.         [1] => 1329441571
  1311.       )
  1312.     )
  1313.   )
  1314.   [10] => Array
  1315.   (
  1316.     [file] => path/to/drupal/index.php
  1317.     [line] => 21
  1318.     [function] => menu_execute_active_handler
  1319.     [args] => Array
  1320.     (
  1321.     )
  1322.   )
  1323. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement