I have header main menu disappearing on all pages. The only way I managed to see the menu all the time - rebuild registry on every page or clear cache (this helps only for one page load). Otherwise there is an empy space. Other themes are showing the menu just fine (currently using custom made bootstrap sub-theme, but such bug was also with the main theme).

Comments

markhalliwell’s picture

Status: Active » Closed (won't fix)

Scripted response:

Supported code

This project only supports Drupal versions 7.x-3.x and higher.
This project only supports Bootstrap versions 3.0.0 and higher.
This project only supports jQuery versions 1.7 and higher.

Anything that falls outside the scope of this support will be either escalated to the current version or marked as "Closed (won't fix)".

Documentation

There's been some amazing Drupal Community work done around Bootstrap. Many of your questions can be answered in our Bootstrap Documentation section by individuals who have helped further expand Bootstrap's integration with Drupal:
  * Bootstrap related modules
  * Bootstrap sub-theming "how to"
  * Bootstrap theming techniques and tips

If you find documentation in these locations inaccurate or missing, please update it yourself (all logged in users have edit capability).

Creating new issues

PLEASE SEARCH THE ISSUE QUEUE FIRST. DO NOT DUPLICATE EXISTING ISSUES.

It is also strongly recommended you read: How To Solve All Your [Drupal] Problems.

This project's issue queue should only be used when existing/new bugs are found or new feature requests are desired to integrate Bootstrap into Drupal. It should not be used to create issues against the Bootstrap framework, please go to https://github.com/twbs/bootstrap/issues and file them there.

The following support questions should also not be asked here:
  * CSS/Layout (site specific)
  * LESS or SASS syntax/integration
  * JavaScript, Bootstrap or custom (site) plugins
  * Integration with modules that don't work in multiple themes (file the issue with that module).

If you create an issue and it has been marked as "Closed (won't fix)", please visit Drupal StackExchange. It is an amazing resource for asking questions, learning new techniques and overall general support. Please do not blow up this project's issue queue with the equivalent of: "Help me! I don't want to read the multitude of documentation found by a simple Google search."

tahiticlic’s picture

Version: 7.x-3.0 » 7.x-3.1-beta2
Status: Closed (won't fix) » Active

Hi,

unless a solution is given, can we keep this issue Active ?

Using Bootstrap 3.1devb2, I experience the same problem on 2 sites. No error though, and the solution is to empty cache and sometimes rebuild the registry.

This is not server dependant, on 3 different LAMP configuratiosn it occurs.

Moreover, it doesn't affect main menu only, every preprocessing functions are not recognized when the problem occurs (for instance tabs are given as a raw html list when the problem fires).

I was suspecting some MySQL overflow or something like that (on cache tables insert for instance), but I can't find any clue in logs.

Thanks in advance for any tips on what can bring this behavior.

tahiticlic’s picture

Well, as far as I can tell right now, the problem occurs when Mail System module is activated, and if so, clearing the cache leads to a state where bootstrap functions are not known by the registry. Then the way to have a correct state is a drush cc theme-registry call

I'll investigate why.

[Edit] : there's a conflict with mailsystem_theme_registry_alter function found in mailsystem.module file.
I don't know if this issue is a Bootstrap or a Mail System issue.

markhalliwell’s picture

Status: Active » Closed (duplicate)
Related issues: +#2051135: Mail System breaks theme registry
tahiticlic’s picture

Thanks Mark!