Closed (duplicate)
Project:
Drupal core
Version:
6.x-dev
Component:
menu system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2007 at 05:52 UTC
Updated:
16 Jun 2007 at 09:24 UTC
I received the following error upon creating my first page:
notice: Undefined index: delete in /home/username/public_html/modules/menu/menu.module on line 539.
I'm running a brand new install of the 6.x dev version I downloaded a few days ago.
The one I'm using has this at the top of the changelog.txt (sorry, I don't know how else to identify which dev version it is):
// $Id: CHANGELOG.txt,v 1.208 2007/06/08 06:04:14 dries Exp $
I'm running PHP 4.4.4 and MySQL 4.1.21 on a Linux server.
Comments
Comment #1
jsimonis commentedIt might help you to know that all I did was create a basic page. It had a title and a line or two of text. I promoted it to the front page.
I didn't give it a URL alias, add it to the menu, etc.
It was just a simple node to be able to have something on the front page rather than the list of instructions.
Comment #2
webchickConfirmed with latest HEAD. This patch over here seems to fix the problem, among others: http://drupal.org/node/151583
Marking as duplicate....sorry! If you can, please help test that patch over there. :)
Comment #3
jsimonis commentedThanks. I'll patch and then test again. I'd gone through several pages of issues without finding one that appeared to match from the header, so I posted a new one.
If this doesn't fix it, I'll let you know.
Jenni