I got this error after attaching a view to a block view. Both on the view edit page and the page where the block is displayed.

Comments

nicxvan’s picture

I think it was because I had an attachment and there was no css class added to the view because adding a css class made the error go away.

Relevant lines in the theme:
print $classes_array[4]; ">
print render($title_prefix);
if ($title):
print $title;
endif;
print render($title_suffix);

Top line is line 30

jpamental’s picture

I'm going to try removing the included TPL files in favor of using the dev build of Semantic Views. I'd rather have a finished module to count on, but since the only reason these are here is for better semantics and slimmer markup, I don't think I'm going to keep them. That should fix this issue I would imagine.

jpamental’s picture

Status: Active » Closed (won't fix)

I'm not sure if this is an issue in 2.x, but that's the only place where I'm continuing to work on the theme.