Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 291486

Call to undefined function menu_get_item()

$
0
0

When running update.php I receive this error:
Fatal error: Call to undefined function menu_get_item() in includes\common.inc on line 2536

The URL was http://localhost/authorize.php?batch=1&render=overlay&id=893&op=finished

This seems to be menu_get_item() in drupal_deliver_page().

<?php
function drupal_deliver_page($page_callback_result, $default_delivery_callback = NULL) {
  if (!isset(
$default_delivery_callback) && ($router_item = menu_get_item())) {
   
$default_delivery_callback = $router_item['delivery_callback'];
  }
?>

Viewing all articles
Browse latest Browse all 291486

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>