Reviewed & tested by the community
Project:
Zendesk remote authentication
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2010 at 23:06 UTC
Updated:
23 Aug 2012 at 11:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
gregglesComment #2
gregglesbetter title.
And to be specific, the bug is that
1. Instead of using menu_callback the menu items are actually defined as menu_normal_item, which is the default for menu items.
2. This causes notices in sites that run with E_ALL.
Comment #3
markwk commentedThis is fixed in D7 patch #942808: Drupal 7 port. Still looks like this issue remains in D6 version.
Comment #4
Drave Robber commentedThe patch in #1 fixes it for me.
Although this issue barely affects normal operation, these notices pop up on menu rebuild, for example, when
drupal_flush_all_caches()is called inupdate_finished(); this can scare the stuff out of less experienced users, leading them to think update.php has failed.Comment #5
oliverpolden commentedThis is still an issue. The latest dev version as of a few days ago still has MENU_CALLBACK_ITEM.