Closed (duplicate)
Project:
Views (for Drupal 7)
Version:
7.x-3.4
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Aug 2012 at 00:18 UTC
Updated:
5 Sep 2012 at 20:00 UTC
(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
My current work around was to just touch a blank file at that path, as my site is not multilingual.
Is the file just missing from 3.4? Is this issue related to the upgrade path?
Comments
Comment #1
couturier commentedIs 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
Comment #2
damiankloip commentedThis 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?
Comment #3
dawehnerUpdate on the comment of #2
Comment #4
dawehnerSee #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.
Comment #5
fathershawnIt 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.