* user warning: Unknown column 'votingapi_cache.value' in 'field list' query: SELECT COUNT(*) FROM (SELECT users.name AS users_name, users.uid AS users_uid, node.title AS node_title, node.nid AS nid, node.created AS node_created, votingapi_cache_node_percent_vote_average.value AS votingapi_cache_node_percent_vote_average_value, votingapi_cache.value AS votingapi_cache_node_percent_vote_average_value_1 FROM node node LEFT JOIN votingapi_cache votingapi_cache_node_percent_vote_average ON node.nid = votingapi_cache_node_percent_vote_average.content_id AND (votingapi_cache_node_percent_vote_average.content_type = 'node' AND votingapi_cache_node_percent_vote_average.value_type = 'percent' AND votingapi_cache_node_percent_vote_average.tag = 'vote' AND votingapi_cache_node_percent_vote_average.function = 'average') INNER JOIN users users ON node.uid = users.uid WHERE node.status <> 0 ) count_alias in D:\www\htdocs\family\sites\all\modules\views\plugins\views_plugin_pager.inc on line 134.
* user warning: Unknown column 'votingapi_cache.value' in 'field list' query: SELECT users.name AS users_name, users.uid AS users_uid, node.title AS node_title, node.nid AS nid, node.created AS node_created, votingapi_cache_node_percent_vote_average.value AS votingapi_cache_node_percent_vote_average_value, votingapi_cache.value AS votingapi_cache_node_percent_vote_average_value_1 FROM node node LEFT JOIN votingapi_cache votingapi_cache_node_percent_vote_average ON node.nid = votingapi_cache_node_percent_vote_average.content_id AND (votingapi_cache_node_percent_vote_average.content_type = 'node' AND votingapi_cache_node_percent_vote_average.value_type = 'percent' AND votingapi_cache_node_percent_vote_average.tag = 'vote' AND votingapi_cache_node_percent_vote_average.function = 'average') INNER JOIN users users ON node.uid = users.uid WHERE node.status <> 0 ORDER BY votingapi_cache_node_percent_vote_average_value_1 DESC LIMIT 0, 10 in D:\www\htdocs\family\sites\all\modules\views\plugins\views_plugin_query_default.inc on line 1093.
Comments
Comment #1
dawehnerThis is a bug report? Please read http://drupal.org/node/571990 to provide informations.
Comment #2
merlinofchaos commented1) BUG is not an appropriate title for an issue in this queue. For the record, there are over 1200 open issues in this queue at this time. If every one that were considered a bug report were simply named BUG it would be 1) a lot easier for submitters and 2) nothing would ever get fixed. Not only is this not appropriate, but it's actually considerably rude.
2) Unknown column 'votingapi_cache.value'
votingapi is clearly visible here. This means that the votingapi module should be the first place checked. The Views issue submission guidelines is quite clear about this point. It is clear that while you were busy coming up with the most useless title you could come up with, you were also busy not bothering to read these guidelines.
3) You completely failed to mention what you were doing that prompted this error, or export the view, or do anything to help anyone actually reproduce this bug.
While I can kind of respect that you are attempting to help the project, this kind of help is more of a hindrance than it is a help. Bug reports where the submitter cannot be bothered to do the basic job of due diligence when filing a bug report wastes a lot of people's time in an effort to safe the submitter time. It is rude and disrespectful.
Please learn how to properly interact with the community before visiting my issue queue again.