Closed (duplicate)
Project:
Drupal core
Version:
7.0-alpha6
Component:
menu system
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2010 at 12:02 UTC
Updated:
11 Sep 2010 at 21:58 UTC
When you move the menu item (core blog module) My blog from navigation menu to the main menu, you'll get this notices:
* Notice: Undefined variable: form_item in drupal_valid_path() (line 514 of /var/www/html/drupal7-a6/includes/path.inc).
* Notice: Undefined variable: form_item in drupal_valid_path() (line 515 of /var/www/html/drupal7-a6/includes/path.inc).
Moving the menu item back gives the same notices.
The menu item is moved, and working as expected. Moving other menu items around (core search, compose tips, doesn't give this notificaiton).
Webserver: apache2.2, php 5.2.6, ubuntu 9.04 server
Comments
Comment #1
asimmonds commentedDuplicate with:
#876580: drupal_valid_path fails for dynamic paths (e.g. user/% cannot be added to menus)
#190867: Remove access check for anonymous users when creating aliases