I enabled:
Default Node view: taxonomy_term (default)
I press to "Edit" and occurs this:

Parse error: syntax error, unexpected '<' in
sites/all/modules/views/modules/node/views_handler_filter_node_status.inc on line 87

Comments

merlinofchaos’s picture

In cvs, the file views_handler_filter_node_status.inc is only 14 lines long.

I have no idea how you have an error on line 87, but my guess is you have something corrupt in your install.

sentinelcz’s picture

Which part of installation ? Module or core ?
How I can check it?

merlinofchaos’s picture

The Views installation.

Use your text editor and look at the file sites/all/modules/views/modules/node/views_handler_filter_node_status.inc

sentinelcz’s picture

You are right, I reinstalled views and problem is the similar.
I check the file, now is OK.

I see now (file views_handler_filter_in_operator.inc has 189 rows)

warning: array_values() [function.array-values]: The argument should be an array in /sites/all/modules/views/handlers/views_handler_filter_in_operator.inc on line 187.

I found in row:
$this->query->add_where($this->options['group'], "$this->table_alias.$this->real_field " . $this->operator . $in, array_values($this->value));

It is OK ?

merlinofchaos’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.