Hi, his module helps me a lot in D6 and I would like to use it in D7 as well.
However, after enabling VS themes, i see a couple of notices, see below.
Thank you in advance for hlep.
---
Notice: Undefined index: name in block_menu() (line 146 of [WEBSITE PATH]modules/block/block.module).
Notice: Undefined index: name in block_menu() (line 165 of [WEBSITE PATH]modules/block/block.module).
Notice: Undefined index: name in block_menu() (line 146 of [WEBSITE PATH]modules/block/block.module).
Notice: Undefined index: name in block_menu() (line 165 of [WEBSITE PATH]modules/block/block.module).
Notice: Undefined index: name in block_menu() (line 146 of [WEBSITE PATH]modules/block/block.module).
Notice: Undefined index: name in block_menu() (line 165 of [WEBSITE PATH]modules/block/block.module).
Notice: Undefined index: name in block_menu() (line 146 of [WEBSITE PATH]modules/block/block.module).
Notice: Undefined index: name in block_menu() (line 165 of [WEBSITE PATH]modules/block/block.module).
Notice: Undefined index: name in system_menu() (line 647 of [WEBSITE PATH]modules/system/system.module).
Notice: Undefined index: name in system_menu() (line 647 of [WEBSITE PATH]modules/system/system.module).
Notice: Undefined index: name in system_menu() (line 647 of [WEBSITE PATH]modules/system/system.module).
Notice: Undefined index: name in system_menu() (line 647 of [WEBSITE PATH]modules/system/system.module).
Comments
Comment #1
djg_tram commentedWithout further information, this seems like a theme problem to me. Please, provide some info about the theme in question.
Comment #2
my-family commentedI am sorry, it seems that this problem was not related to VS module at all.
(I had incorrect file permissions to some theme files, after I set it well, the problem disappeared).
Comment #3
djg_tram commentedOK, good news. :-)
Comment #4
morimori commentedI got the same issue. Could you specify the files in question? There are other discussions with the same problem, they would benefit as well.
Thanks!
Comment #5
morimori commentedNot sure if this is the correct way, but the following solved it for me (in addition to some content types not showing up in "add content"). In block.module and system.module, change all instances of
'title' => $theme->info['name']to
'title' => $theme->name(the lines shown in your error message)