Hello,
I updated bootstrap 3.0 to bootstrap 3.1 beta 2.
When I browse a page, I have some error now :
Notice : Undefined index: responsive in bootstrap_table() (line 106 in /sites/all/themes/bootstrap/templates/system/table.func.php).
Notice : Undefined variable: responsive in include() (line 25 in /sites/all/themes/bootstrap/templates/views/views-view-table.tpl.php).
Notice : Undefined variable: responsive in include() (line 55 in /sites/all/themes/bootstrap/templates/views/views-view-table.tpl.php).
To reproduce :
- Install fresh Drupal
- Install bootstrap 3.0
- Update bootstrap to 3.1 beta 2
- Admire error messages
Regards
Alex
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | undefined-index-responsive-2420893.patch | 1.36 KB | xaris.tsimpouris |
Comments
Comment #1
zmove commentedComment #2
markhalliwellDid you clear your cache?
Comment #3
zmove commentedFinally found. I installed bootstrap 3.1 beta by copying the new bootstrap folder into the older one, replacing the already existing files.
You have to completely remove the old bootstrap folder, and then, upload the new one, and the error disappears.
Comment #4
xaris.tsimpouris commentedProblem still exists. Version Bootstrap 7.x-3.4 with a CDN based sub-theme.
Comment #5
xaris.tsimpouris commentedAnd here is also a patch.
Comment #6
markhalliwellComment #7
atanaspuskulev commentedHello guys,
i just want to ask, why this "patch" suggested here was never released?
I just have got the very same notice in the very same file as the original author reported it.
The version of current Bootstrap is: 7.x-3.14 (not the latest one as suggested as an update).