Hi,

I upgraded my drupal 6.24 site to pressflow 6.26, and after it, the watchdog throws errors like undefined index in admin_menu_link_build(). I found the source of the problem that some case, the $item parameter doesn't contain the 'title' and the 'link_path' value.

I wanted to fix it and create a patch, but I realised, that the 6.x-1.x dev branch also contains the following fix:

    'link_title' => isset($item['title']) ? $item['title'] : '',
    'link_path' => isset($item['path']) ? $item['path'] : '',

Can you please update the stable module with this fix?

Thanks in advance!

Daniel

Comments

truls1502’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

It seems it is outdated because Drupal 6 is EOL (End-of-life) and will no longer be supported.

In case if you or anyone is still facing on Drupal 7/8, please to reopen it, change the correct version and provide with more information and a screenshot which might help us to troubleshoot. :)