Closed (duplicate)
Project:
Bootstrap
Version:
7.x-3.1-beta2
Component:
User interface
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Jan 2014 at 09:39 UTC
Updated:
6 Oct 2014 at 20:48 UTC
Jump to comment: Most recent
Comments
Comment #1
markhalliwellScripted 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."
Comment #2
tahiticlic commentedHi,
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.
Comment #3
tahiticlic commentedWell, 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-registrycallI'll investigate why.
[Edit] : there's a conflict with
mailsystem_theme_registry_alterfunction found in mailsystem.module file.I don't know if this issue is a Bootstrap or a Mail System issue.
Comment #4
markhalliwellComment #5
tahiticlic commentedThanks Mark!