Fatal error: Call to undefined function pageroute_page_add() in D:\workspace\eclipse\elc2\sites\all\modules\pageroute\pageroute.page_manage.inc on line 99

Here's the route:

array (
  'options' => 
  array (
    'tabs' => '2',
    'access' => 
    array (
      'allowed_roles' => 
      array (
        1 => 1,
        2 => 2,
        3 => 3,
      ),
    ),
    'redirect_path' => '',
    'no_messages' => 1,
  ),
  'pages' => 
  array (
    0 => 
    array (
      'name' => 'instant_eval',
      'module' => 'pageroute',
      'type' => 'manage',
      'title' => '',
      'options' => 
      array (
        'activated' => 1,
        'no_tab' => 0,
        'forward' => 'Forward',
        'back' => 'Back',
        'cancel' => '',
        'content-type' => 'story',
        'add_button' => 'Add',
        'empty' => 
        array (
          'force_add' => '1',
          'cancel' => 'Cancel',
          'add_button' => 'Add',
        ),
        'add' => 
        array (
          'forward' => 'Forward',
          'back' => 'Back',
          'cancel' => 'Cancel',
          'preview' => 0,
          'submit' => 1,
        ),
        'edit' => 
        array (
          'forward' => 'Forward',
          'back' => 'Back',
          'cancel' => 'Cancel',
          'preview' => 0,
          'submit' => 1,
          'nodelete' => 1,
        ),
      ),
      'weight' => '-10',
    ),
    1 => 
    array (
      'name' => 'you_qualifty',
      'module' => 'pageroute',
      'type' => 'view',
      'title' => '',
      'options' => 
      array (
        'activated' => 1,
        'no_tab' => 0,
        'forward' => 'Forward',
        'back' => 'Back',
        'cancel' => '',
        'nid' => '7',
      ),
      'weight' => '-10',
    ),
  ),
  'page_index' => 
  array (
    'instant_eval' => 0,
    'you_qualifty' => 1,
  ),
  'page_access' => 
  array (
  ),
  'path' => 'expungement',
  'page_data_current' => NULL,
  'page_data_previous' => NULL,
)

Comments

sepgil’s picture

Status: Active » Closed (won't fix)

Node management page type was depricated, so there is currently no fix....