Running drake fails for me, giving the errors below, and just wanted to know if perhaps the configuration I am attempting is the problem.

I have a fresh install of drupal 5.3 in my document root (so http://mydomain.com/ goes straight to drupal).

I installed cake in the document root as well, and can access my cake app with http://mydomain.com/cake

however if I run http://mydomain.com/drake?run=%2Fcontroller%2Fview it fails.

Errors below. Let me know if this *should* work or if I need to have drupal and cake in their own subdirectories under the document root.

thanks
charles

Warning (512): Duplicate entry '' for key 1
query: UPDATE sessions SET sid = '' WHERE sid = 'drake_291be036da1dc654b7f3e5be58c09eb0' [/home/jcheney/public_html/includes/database.mysql.inc, line 172]

Code | Context

$query = "UPDATE sessions SET sid = '' WHERE sid = 'drake_291be036da1dc654b7f3e5be58c09eb0'"
$debug = 0
$active_db = resource
$queries = null
$result = false

}
else {
trigger_error(check_plain(mysql_error($active_db) ."\nquery: ". $query), E_USER_WARNING);

_db_query - /home/jcheney/public_html/includes/database.mysql.inc, line 172
db_query - /home/jcheney/public_html/includes/database.inc, line 200
_drake_dispatcher_finalize - /home/jcheney/public_html/modules/drake/drake.module, line 428
drake_dispatcher - /home/jcheney/public_html/modules/drake/drake.module, line 316
menu_execute_active_handler - /home/jcheney/public_html/includes/menu.inc, line 418
[main] - /home/jcheney/public_html/index.php, line 15

Notice (8): Undefined property: stdClass::$theme [/home/jcheney/public_html/includes/theme.inc, line 45]

Code | Context

$theme = null
$user = stdClass
stdClass::$uid = 0
stdClass::$hostname = "72.66.114.29"
stdClass::$roles = array(
"anonymous user"
)
stdClass::$session = "[empty string]"
stdClass::$cache = 0
$custom_theme = null
$theme_engine = null
$theme_key = null
$themes = array(
"minnelli" => stdClass
stdClass::$filename = "themes/garland/minnelli/style.css"
stdClass::$name = "minnelli"
stdClass::$type = "theme"
stdClass::$description = "themes/garland/page.tpl.php"
stdClass::$status = "1"
stdClass::$throttle = "0"
stdClass::$bootstrap = "0"
stdClass::$schema_version = "-1"
stdClass::$weight = "0",
"marvin" => stdClass
stdClass::$filename = "themes/chameleon/marvin/style.css"
stdClass::$name = "marvin"
stdClass::$type = "theme"
stdClass::$description = "themes/chameleon/chameleon.theme"
stdClass::$status = "1"
stdClass::$throttle = "0"
stdClass::$bootstrap = "0"
stdClass::$schema_version = "-1"
stdClass::$weight = "0",
"garland" => stdClass
stdClass::$filename = "themes/garland/page.tpl.php"
stdClass::$name = "garland"
stdClass::$type = "theme"
stdClass::$description = "themes/engines/phptemplate/phptemplate.engine"
stdClass::$status = "1"
stdClass::$throttle = "0"
stdClass::$bootstrap = "0"
stdClass::$schema_version = "-1"
stdClass::$weight = "0",
"pushbutton" => stdClass
stdClass::$filename = "themes/pushbutton/page.tpl.php"
stdClass::$name = "pushbutton"
stdClass::$type = "theme"
stdClass::$description = "themes/engines/phptemplate/phptemplate.engine"
stdClass::$status = "1"
stdClass::$throttle = "0"
stdClass::$bootstrap = "0"
stdClass::$schema_version = "-1"
stdClass::$weight = "0",
"bluemarine" => stdClass
stdClass::$filename = "themes/bluemarine/page.tpl.php"
stdClass::$name = "bluemarine"
stdClass::$type = "theme"
stdClass::$description = "themes/engines/phptemplate/phptemplate.engine"
stdClass::$status = "1"
stdClass::$throttle = "0"
stdClass::$bootstrap = "0"
stdClass::$schema_version = "-1"
stdClass::$weight = "0",
"chameleon" => stdClass
stdClass::$filename = "themes/chameleon/chameleon.theme"
stdClass::$name = "chameleon"
stdClass::$type = "theme"
stdClass::$description = "themes/chameleon/chameleon.theme"
stdClass::$status = "1"
stdClass::$throttle = "0"
stdClass::$bootstrap = "0"
stdClass::$schema_version = "-1"
stdClass::$weight = "0"
)

// Only select the user selected theme if it is available in the
// list of enabled themes.
$theme = $user->theme && $themes[$user->theme]->status ? $user->theme : variable_get('theme_default', 'garland');

init_theme - /home/jcheney/public_html/includes/theme.inc, line 45
theme_get_function - /home/jcheney/public_html/includes/theme.inc, line 188
theme - /home/jcheney/public_html/includes/theme.inc, line 167
drake_dispatcher - /home/jcheney/public_html/modules/drake/drake.module, line 359
menu_execute_active_handler - /home/jcheney/public_html/includes/menu.inc, line 418
[main] - /home/jcheney/public_html/index.php, line 15

Notice (8): Undefined index: q [/home/jcheney/public_html/includes/path.inc, line 206]

Code

// As drupal_init_path updates $_GET['q'] with the 'site_frontpage' path,
// we can check it against the 'site_frontpage' variable.
return $_GET['q'] == drupal_get_normal_path(variable_get('site_frontpage', 'node'));

drupal_is_front_page - /home/jcheney/public_html/includes/path.inc, line 206
phptemplate_page - /home/jcheney/public_html/themes/engines/phptemplate/phptemplate.engine, line 153
theme - /home/jcheney/public_html/includes/theme.inc, line 170
[main] - /home/jcheney/public_html/index.php, line 33

Notice (8): Undefined index: q [/home/jcheney/public_html/includes/path.inc, line 151]

Code | Context

$index = 0
$arguments = array(
"drake"
)
$q = "drake"

static $arguments, $q;

if (empty($arguments) || $q != $_GET['q']) {

arg - /home/jcheney/public_html/includes/path.inc, line 151
user_block - /home/jcheney/public_html/modules/user/user.module, line 556
module_invoke - /home/jcheney/public_html/includes/module.inc, line 386
block_list - /home/jcheney/public_html/modules/block/block.module, line 693
theme_blocks - /home/jcheney/public_html/includes/theme.inc, line 1018
theme - /home/jcheney/public_html/includes/theme.inc, line 170
phptemplate_page - /home/jcheney/public_html/themes/engines/phptemplate/phptemplate.engine, line 170
theme - /home/jcheney/public_html/includes/theme.inc, line 170
[main] - /home/jcheney/public_html/index.php, line 33

Notice (8): Undefined index: q [/home/jcheney/public_html/includes/path.inc, line 152]

Code | Context

$index = 0
$arguments = array(
"drake"
)
$q = "drake"

if (empty($arguments) || $q != $_GET['q']) {
$arguments = explode('/', $_GET['q']);

arg - /home/jcheney/public_html/includes/path.inc, line 152
user_block - /home/jcheney/public_html/modules/user/user.module, line 556
module_invoke - /home/jcheney/public_html/includes/module.inc, line 386
block_list - /home/jcheney/public_html/modules/block/block.module, line 693
theme_blocks - /home/jcheney/public_html/includes/theme.inc, line 1018
theme - /home/jcheney/public_html/includes/theme.inc, line 170
phptemplate_page - /home/jcheney/public_html/themes/engines/phptemplate/phptemplate.engine, line 170
theme - /home/jcheney/public_html/includes/theme.inc, line 170
[main] - /home/jcheney/public_html/index.php, line 33

Notice (8): Undefined index: q [/home/jcheney/public_html/includes/path.inc, line 153]

Code | Context

$index = 0
$arguments = array(
"[empty string]"
)
$q = "drake"

if (empty($arguments) || $q != $_GET['q']) {
$arguments = explode('/', $_GET['q']);
$q = $_GET['q'];

arg - /home/jcheney/public_html/includes/path.inc, line 153
user_block - /home/jcheney/public_html/modules/user/user.module, line 556
module_invoke - /home/jcheney/public_html/includes/module.inc, line 386
block_list - /home/jcheney/public_html/modules/block/block.module, line 693
theme_blocks - /home/jcheney/public_html/includes/theme.inc, line 1018
theme - /home/jcheney/public_html/includes/theme.inc, line 170
phptemplate_page - /home/jcheney/public_html/themes/engines/phptemplate/phptemplate.engine, line 170
theme - /home/jcheney/public_html/includes/theme.inc, line 170
[main] - /home/jcheney/public_html/index.php, line 33

Notice (8): Undefined index: q [/home/jcheney/public_html/modules/user/user.module, line 485]

Code

function user_login_block() {
$form = array(
'#action' => url($_GET['q'], drupal_get_destination()),

user_login_block - /home/jcheney/public_html/modules/user/user.module, line 485
drupal_retrieve_form - /home/jcheney/public_html/includes/form.inc, line 217
drupal_get_form - /home/jcheney/public_html/includes/form.inc, line 68
user_block - /home/jcheney/public_html/modules/user/user.module, line 559
module_invoke - /home/jcheney/public_html/includes/module.inc, line 386
block_list - /home/jcheney/public_html/modules/block/block.module, line 693
theme_blocks - /home/jcheney/public_html/includes/theme.inc, line 1018
theme - /home/jcheney/public_html/includes/theme.inc, line 170
phptemplate_page - /home/jcheney/public_html/themes/engines/phptemplate/phptemplate.engine, line 170
theme - /home/jcheney/public_html/includes/theme.inc, line 170
[main] - /home/jcheney/public_html/index.php, line 33

Notice (8): Undefined index: q [/home/jcheney/public_html/includes/common.inc, line 1270]

Code | Context

$text = "Create new account"
$path = "user/register"
$attributes = array(
"title" => "Create a new user account."
)
$query = null
$fragment = null
$absolute = false
$html = false

*/
function l($text, $path, $attributes = array(), $query = NULL, $fragment = NULL, $absolute = FALSE, $html = FALSE) {
if ($path == $_GET['q']) {

l - /home/jcheney/public_html/includes/common.inc, line 1270
user_login_block - /home/jcheney/public_html/modules/user/user.module, line 506
drupal_retrieve_form - /home/jcheney/public_html/includes/form.inc, line 217
drupal_get_form - /home/jcheney/public_html/includes/form.inc, line 68
user_block - /home/jcheney/public_html/modules/user/user.module, line 559
module_invoke - /home/jcheney/public_html/includes/module.inc, line 386
block_list - /home/jcheney/public_html/modules/block/block.module, line 693
theme_blocks - /home/jcheney/public_html/includes/theme.inc, line 1018
theme - /home/jcheney/public_html/includes/theme.inc, line 170
phptemplate_page - /home/jcheney/public_html/themes/engines/phptemplate/phptemplate.engine, line 170
theme - /home/jcheney/public_html/includes/theme.inc, line 170
[main] - /home/jcheney/public_html/index.php, line 33

Notice (8): Undefined variable: redirect [/home/jcheney/public_html/includes/form.inc, line 267]

Code | Context

$form_id = "user_login_block"
$form = array(
"#action" => "/?destination=%3Frun%3D%2Fvehicles%2Fview%26url%3Dvehicles%2Fview",
"#id" => "user-login-form",
"#base" => "user_login",
"name" => array(
"#type" => "textfield",
"#title" => "Username",
"#maxlength" => 60,
"#size" => 15,
"#required" => true,
"#post" => array(),
"#programmed" => false,
"#tree" => false,
"#parents" => array(
"name"
),
"#weight" => 0,
"#processed" => false,
"#description" => null,
"#attributes" => array(),
"#input" => true,
"#autocomplete_path" => false,
"#name" => "name",
"#id" => "edit-name",
"#value" => "[empty string]",
"#sorted" => true
),
"pass" => array(
"#type" => "password",
"#title" => "Password",
"#maxlength" => 60,
"#size" => 15,
"#required" => true,
"#post" => array(),
"#programmed" => false,
"#tree" => false,
"#parents" => array(
"pass"
),
"#weight" => 0.001,
"#processed" => false,
"#description" => null,
"#attributes" => array(),
"#input" => true,
"#name" => "pass",
"#id" => "edit-pass",
"#value" => "[empty string]",
"#sorted" => true
),
"submit" => array(
"#type" => "submit",
"#value" => "Log in",
"#post" => array(),
"#programmed" => false,
"#tree" => false,
"#parents" => array(
"submit"
),
"#weight" => 0.002,
"#processed" => false,
"#description" => null,
"#attributes" => array(),
"#required" => false,
"#input" => true,
"#name" => "op",
"#button_type" => "submit",
"#executes_submit_callback" => true,
"#id" => "edit-submit",
"#sorted" => true
),
"links" => array(
"#value" => "

",
"#post" => array(),
"#programmed" => false,
"#tree" => false,
"#parents" => array(
"links"
),
"#weight" => 0.003,
"#processed" => false,
"#sorted" => true
),
"#parameters" => array(
"user_login_block"
),
"#type" => "form",
"#post" => array(),
"#programmed" => false,
"form_id" => array(
"#type" => "hidden",
"#value" => "user_login_block",
"#id" => "edit-user-login-block",
"#post" => array(),
"#programmed" => false,
"#tree" => false,
"#parents" => array(
"form_id"
),
"#weight" => 0.004,
"#processed" => false,
"#description" => null,
"#attributes" => array(),
"#required" => false,
"#input" => true,
"#name" => "form_id",
"#sorted" => true
),
"#description" => null,
"#attributes" => array(),
"#required" => false,
"#tree" => false,
"#parents" => array(),
"#method" => "post",
"#validate" => array(
"user_login_validate" => array()
),
"#submit" => array(
"user_login_submit" => array()
),
"#processed" => false,
"#sorted" => true
)
$form_values = null
$form_submitted = null
$user = stdClass
stdClass::$uid = 0
stdClass::$hostname = "1.2.3.4.5"
stdClass::$roles = array(
"anonymous user"
)
stdClass::$session = "[empty string]"
stdClass::$cache = 0
$form_button_counter = null
$saved_globals = array()

// restore the ones that were there before this function was called.
list($form_values, $form_submitted, $form_button_counter) = array_pop($saved_globals);
return $redirect;

drupal_process_form - /home/jcheney/public_html/includes/form.inc, line 267
drupal_get_form - /home/jcheney/public_html/includes/form.inc, line 79
user_block - /home/jcheney/public_html/modules/user/user.module, line 559
module_invoke - /home/jcheney/public_html/includes/module.inc, line 386
block_list - /home/jcheney/public_html/modules/block/block.module, line 693
theme_blocks - /home/jcheney/public_html/includes/theme.inc, line 1018
theme - /home/jcheney/public_html/includes/theme.inc, line 170
phptemplate_page - /home/jcheney/public_html/themes/engines/phptemplate/phptemplate.engine, line 170
theme - /home/jcheney/public_html/includes/theme.inc, line 170
[main] - /home/jcheney/public_html/index.php, line 33

Notice (8): Undefined index: q [/home/jcheney/public_html/includes/menu.inc, line 502]

Code

*/
function menu_get_active_help() {
$path = $_GET['q'];

menu_get_active_help - /home/jcheney/public_html/includes/menu.inc, line 502
theme_help - /home/jcheney/public_html/includes/theme.inc, line 640
theme - /home/jcheney/public_html/includes/theme.inc, line 170
phptemplate_page - /home/jcheney/public_html/themes/engines/phptemplate/phptemplate.engine, line 203
theme - /home/jcheney/public_html/includes/theme.inc, line 170
[main] - /home/jcheney/public_html/index.php, line 33

Notice (8): Undefined index: q [/home/jcheney/public_html/includes/menu.inc, line 974]

Code | Context

$pid = 2
$trails = array()
$menu = array(
"path index" => array(
"admin/build/block" => "14",
"admin/build/block/list" => -2,
"admin/build/block/configure" => -3,
"admin/build/block/delete" => -4,
"admin/build/block/add" => -5,
"admin/build/block/list/minnelli" => -6,
"admin/build/block/list/marvin" => -7,
"admin/build/block/list/garland" => -8,
"admin/build/block/list/pushbutton" => -9,
"admin/build/block/list/bluemarine" => -10,
"admin/build/block/list/chameleon" => -11,
"admin/content/comment" => "15",
"admin/content/comment/list" => -13,
"admin/content/comment/list/new" => -14,
"admin/content/comment/list/approval" => -15,
"admin/content/comment/settings" => -16,
"comment/delete" => -17,
"comment/edit" => -18,
"drake" => -19,
"admin/build/drake" => "46",
"admin/build/drake/documentation" => -21,
"admin/build/drake/get" => -22,
"admin/settings/filters" => "16",
"admin/settings/filters/list" => -24,
"admin/settings/filters/add" => -25,
"admin/settings/filters/delete" => -26,
"filter/tips" => "3",
"admin/help" => "7",
"admin/help/block" => -29,
"admin/help/color" => -30,
"admin/help/comment" => -31,
"admin/help/drake" => -32,
"admin/help/filter" => -33,
"admin/help/help" => -34,
"admin/help/menu" => -35,
"admin/help/node" => -36,
"admin/help/system" => -37,
"admin/help/taxonomy" => -38,
"admin/help/tinymce" => -39,
"admin/help/user" => -40,
"admin/help/watchdog" => -41,
"admin/build/menu" => "17",
"admin/build/menu/list" => -43,
"admin/build/menu/item/add" => -44,
"admin/build/menu/item/edit" => -45,
"admin/build/menu/item/reset" => -46,
"admin/build/menu/item/disable" => -47,
"admin/build/menu/item/delete" => -48,
"admin/build/menu/menu/add" => -49,
"admin/build/menu/menu/edit" => -50,
"admin/build/menu/menu/delete" => -51,
"admin/build/menu/settings" => -52,
"admin/content" => "8",
"admin/content/node" => "18",
"admin/content/node/overview" => -55,
"admin/content/node-settings" => "19",
"admin/content/node-settings/rebuild" => -57,
"admin/content/types" => "20",
"admin/content/types/list" => -59,
"admin/content/types/add" => -60,
"node" => "4",
"node/add" => "9",
"rss.xml" => -63,
"node/add/page" => "21",
"node/add/story" => "22",
"system/files" => -66,
"admin" => "5",
"admin/compact" => -68,
"admin/by-task" => -69,
"admin/by-module" => -70,
"admin/settings" => "10",
"admin/build" => "11",
"admin/settings/admin" => "23",
"admin/build/themes" => "24",
"admin/build/themes/select" => -75,
"admin/build/themes/settings" => -76,
"admin/build/themes/settings/global" => -77,
"admin/build/themes/settings/minnelli" => -78,
"admin/build/themes/settings/marvin" => -79,
"admin/build/themes/settings/garland" => -80,
"admin/build/themes/settings/pushbutton" => -81,
"admin/build/themes/settings/bluemarine" => -82,
"admin/build/themes/settings/chameleon" => -83,
"admin/build/modules" => "25",
"admin/build/modules/list" => -85,
"admin/build/modules/list/confirm" => -86,
"admin/build/modules/uninstall" => -87,
"admin/build/modules/uninstall/confirm" => -88,
"admin/settings/site-information" => "26",
"admin/settings/error-reporting" => "27",
"admin/settings/performance" => "28",
"admin/settings/file-system" => "29",
"admin/settings/image-toolkit" => "30",
"admin/content/rss-publishing" => "31",
"admin/settings/date-time" => "32",
"admin/settings/site-maintenance" => "33",
"admin/settings/clean-urls" => "34",
"admin/logs" => "12",
"admin/logs/status" => "35",
"admin/logs/status/run-cron" => -100,
"admin/logs/status/php" => -101,
"admin/logs/status/sql" => -102,
"admin/content/taxonomy" => "36",
"admin/content/taxonomy/list" => -104,
"admin/content/taxonomy/add/vocabulary" => -105,
"admin/content/taxonomy/edit/vocabulary" => -106,
"admin/content/taxonomy/edit/term" => -107,
"taxonomy/term" => -108,
"taxonomy/autocomplete" => -109,
"admin/settings/tinymce" => "47",
"user" => -111,
"user/autocomplete" => -112,
"user/login" => -113,
"user/register" => -114,
"user/password" => -115,
"user/reset" => -116,
"user/help" => -117,
"admin/user" => "13",
"admin/user/user" => "37",
"admin/user/user/list" => -120,
"admin/user/user/create" => -121,
"admin/user/settings" => "38",
"admin/user/access" => "39",
"admin/user/roles" => "40",
"admin/user/roles/edit" => -125,
"admin/user/rules" => "41",
"admin/user/rules/list" => -127,
"admin/user/rules/add" => -128,
"admin/user/rules/check" => -129,
"admin/user/rules/edit" => -130,
"admin/user/rules/delete" => -131,
"logout" => "6",
"admin/logs/watchdog" => "42",
"admin/logs/page-not-found" => "43",
"admin/logs/access-denied" => "44",
"admin/logs/event" => -136,
"node/1" => "45"
),
"items" => array(
array(
"path" => "[empty string]",
"title" => "[empty string]",
"type" => 1,
"pid" => 1,
"children" => array(
1,
2
)
),
array(
"pid" => 0,
"path" => "[empty string]",
"title" => "Navigation",
"weight" => -50,
"access" => true,
"type" => 3,
"children" => array(
-17,
-18,
-19,
-63,
-66,
-108,
-109,
-111,
3,
4,
5,
6,
45
)
),
array(
"path" => "admin/build/block/list",
"title" => "List",
"type" => 640,
"weight" => -10,
"pid" => "14",
"children" => array(
-6,
-7,
-8,
-9,
-10,
-11
)
),
array(
"path" => "admin/build/block/configure",
"title" => "Configure block",
"access" => false,
"type" => 4,
"weight" => 0,
"pid" => "14"
),
array(
"path" => "admin/build/block/delete",
"title" => "Delete block",
"access" => false,
"type" => 4,
"weight" => 0,
"pid" => "14"
),
array(
"path" => "admin/build/block/add",
"title" => "Add block",
"access" => false,
"type" => 128,
"weight" => 0,
"pid" => "14"
),
array(
"path" => "admin/build/block/list/minnelli",
"title" => "minnelli settings",
"access" => false,
"type" => 128,
"weight" => 0,
"pid" => -2
),
array(
"path" => "admin/build/block/list/marvin",
"title" => "marvin settings",
"access" => false,
"type" => 128,
"weight" => 0,
"pid" => -2
),
array(
"path" => "admin/build/block/list/garland",
"title" => "garland settings",
"access" => false,
"type" => 640,
"weight" => -10,
"pid" => -2
),
array(
"path" => "admin/build/block/list/pushbutton",
"title" => "pushbutton settings",
"access" => false,
"type" => 128,
"weight" => 0,
"pid" => -2
),
array(
"path" => "admin/build/block/list/bluemarine",
"title" => "bluemarine settings",
"access" => false,
"type" => 128,
"weight" => 0,
"pid" => -2
),
array(
"path" => "admin/build/block/list/chameleon",
"title" => "chameleon settings",
"access" => false,
"type" => 128,
"weight" => 0,
"pid" => -2
),
array(
"path" => "admin/content/comment/list",
"title" => "List",
"type" => 640,
"weight" => -10,
"pid" => "15",
"children" => array(
-14,
-15
)
),
array(
"path" => "admin/content/comment/list/new",
"title" => "Published comments",
"type" => 640,
"weight" => -10,
"pid" => -13
),
array(
"path" => "admin/content/comment/list/approval",
"title" => "Approval queue",
"access" => false,
"type" => 128,
"weight" => 0,
"pid" => -13
),
array(
"path" => "admin/content/comment/settings",
"title" => "Settings",
"access" => false,
"weight" => 10,
"type" => 128,
"pid" => "15"
),
array(
"path" => "comment/delete",
"title" => "Delete comment",
"access" => false,
"type" => 4,
"weight" => 0,
"pid" => 1
),
array(
"path" => "comment/edit",
"title" => "Edit comment",
"access" => false,
"type" => 4,
"weight" => 0,
"pid" => 1
),
array(
"path" => "drake",
"title" => "Drake Dispatcher",
"access" => true,
"type" => 4,
"weight" => 0,
"pid" => 1
),
array(
"path" => "admin/build/drake/documentation",
"title" => "Documentation",
"description" => "View Drake's documentation.",
"access" => false,
"type" => 640,
"weight" => 0,
"pid" => "46"
),
array(
"path" => "admin/build/drake/get",
"title" => "Get Drake URL",
"description" => "Get a Drake URL for a CakePHP action.",
"access" => false,
"type" => 128,
"weight" => 0,
"pid" => "46"
),
array(
"path" => "admin/settings/filters/list",
"title" => "List",
"type" => 640,
"access" => false,
"weight" => 0,
"pid" => "16"
),
array(
"path" => "admin/settings/filters/add",
"title" => "Add input format",
"type" => 128,
"weight" => 1,
"access" => false,
"pid" => "16"
),
array(
"path" => "admin/settings/filters/delete",
"title" => "Delete input format",
"type" => 4,
"access" => false,
"weight" => 0,
"pid" => "16"
),
array(
"path" => "admin/help/block",
"title" => "block",
"type" => 4,
"access" => false,
"weight" => 0,
"pid" => "7"
),
array(
"path" => "admin/help/color",
"title" => "color",
"type" => 4,
"access" => false,
"weight" => 0,
"pid" => "7"
),
array(
"path" => "admin/help/comment",
"title" => "comment",
"type" => 4,
"access" => false,
"weight" => 0,
"pid" => "7"
),
array(
"path" => "admin/help/drake",
"title" => "drake",
"type" => 4,
"access" => false,
"weight" => 0,
"pid" => "7"
),
array(
"path" => "admin/help/filter",
"title" => "filter",
"type" => 4,
"access" => false,
"weight" => 0,
"pid" => "7"
),
array(
"path" => "admin/help/help",
"title" => "help",
"type" => 4,
"access" => false,
"weight" => 0,
"pid" => "7"
),
array(
"path" => "admin/help/menu",
"title" => "menu",
"type" => 4,
"access" => false,
"weight" => 0,
"pid" => "7"
),
array(
"path" => "admin/help/node",
"title" => "node",
"type" => 4,
"access" => false,
"weight" => 0,
"pid" => "7"
),
array(
"path" => "admin/help/system",
"title" => "system",
"type" => 4,
"access" => false,
"weight" => 0,
"pid" => "7"
),
array(
"path" => "admin/help/taxonomy",
"title" => "taxonomy",
"type" => 4,
"access" => false,
"weight" => 0,
"pid" => "7"
),
array(
"path" => "admin/help/tinymce",
"title" => "tinymce",
"type" => 4,
"access" => false,
"weight" => 0,
"pid" => "7"
),
array(
"path" => "admin/help/user",
"title" => "user",
"type" => 4,
"access" => false,
"weight" => 0,
"pid" => "7"
),
array(
"path" => "admin/help/watchdog",
"title" => "watchdog",
"type" => 4,
"access" => false,
"weight" => 0,
"pid" => "7"
),
array(
"path" => "admin/build/menu/list",
"title" => "List",
"type" => 640,
"weight" => -10,
"pid" => "17"
),
array(
"path" => "admin/build/menu/item/add",
"title" => "Add menu item",
"access" => false,
"type" => 128,
"weight" => 0,
"pid" => "17"
),
array(
"path" => "admin/build/menu/item/edit",
"title" => "Edit menu item",
"access" => false,
"type" => 4,
"weight" => 0,
"pid" => "17"
),
array(
"path" => "admin/build/menu/item/reset",
"title" => "Reset menu item",
"access" => false,
"type" => 4,
"weight" => 0,
"pid" => "17"
),
array(
"path" => "admin/build/menu/item/disable",
"title" => "Disable menu item",
"access" => false,
"type" => 4,
"weight" => 0,
"pid" => "17"
),
array(
"path" => "admin/build/menu/item/delete",
"title" => "Delete menu item",
"access" => false,
"type" => 4,
"weight" => 0,
"pid" => "17"
),
array(
"path" => "admin/build/menu/menu/add",
"title" => "Add menu",
"access" => false,
"type" => 128,
"weight" => 0,
"pid" => "17"
),
array(
"path" => "admin/build/menu/menu/edit",
"title" => "Edit menu",
"access" => false,
"type" => 4,
"weight" => 0,
"pid" => "17"
),
array(
"path" => "admin/build/menu/menu/delete",
"title" => "Delete menu",
"access" => false,
"type" => 4,
"weight" => 0,
"pid" => "17"
),
array(
"path" => "admin/build/menu/settings",
"title" => "Settings",
"type" => 128,
"weight" => 5,
"pid" => "17"
),
array(
"path" => "admin/content/node/overview",
"title" => "List",
"type" => 640,
"weight" => -10,
"pid" => "18"
),
array(
"path" => "admin/content/node-settings/rebuild",
"title" => "rebuild permissions",
"access" => false,
"type" => 4,
"weight" => 0,
"pid" => "19"
),
array(
"path" => "admin/content/types/list",
"title" => "List",
"type" => 640,
"weight" => -10,
"pid" => "20"
),
array(
"path" => "admin/content/types/add",
"title" => "Add content type",
"type" => 128,
"weight" => 0,
"pid" => "20"
),
array(
"path" => "rss.xml",
"title" => "RSS feed",
"access" => true,
"type" => 4,
"weight" => 0,
"pid" => 1
),
array(
"path" => "system/files",
"title" => "File download",
"access" => true,
"type" => 4,
"weight" => 0,
"pid" => 1
),
array(
"path" => "admin/compact",
"title" => "Compact mode",
"access" => false,
"type" => 4,
"weight" => 0,
"pid" => "5"
),
array(
"path" => "admin/by-task",
"title" => "By task",
"type" => 640,
"weight" => 0,
"pid" => "5"
),
array(
"path" => "admin/by-module",
"title" => "By module",
"type" => 128,
"weight" => 2,
"pid" => "5"
),
array(
"path" => "admin/build/themes/select",
"title" => "List",
"description" => "Select the default theme.",
"access" => false,
"type" => 640,
"weight" => -1,
"pid" => "24"
),
array(
"path" => "admin/build/themes/settings",
"title" => "Configure",
"access" => false,
"type" => 128,
"weight" => 0,
"pid" => "24",
"children" => array(
-77,
-78,
-79,
-80,
-81,
-82,
-83
)
),
array(
"path" => "admin/build/themes/settings/global",
"title" => "Global settings",
"access" => false,
"type" => 640,
"weight" => -1,
"pid" => -76
),
array(
"path" => "admin/build/themes/settings/minnelli",
"title" => "minnelli",
"access" => false,
"type" => 128,
"weight" => 0,
"pid" => -76
),
array(
"path" => "admin/build/themes/settings/marvin",
"title" => "marvin",
"access" => false,
"type" => 128,
"weight" => 0,
"pid" => -76
),
array(
"path" => "admin/build/themes/settings/garland",
"title" => "garland",
"access" => false,
"type" => 128,
"weight" => 0,
"pid" => -76
),
array(
"path" => "admin/build/themes/settings/pushbutton",
"title" => "pushbutton",
"access" => false,
"type" => 128,
"weight" => 0,
"pid" => -76
),
array(
"path" => "admin/build/themes/settings/bluemarine",
"title" => "bluemarine",
"access" => false,
"type" => 128,
"weight" => 0,
"pid" => -76
),
array(
"path" => "admin/build/themes/settings/chameleon",
"title" => "chameleon",
"access" => false,
"type" => 128,
"weight" => 0,
"pid" => -76
),
array(
"path" => "admin/build/modules/list",
"title" => "List",
"type" => 640,
"access" => false,
"weight" => 0,
"pid" => "25",
"children" => array(
-86
)
),
array(
"path" => "admin/build/modules/list/confirm",
"title" => "List",
"type" => 4,
"access" => false,
"weight" => 0,
"pid" => -85
),
array(
"path" => "admin/build/modules/uninstall",
"title" => "Uninstall",
"type" => 128,
"access" => false,
"weight" => 0,
"pid" => "25",
"children" => array(
-88
)
),
array(
"path" => "admin/build/modules/uninstall/confirm",
"title" => "Uninstall",
"type" => 4,
"access" => false,
"weight" => 0,
"pid" => -87
),
array(
"path" => "admin/logs/status/run-cron",
"title" => "Run cron",
"type" => 4,
"weight" => 0,
"pid" => "35"
),
array(
"path" => "admin/logs/status/php",
"title" => "PHP",
"type" => 4,
"weight" => 0,
"pid" => "35"
),
array(
"path" => "admin/logs/status/sql",
"title" => "SQL",
"type" => 4,
"weight" => 0,
"pid" => "35"
),
array(
"path" => "admin/content/taxonomy/list",
"title" => "List",
"type" => 640,
"weight" => -10,
"pid" => "36"
),
array(
"path" => "admin/content/taxonomy/add/vocabulary",
"title" => "Add vocabulary",
"access" => false,
"type" => 128,
"weight" => 0,
"pid" => "36"
),
array(
"path" => "admin/content/taxonomy/edit/vocabulary",
"title" => "Edit vocabulary",
"access" => false,
"type" => 4,
"weight" => 0,
"pid" => "36"
),
array(
"path" => "admin/content/taxonomy/edit/term",
"title" => "Edit term",
"access" => false,
"type" => 4,
"weight" => 0,
"pid" => "36"
),
array(
"path" => "taxonomy/term",
"title" => "Taxonomy term",
"access" => true,
"type" => 4,
"weight" => 0,
"pid" => 1
),
array(
"path" => "taxonomy/autocomplete",
"title" => "Autocomplete taxonomy",
"access" => true,
"type" => 4,
"weight" => 0,
"pid" => 1
),
array(
"path" => "user",
"title" => "User account",
"access" => true,
"type" => 4,
"weight" => 0,
"pid" => 1,
"children" => array(
-112,
-113,
-114,
-115,
-116,
-117
)
),
array(
"path" => "user/autocomplete",
"title" => "User autocomplete",
"access" => false,
"type" => 4,
"weight" => 0,
"pid" => -111
),
array(
"path" => "user/login",
"title" => "Log in",
"access" => true,
"type" => 640,
"weight" => 0,
"pid" => -111
),
array(
"path" => "user/register",
"title" => "Create new account",
"access" => true,
"type" => 128,
"weight" => 0,
"pid" => -111
),
array(
"path" => "user/password",
"title" => "Request new password",
"access" => true,
"type" => 128,
"weight" => 0,
"pid" => -111
),
array(
"path" => "user/reset",
"title" => "Reset password",
"access" => true,
"type" => 4,
"weight" => 0,
"pid" => -111
),
array(
"path" => "user/help",
"title" => "Help",
"type" => 4,
"weight" => 0,
"pid" => -111
),
array(
"path" => "admin/user/user/list",
"title" => "List",
"type" => 640,
"weight" => -10,
"pid" => "37"
),
array(
"path" => "admin/user/user/create",
"title" => "Add user",
"access" => false,
"type" => 128,
"weight" => 0,
"pid" => "37"
),
array(
"path" => "admin/user/roles/edit",
"title" => "Edit role",
"access" => false,
"type" => 4,
"weight" => 0,
"pid" => "40"
),
array(
"path" => "admin/user/rules/list",
"title" => "List",
"access" => false,
"type" => 640,
"weight" => -10,
"pid" => "41"
),
array(
"path" => "admin/user/rules/add",
"title" => "Add rule",
"access" => false,
"type" => 128,
"weight" => 0,
"pid" => "41"
),
array(
"path" => "admin/user/rules/check",
"title" => "Check rules",
"access" => false,
"type" => 128,
"weight" => 0,
"pid" => "41"
),
array(
"path" => "admin/user/rules/edit",
"title" => "Edit rule",
"access" => false,
"type" => 4,
"weight" => 0,
"pid" => "41"
),
array(
"path" => "admin/user/rules/delete",
"title" => "Delete rule",
"access" => false,
"type" => 4,
"weight" => 0,
"pid" => "41"
),
array(
"path" => "admin/logs/event",
"title" => "Details",
"type" => 4,
"weight" => 0,
"pid" => "12"
),
array(
"path" => "[empty string]",
"title" => "Primary links",
"description" => "[empty string]",
"pid" => "0",
"weight" => "0",
"type" => "115"
),
array(
"path" => "filter/tips",
"title" => "Compose tips",
"access" => true,
"type" => 20,
"weight" => 0,
"pid" => 1
),
array(
"path" => "node",
"title" => "Content",
"access" => true,
"type" => 16,
"weight" => 0,
"pid" => 1,
"children" => array(
9
)
),
array(
"path" => "admin",
"title" => "Administer",
"access" => false,
"weight" => 9,
"type" => 22,
"children" => array(
-68,
-69,
-70,
7,
8,
10,
11,
12,
13
),
"pid" => 1
),
array(
"path" => "logout",
"title" => "Log out",
"access" => 0,
"weight" => 10,
"type" => 22,
"pid" => 1
),
array(
"path" => "admin/help",
"title" => "Help",
"access" => false,
"weight" => 9,
"type" => 22,
"children" => array(
-29,
-30,
-31,
-32,
-33,
-34,
-35,
-36,
-37,
-38,
-39,
-40,
-41
),
"pid" => "5"
),
array(
"path" => "admin/content",
"title" => "Content management",
"description" => "Manage your site's content.",
"position" => "left",
"weight" => -10,
"access" => false,
"type" => 22,
"pid" => "5",
"children" => array(
15,
18,
19,
20,
31,
36
)
),
array(
"path" => "node/add",
"title" => "Create content",
"access" => true,
"type" => 28,
"weight" => 1,
"pid" => "4",
"children" => array(
21,
22
)
),
array(
"path" => "admin/settings",
"title" => "Site configuration",
"description" => "Adjust basic site configuration options.",
"position" => "right",
"weight" => -5,
"access" => false,
"type" => 22,
"pid" => "5",
"children" => array(
16,
23,
26,
27,
28,
29,
30,
32,
33,
34,
47
)
),
array(
"path" => "admin/build",
"title" => "Site building",
"description" => "Control how your site looks and feels.",
"position" => "right",
"weight" => -10,
"access" => false,
"type" => 22,
"pid" => "5",
"children" => array(
14,
17,
24,
25,
46
)
),
array(
"path" => "admin/logs",
"title" => "Logs",
"description" => "View system logs and other status information.",
"weight" => 5,
"position" => "left",
"type" => 22,
"children" => array(
-136,
35,
42,
43,
44
),
"pid" => "5"
),
array(
"path" => "admin/user",
"title" => "User management",
"description" => "Manage your site's users, groups and access to site features.",
"position" => "left",
"access" => false,
"type" => 22,
"weight" => 0,
"pid" => "5",
"children" => array(
37,
38,
39,
40,
41
)
),
array(
"path" => "admin/build/block",
"title" => "Blocks",
"access" => false,
"description" => "Configure what block content appears in your site's sidebars and other regions.",
"type" => 22,
"weight" => 0,
"children" => array(
-2,
-3,
-4,
-5
),
"pid" => "11"
),
array(
"path" => "admin/content/comment",
"title" => "Comments",
"description" => "List and edit site comments and the comment moderation queue.",
"access" => false,
"type" => 22,
"weight" => 0,
"children" => array(
-13,
-16
),
"pid" => "8"
),
array(
"path" => "admin/settings/filters",
"title" => "Input formats",
"description" => "Configure how content input by users is filtered, including allowed HTML tags, PHP code tags. Also allows enabling of module-provided filters.",
"access" => false,
"type" => 22,
"weight" => 0,
"children" => array(
-24,
-25,
-26
),
"pid" => "10"
),
array(
"path" => "admin/build/menu",
"title" => "Menus",
"description" => "Control your site's navigation menu, primary links and secondary links. as well as rename and reorganize menu items.",
"access" => false,
"type" => 22,
"weight" => 0,
"children" => array(
-43,
-44,
-45,
-46,
-47,
-48,
-49,
-50,
-51,
-52
),
"pid" => "11"
),
array(
"path" => "admin/content/node",
"title" => "Content",
"description" => "View, edit, and delete your site's content.",
"access" => false,
"type" => 22,
"weight" => 0,
"children" => array(
-55
),
"pid" => "8"
),
array(
"path" => "admin/content/node-settings",
"title" => "Post settings",
"description" => "Control posting behavior, such as teaser length, requiring previews before posting, and the number of posts on the front page.",
"access" => false,
"type" => 22,
"weight" => 0,
"children" => array(
-57
),
"pid" => "8"
),
array(
"path" => "admin/content/types",
"title" => "Content types",
"description" => "Manage posts by content type, including default status, front page promotion, etc.",
"access" => false,
"type" => 22,
"weight" => 0,
"children" => array(
-59,
-60
),
"pid" => "8"
),
array(
"path" => "node/add/page",
"title" => "Page",
"access" => false,
"type" => 22,
"weight" => 0,
"pid" => "9"
),
array(
"path" => "node/add/story",
"title" => "Story",
"access" => false,
"type" => 22,
"weight" => 0,
"pid" => "9"
),
array(
"path" => "admin/settings/admin",
"title" => "Administration theme",
"description" => "Settings for how your administrative pages should look.",
"position" => "left",
"block callback" => "system_admin_theme_settings",
"access" => false,
"type" => 22,
"weight" => 0,
"pid" => "10"
),
array(
"path" => "admin/build/themes",
"title" => "Themes",
"description" => "Change which theme your site uses or allows users to set.",
"access" => false,
"type" => 22,
"weight" => 0,
"children" => array(
-75,
-76
),
"pid" => "11"
),
array(
"path" => "admin/build/modules",
"title" => "Modules",
"description" => "Enable or disable add-on modules for your site.",
"access" => false,
"type" => 22,
"weight" => 0,
"children" => array(
-85,
-87
),
"pid" => "11"
),
array(
"path" => "admin/settings/site-information",
"title" => "Site information",
"description" => "Change basic site information, such as the site name, slogan, e-mail address, mission, front page and more.",
"type" => 22,
"weight" => 0,
"pid" => "10"
),
array(
"path" => "admin/settings/error-reporting",
"title" => "Error reporting",
"description" => "Control how Drupal deals with errors including 403/404 errors as well as PHP error reporting.",
"type" => 22,
"weight" => 0,
"pid" => "10"
),
array(
"path" => "admin/settings/performance",
"title" => "Performance",
"description" => "Enable or disable page caching for anonymous users, and enable or disable CSS preprocessor.",
"type" => 22,
"weight" => 0,
"pid" => "10"
),
array(
"path" => "admin/settings/file-system",
"title" => "File system",
"description" => "Tell Drupal where to store uploaded files and how they are accessed.",
"type" => 22,
"weight" => 0,
"pid" => "10"
),
array(
"path" => "admin/settings/image-toolkit",
"title" => "Image toolkit",
"description" => "Choose which image toolkit to use if you have installed optional toolkits.",
"type" => 22,
"weight" => 0,
"pid" => "10"
),
array(
"path" => "admin/content/rss-publishing",
"title" => "RSS publishing",
"description" => "Configure the number of items per feed and whether feeds should be titles/teasers/full-text.",
"type" => 22,
"weight" => 0,
"pid" => "8"
),
array(
"path" => "admin/settings/date-time",
"title" => "Date and time",
"description" => "Settings for how Drupal displays date and time, as well as the system's default timezone.",
"type" => 22,
"weight" => 0,
"pid" => "10"
),
array(
"path" => "admin/settings/site-maintenance",
"title" => "Site maintenance",
"description" => "Take the site off-line for maintenance or bring it back online.",
"type" => 22,
"weight" => 0,
"pid" => "10"
),
array(
"path" => "admin/settings/clean-urls",
"title" => "Clean URLs",
"description" => "Enable or disable clean URLs for your site.",
"type" => 22,
"weight" => 0,
"pid" => "10"
),
array(
"path" => "admin/logs/status",
"title" => "Status report",
"description" => "Get a status report about your site's operation and any detected problems.",
"weight" => 10,
"access" => false,
"type" => 22,
"children" => array(
-100,
-101,
-102
),
"pid" => "12"
),
array(
"path" => "admin/content/taxonomy",
"title" => "Categories",
"description" => "Create vocabularies and terms to categorize your content.",
"access" => false,
"type" => 22,
"weight" => 0,
"children" => array(
-104,
-105,
-106,
-107
),
"pid" => "8"
),
array(
"path" => "admin/user/user",
"title" => "Users",
"description" => "List, add, and edit users.",
"access" => false,
"type" => 22,
"weight" => 0,
"children" => array(
-120,
-121
),
"pid" => "13"
),
array(
"path" => "admin/user/settings",
"title" => "User settings",
"description" => "Configure default behavior of users, including registration requirements, e-mails, and user pictures.",
"type" => 22,
"weight" => 0,
"pid" => "13"
),
array(
"path" => "admin/user/access",
"title" => "Access control",
"description" => "Determine access to features by selecting permissions for roles.",
"access" => false,
"type" => 22,
"weight" => 0,
"pid" => "13"
),
array(
"path" => "admin/user/roles",
"title" => "Roles",
"description" => "List, edit, or add user roles.",
"access" => false,
"type" => 22,
"weight" => 0,
"children" => array(
-125
),
"pid" => "13"
),
array(
"path" => "admin/user/rules",
"title" => "Access rules",
"description" => "List and create rules to disallow usernames, e-mail addresses, and IP addresses.",
"access" => false,
"type" => 22,
"weight" => 0,
"children" => array(
-127,
-128,
-129,
-130,
-131
),
"pid" => "13"
),
array(
"path" => "admin/logs/watchdog",
"title" => "Recent log entries",
"description" => "View events that have recently been logged.",
"weight" => -1,
"type" => 22,
"pid" => "12"
),
array(
"path" => "admin/logs/page-not-found",
"title" => "Top 'page not found' errors",
"description" => "View 'page not found' errors (404s).",
"type" => 22,
"weight" => 0,
"pid" => "12"
),
array(
"path" => "admin/logs/access-denied",
"title" => "Top 'access denied' errors",
"description" => "View 'access denied' errors (403s).",
"type" => 22,
"weight" => 0,
"pid" => "12"
),
array(
"path" => "node/1",
"title" => "Home",
"description" => "[empty string]",
"pid" => "1",
"weight" => "0",
"type" => "118"
),
array(
"path" => "admin/build/drake",
"title" => "Drake",
"description" => "Get a Drake URL for a CakePHP action and view Drake's documentation.",
"access" => false,
"type" => 22,
"weight" => 0,
"children" => array(
-21,
-22
),
"pid" => "11"
),
array(
"path" => "admin/settings/tinymce",
"title" => "TinyMCE",
"description" => "Configure the rich editor.",
"access" => false,
"type" => 22,
"weight" => 0,
"pid" => "10"
)
),
"callbacks" => array(
"admin/build/block" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"block_admin_display"
)
),
"admin/build/block/configure" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"block_admin_configure"
)
),
"admin/build/block/delete" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"block_box_delete"
)
),
"admin/build/block/add" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"block_box_form"
)
),
"admin/build/block/list/minnelli" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"block_admin_display",
"minnelli"
)
),
"admin/build/block/list/marvin" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"block_admin_display",
"marvin"
)
),
"admin/build/block/list/garland" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"block_admin_display",
"garland"
)
),
"admin/build/block/list/pushbutton" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"block_admin_display",
"pushbutton"
)
),
"admin/build/block/list/bluemarine" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"block_admin_display",
"bluemarine"
)
),
"admin/build/block/list/chameleon" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"block_admin_display",
"chameleon"
)
),
"admin/content/comment" => array(
"callback" => "comment_admin"
),
"admin/content/comment/list/approval" => array(
"callback" => "comment_admin",
"callback arguments" => array(
"approval"
)
),
"admin/content/comment/settings" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"comment_admin_settings"
)
),
"comment/delete" => array(
"callback" => "comment_delete"
),
"comment/edit" => array(
"callback" => "comment_edit"
),
"drake" => array(
"callback" => "drake_dispatcher"
),
"admin/build/drake" => array(
"callback" => "drake_admin_documentation_page"
),
"admin/build/drake/documentation" => array(
"callback" => "drake_admin_documentation_page"
),
"admin/build/drake/get" => array(
"callback" => "drake_admin_geturl_page"
),
"admin/settings/filters" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"filter_admin_overview"
)
),
"admin/settings/filters/list" => array(
"callback" => "filter_admin_overview"
),
"admin/settings/filters/add" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"filter_admin_format_form"
)
),
"admin/settings/filters/delete" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"filter_admin_delete"
)
),
"filter/tips" => array(
"callback" => "filter_tips_long"
),
"admin/help" => array(
"callback" => "help_main"
),
"admin/help/block" => array(
"callback" => "help_page"
),
"admin/help/color" => array(
"callback" => "help_page"
),
"admin/help/comment" => array(
"callback" => "help_page"
),
"admin/help/drake" => array(
"callback" => "help_page"
),
"admin/help/filter" => array(
"callback" => "help_page"
),
"admin/help/help" => array(
"callback" => "help_page"
),
"admin/help/menu" => array(
"callback" => "help_page"
),
"admin/help/node" => array(
"callback" => "help_page"
),
"admin/help/system" => array(
"callback" => "help_page"
),
"admin/help/taxonomy" => array(
"callback" => "help_page"
),
"admin/help/tinymce" => array(
"callback" => "help_page"
),
"admin/help/user" => array(
"callback" => "help_page"
),
"admin/help/watchdog" => array(
"callback" => "help_page"
),
"admin/build/menu" => array(
"callback" => "menu_overview"
),
"admin/build/menu/item/add" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"menu_edit_item_form",
"add"
)
),
"admin/build/menu/item/edit" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"menu_edit_item_form",
"edit"
)
),
"admin/build/menu/item/reset" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"menu_reset_item"
)
),
"admin/build/menu/item/disable" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"menu_confirm_disable_item"
)
),
"admin/build/menu/item/delete" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"menu_item_delete_form"
)
),
"admin/build/menu/menu/add" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"menu_edit_menu_form",
"add"
)
),
"admin/build/menu/menu/edit" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"menu_edit_menu_form",
"edit"
)
),
"admin/build/menu/menu/delete" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"menu_item_delete_form"
)
),
"admin/build/menu/settings" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"menu_configure"
)
),
"admin/content" => array(
"callback" => "system_admin_menu_block_page"
),
"admin/content/node" => array(
"callback" => "node_admin_content"
),
"admin/content/node-settings" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"node_configure"
)
),
"admin/content/node-settings/rebuild" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"node_configure_rebuild_confirm"
)
),
"admin/content/types" => array(
"callback" => "node_overview_types"
),
"admin/content/types/add" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"node_type_form"
)
),
"node" => array(
"callback" => "node_page_default"
),
"node/add" => array(
"callback" => "node_add"
),
"rss.xml" => array(
"callback" => "node_feed"
),
"system/files" => array(
"callback" => "file_download"
),
"admin" => array(
"callback" => "system_main_admin_page"
),
"admin/compact" => array(
"callback" => "system_admin_compact_page"
),
"admin/by-task" => array(
"callback" => "system_main_admin_page"
),
"admin/by-module" => array(
"callback" => "system_admin_by_module"
),
"admin/settings" => array(
"callback" => "system_settings_overview"
),
"admin/build" => array(
"callback" => "system_admin_menu_block_page"
),
"admin/settings/admin" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"system_admin_theme_settings"
)
),
"admin/build/themes" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"system_themes"
)
),
"admin/build/themes/select" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"system_themes"
)
),
"admin/build/themes/settings" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"system_theme_settings"
)
),
"admin/build/themes/settings/global" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"system_theme_settings"
)
),
"admin/build/themes/settings/minnelli" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"system_theme_settings",
"minnelli"
)
),
"admin/build/themes/settings/marvin" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"system_theme_settings",
"marvin"
)
),
"admin/build/themes/settings/garland" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"system_theme_settings",
"garland"
)
),
"admin/build/themes/settings/pushbutton" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"system_theme_settings",
"pushbutton"
)
),
"admin/build/themes/settings/bluemarine" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"system_theme_settings",
"bluemarine"
)
),
"admin/build/themes/settings/chameleon" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"system_theme_settings",
"chameleon"
)
),
"admin/build/modules" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"system_modules"
)
),
"admin/build/modules/list/confirm" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"system_modules"
)
),
"admin/build/modules/uninstall" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"system_modules_uninstall"
)
),
"admin/build/modules/uninstall/confirm" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"system_modules_uninstall"
)
),
"admin/settings/site-information" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"system_site_information_settings"
)
),
"admin/settings/error-reporting" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"system_error_reporting_settings"
)
),
"admin/settings/performance" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"system_performance_settings"
)
),
"admin/settings/file-system" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"system_file_system_settings"
)
),
"admin/settings/image-toolkit" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"system_image_toolkit_settings"
)
),
"admin/content/rss-publishing" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"system_rss_feeds_settings"
)
),
"admin/settings/date-time" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"system_date_time_settings"
)
),
"admin/settings/site-maintenance" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"system_site_maintenance_settings"
)
),
"admin/settings/clean-urls" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"system_clean_url_settings"
)
),
"admin/logs" => array(
"callback" => "system_admin_menu_block_page"
),
"admin/logs/status" => array(
"callback" => "system_status"
),
"admin/logs/status/run-cron" => array(
"callback" => "system_run_cron"
),
"admin/logs/status/php" => array(
"callback" => "system_php"
),
"admin/logs/status/sql" => array(
"callback" => "system_sql"
),
"admin/content/taxonomy" => array(
"callback" => "taxonomy_overview_vocabularies"
),
"admin/content/taxonomy/add/vocabulary" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"taxonomy_form_vocabulary"
)
),
"admin/content/taxonomy/edit/vocabulary" => array(
"callback" => "taxonomy_admin_vocabulary_edit"
),
"admin/content/taxonomy/edit/term" => array(
"callback" => "taxonomy_admin_term_edit"
),
"taxonomy/term" => array(
"callback" => "taxonomy_term_page"
),
"taxonomy/autocomplete" => array(
"callback" => "taxonomy_autocomplete"
),
"admin/settings/tinymce" => array(
"callback" => "tinymce_admin"
),
"user" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"user_login"
)
),
"user/autocomplete" => array(
"callback" => "user_autocomplete"
),
"user/login" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"user_login"
)
),
"user/register" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"user_register"
)
),
"user/password" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"user_pass"
)
),
"user/reset" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"user_pass_reset"
)
),
"user/help" => array(
"callback" => "user_help_page"
),
"admin/user" => array(
"callback" => "system_admin_menu_block_page"
),
"admin/user/user" => array(
"callback" => "user_admin",
"callback arguments" => array(
"list"
)
),
"admin/user/user/create" => array(
"callback" => "user_admin",
"callback arguments" => array(
"create"
)
),
"admin/user/settings" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"user_admin_settings"
)
),
"admin/user/access" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"user_admin_perm"
)
),
"admin/user/roles" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"user_admin_new_role"
)
),
"admin/user/roles/edit" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"user_admin_role"
)
),
"admin/user/rules" => array(
"callback" => "user_admin_access"
),
"admin/user/rules/add" => array(
"callback" => "user_admin_access_add"
),
"admin/user/rules/check" => array(
"callback" => "user_admin_access_check"
),
"admin/user/rules/edit" => array(
"callback" => "user_admin_access_edit"
),
"admin/user/rules/delete" => array(
"callback" => "drupal_get_form",
"callback arguments" => array(
"user_admin_access_delete_confirm"
)
),
"logout" => array(
"callback" => "user_logout"
),
"admin/logs/watchdog" => array(
"callback" => "watchdog_overview"
),
"admin/logs/page-not-found" => array(
"callback" => "watchdog_top",
"callback arguments" => array(
"page not found"
)
),
"admin/logs/access-denied" => array(
"callback" => "watchdog_top",
"callback arguments" => array(
"access denied"
)
),
"admin/logs/event" => array(
"callback" => "watchdog_event"
)
),
"visible" => array(
array(
"title" => "Home",
"path" => "node/1",
"children" => array(),
"type" => "118",
"pid" => 1
),
array(
"title" => "Navigation",
"path" => "[empty string]",
"children" => array(
45
),
"type" => 3,
"pid" => 0
),
array(
"title" => "Primary links",
"path" => "[empty string]",
"children" => array(),
"type" => "115",
"pid" => 0
),
array(
"title" => "[empty string]",
"path" => "[empty string]",
"children" => array(
1,
2
),
"type" => 1
)
)
)

