Closed (fixed)
Project:
Quick Tabs
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2011 at 13:10 UTC
Updated:
6 Jun 2011 at 11:51 UTC
Hi!
Faced with such an error in module:
Strict warning: Creating default object from empty value в функции _quicktabs_build_content_block() (строка 405 в файле C:\xampp\htdocs\d7\sites\all\modules\quicktabs\quicktabs.module).
There must have been derived links from privatemsg module and for unregistered users (who should not see it) appears such error.
Comments
Comment #1
katbailey commentedCan you please provide full instrucations on to how to reproduce this error?
Comment #2
AlexeyB commentedI installed Quicktabs and Privatemsg modules. Then I created a new tab, which defines the block "Privatemsg links (privatemsg:privatemsg-menu)" (this block is part of the privatemsg module).
For registered users all works well, but guests can see the error, because they don't have access to this menu and block should be hidden.
Comment #3
katbailey commentedShould be fixed now: http://drupalcode.org/project/quicktabs.git/commit/cc7f946
Comment #4
AlexeyB commentedYes, it works.
Thank you!