Needs review
Project:
Block tab
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2011 at 11:26 UTC
Updated:
24 Feb 2018 at 02:46 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
PI_Ron commentedI'm also getting one:
with latest version.
Comment #2
Ciraxis commentedhm i dont get that error. I run drupal 7.9 and block tab 7.x-1.0
What is your drupal version?
Comment #3
asaguiar commentedHi,
I have identical error with D7 7.9 and Block Tab 1.0. The same error with all themes.
As am newcomer to Drupal, still don't have a clue.
Alexandre
Comment #4
singgum3b commentedsame error. drupal 7.
Comment #5
imclean commentedLine 42 should use isset(). This patch adds it.
Comment #6
blueyedkellyn commentedI attempted this patch and the error message went away but the page to configure the settings still does not appear..?
Let me know your thoughts on any additional action I can attempt to get this module up and running.
Thank you in advance
Comment #7
imclean commentedIn D7 the config page is under Configuration -> System -> Block Tab settings.
This information should probably be on the project page.
Comment #8
errand commentedHello!
Patch does the job but after using it all block titles dissapeared.
Comment #9
imclean commented@errand, they do indeed, thanks. Try this one.
The problem seems to occur when a region is added after block_tab has been enabled.
Comment #10
aniebel commentedthe patch in #9 worked for me to resolve!
Comment #11
wooody commentedThanks, block_tab_undefined_index-1301278-9.patch works with me too.
Comment #12
az commentedConfirm, the #9 patch works for me.
Comment #13
univate commented#9 - works
This fixes errors showing when you change regions or chnge theme (with different regsions) after block tab settings defined.
Comment #14
kerrycurtain commentedHi
I have recently uploaded my site from localhost to Bluehost server. Uploaded using filezilla. Have had a few little issues since. But the main problem is that the Blocks interface is displaying as plain text links only and I cannot get in. Pls see the attached screenshot. All other pages appear as normal.
Unable to find the solution via searches (maybe asking the wrong question?). Tried re-uploading the Blocks module files from local to server... to no avail. Now it is time to ask for help with this or some guidance on where I should look.
Thanks in advance.
Comment #15
univate commented@kerrycurtain - please create a new issue - don't change an existing issue.
Comment #16
kerrycurtain commentedOk have already done so at https://drupal.org/node/2053577. Apologies.
Comment #17
stinky commentedTried running patch #9 and get the msg
I'm using 7.x-1.1 and am getting the msg
Notice: Undefined index: content in block_tab_preprocess_block() (line 44
Comment #18
x3appdev commentedMe too.
Hunk #1 FAILED at 39.
1 out of 1 hunk FAILED -- saving rejects to file block_tab.module.rej
Both patches failed. I was looking forward to playing with this module too.
Fix it! Please.
Comment #19
x3appdev commentedComment #20
stinky commentedAny way to fix this? I'm getting the error msg
Notice: Undefined index: help in block_tab_preprocess_block()
Comment #21
rcodinaPatch on #9 applies cleanly on 7.x-1.0 and it works. However, this patch doesn't apply neither on 7.x-1.1 nor latest dev version. So it needs to be rerolled for latest dev version.
Comment #22
spokjeRerolled patch against 7.x-1.x
Comment #23
spokjeTurns out Patch #22 resulted in Block Titles not being shown.
Put status on "Needs work".
My issue (Notice: Undefined offset: -1 in block_tab_preprocess_block() (Line 44 von /sites/all/modules/block_tab/block_tab.module)) was resolved with Patch #2 in https://www.drupal.org/node/2910778
Comment #24
kwasib commentedRerolled patch #9 against 7.x-1.x