Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.0-rc3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
26 Sep 2008 at 12:56 UTC
Updated:
12 Oct 2008 at 15:33 UTC
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
Comment #1
merlinofchaos commentedIn 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.
Comment #2
sentinelcz commentedWhich part of installation ? Module or core ?
How I can check it?
Comment #3
merlinofchaos commentedThe Views installation.
Use your text editor and look at the file
sites/all/modules/views/modules/node/views_handler_filter_node_status.incComment #4
sentinelcz commentedYou 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 ?
Comment #5
merlinofchaos commentedComment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.