Posted by HunterElliott on October 27, 2009 at 2:26am
Jump to:
| Project: | Book made simple |
| Version: | 6.x-2.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Installing either 6.x-2.2 or 6.x-2.x-dev makes all of the "user menu" items (i.e, administer, create content, etc.) invisible. It's not that the color of the text has changed, all of the menu items just aren't there. (using v6.14 of Drupal)
Comments
#1
Can you set Garland as administrator theme ?
Do you have menus in source code page ?
#2
Garland *is* set as the admin theme, and it blows away the menu there as well. I'm not sure I understand the second question, though. I have not modified any menu calls in code. If you mean, when I view the source code of the rendered page, no, there are no menu items. There seems to be the UL/LI structure there for the menus, but any actual data that should be there... well, it's not there.
#3
Can't reproduce the problem.
Have you cleared all caches ?
Which database do you use ? MYSQL ?
If you use Administration menu, can you wipe and rebuild menus ?
Can you do this tests for me :
Maybe there's an incompatibility with another module. Can you post your module list ?
#4
due to time constraints on the project I'm working on, I've had to abandon the use of this module. FWIW, I was using mySQL, all the caches were cleared multiple times... the module list is pretty long - it's certainly possible it might be a module conflict, but as I'm still working on a deadline, I can't really get a module list posted right now.
#5
OK. Gook luck and hope you'll use this module later.
Close this issue but can be reopened.
#6
I have the same (or durn similar) issue.
The menus are there, but the text is missing, and it's the same no matter what theme I use, whether I'm logged in or viewing the site anonymously.
However, I notice that it seems to not like the Theme Developer module: When I turn it off, my menus reappear. Is that the conflict?
Note: I also tried the change from "function book_made_simple_menu()" to "function book_made_simple_menu2()" in book_made_simple.module but that didn't help.
Other modules are:
Administration menu
CCK
Devel & Devel Generate (& Theme Developer)
Advanced Help
Pathauto
Token
IMCE Wysiwyg API bridge
Wysiwyg (using Tiny MCE)
Views
SQLite version 2.8.17 - 3.3.7 / PHP version 5.2.11
Any suggestions?
#7
To be sure, I'm using 6.x-2.3 w/ Drupal 6.15.
#8
You are right. There is a conflict with Theme Developper. This module breaks input filter too.
Try to correct this.
#9
Can you update your Theme Developpement module (http://drupal.org/project/devel_themer) ?
Seems to work with this release
#10
sorry it took me a while, but I updated and all works fine now.
Thanks!
#11
Closed