Problem/Motivation

(why the issue was filed, steps to reproduce the problem, etc.)

After upgrading to Views 3.4 (recommended?) I got a PHP Fatal because views_handler_filter_node_language.inc was not present in views/modules/translation
This file was being require_once'd in bootstrap.inc line 3084

Proposed resolution

My current work around was to just touch a blank file at that path, as my site is not multilingual.

Remaining tasks

Is the file just missing from 3.4? Is this issue related to the upgrade path?

Comments

couturier’s picture

Is the person at this comment having the same problem as you are? http://drupal.org/node/1743424#comment-6376452

Also check here: http://drupal.org/node/1744282

damiankloip’s picture

This file moved in #343178: Node language should be available without node translation being enabled, where this handler you describe moved from modules/translation to modules/locale. If you flush your caches, does this not fix your issue?

dawehner’s picture

Status: Active » Postponed (maintainer needs more info)

Update on the comment of #2

dawehner’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

See #343178: Node language should be available without node translation being enabled

I'm pretty sure that this is just a problem of some missing registry clearing.

fathershawn’s picture

It is a problem of registry/cache clearing. Had the same error only on the live site after upgrading, testing and pushing up. Praises to git! Rolled back the upgrade via git, cleared cache before upgrade, rechecked out new code - fixed.