$trails = array();
$menu = menu_get_menu();
$path = $_GET['q'];

_menu_get_active_trail_in_submenu - /home/jcheney/public_html/includes/menu.inc, line 974
menu_primary_links - /home/jcheney/public_html/includes/menu.inc, line 849
menu_secondary_links - /home/jcheney/public_html/includes/menu.inc, line 895
phptemplate_page - /home/jcheney/public_html/themes/engines/phptemplate/phptemplate.engine, line 211
theme - /home/jcheney/public_html/includes/theme.inc, line 170
[main] - /home/jcheney/public_html/index.php, line 33

Notice (8): Undefined variable: no_module_preprocess [/home/jcheney/public_html/includes/common.inc, line 1493]

Code | Context

$css = array(
"all" => array(
"module" => array(
"modules/node/node.css" => true,
"modules/system/defaults.css" => true,
"modules/system/system.css" => true,
"modules/user/user.css" => true
),
"theme" => array(
"themes/garland/style.css" => true
)
)
)
$output = "

@import "/modules/node/node.css";@import "/modules/system/defaults.css";@import "/modules/system/system.css";@import "/modules/user/user.css";@import "/themes/garland/style.css";

"
$preprocess_css = false
$directory = "files"
$is_writable = true
$types = array(
"module" => array(
"modules/node/node.css" => true,
"modules/system/defaults.css" => true,
"modules/system/system.css" => true,
"modules/user/user.css" => true
),
"theme" => array(
"themes/garland/style.css" => true
)
)
$media = "all"
$files = array(
"themes/garland/style.css" => true
)
$type = "theme"
$preprocess = true
$file = "themes/garland/style.css"

}

return $no_module_preprocess . $output . $no_theme_preprocess;

drupal_get_css - /home/jcheney/public_html/includes/common.inc, line 1493
phptemplate_page - /home/jcheney/public_html/themes/engines/phptemplate/phptemplate.engine, line 217
theme - /home/jcheney/public_html/includes/theme.inc, line 170
[main] - /home/jcheney/public_html/index.php, line 33

Notice (8): Undefined variable: no_theme_preprocess [/home/jcheney/public_html/includes/common.inc, line 1493]

Comments

pearcec@drupal.org’s picture

Status: Active » Closed (fixed)

No description