me aliases + theme devel module = broken menus and tabs

nickbn - July 29, 2009 - 03:23
Project:me aliases
Version:6.x-2.7
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active
Description

When I have the theme developer and me aliases modules on at the same time, all of the Drupal default tabs and menus break. It's not CSS... the content is gone too. Anybody else have this problem?

Thanks!

#1

ezra-g - August 8, 2009 - 23:10
Status:active» postponed (maintainer needs more info)

Could you explain what you mean by 'break'? There's not enough info here to figure out what the problem is.

#2

s4j4n - August 12, 2009 - 02:36

I am experiencing the same problem. I recently installed the 'me' module and it too broke all the menus on my site.

break = All links in menus disappear (see the code snippets below)

This is the produced HTML (i.e. page source) from a working custom menu I am using for authenticated users....

<div id="block-menu-menu-authenticated-user-menu" class="block block-menu region-even even region-count-2 count-2">
  <div class="block-inner">
    <div class="content">
      <ul class="menu">
        <li class="leaf first active-trail"><a href="/drupal/" title="" class="active">Home</a></li>
        <li class="leaf"><a href="/drupal/user/me" title="">My Profile</a></li>
        <li class="leaf"><a href="/drupal/staff" title="">Contact Staff</a></li>
        <li class="leaf last"><a href="/drupal/faq" title="">Help</a></li>
      </ul>
    </div>
  </div>
</div> <!-- /block-inner, /block -->

The above page source turns into the following when both the 'me' and Theme Developer modules are enabled...

<div id="block-menu-menu-authenticated-user-menu" class="block block-menu region-even even region-count-2 count-2">
  <div class="block-inner">
    <div class="content">
      <ul class="menu">
        <li class="leaf first active-trail"></li>
        <li class="leaf"></li>
        <li class="leaf"></li>
        <li class="leaf last"></li>
      </ul> 
    </div>
  </div>
</div> <!-- /block-inner, /block -->

Note that I cleared my cache and ran update.php and still no luck.

I read the previous comments on this page, and disabled "Theme Developer " and all the links in the menus returned. Would be nice if I could use both at the same time of course.

#3

s4j4n - August 12, 2009 - 18:30
Status:postponed (maintainer needs more info)» active

just changing status back to active, hopefully my comment above provides sufficient information?

#4

christefano - August 24, 2009 - 01:38

#5

cdale - August 24, 2009 - 01:45

Just to let people know I am looking into this, and will hopefully have a resolution soon.

#6

ycimlynn - August 29, 2009 - 01:28

subscribing

#7

csc4 - September 7, 2009 - 12:35

Subscribing

#8

orangeredman - September 7, 2009 - 19:15

I get the same. The 'devel' module block becomes empty (still displays title but no content) and Primary menu and main menus disappear. Switch Me module off and they come back or keep me on and switch off Theme Dev it all comes back. I'm using Drupal 6.

#9

dendie - September 20, 2009 - 15:02

the same here

#10

checkmark - September 28, 2009 - 18:52

I'm having this problem too. Thank you for looking into it!

#11

xjm - October 5, 2009 - 18:20

I had this issue as well when devel and this module were both installed (pretty much all my menu items and tabs disappeared). I've disabled the module entirely for the time being. Tracking.

#12

miggs - October 19, 2009 - 22:36

I am getting this same issue.

#13

rusdvl - October 22, 2009 - 21:26

me too!!!!

 
 

Drupal is a registered trademark of Dries Buytaert.