Closed (fixed)
Project:
i18n page views
Version:
6.x-0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Jul 2012 at 15:38 UTC
Updated:
11 Mar 2013 at 13:30 UTC
Jump to comment: Most recent file
The module seems to assume that the context module is installed. As soon as I'd enabled the i18n page view module I got a function not found error for context_get_plugin. Deleting the function i18n_page_views_views_pre_view solved the problem for me as I do not have context module installed.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | not-found-context_get_plugin-backport.1696118.patch | 602 bytes | jlbellido |
| #1 | 1696118.patch | 602 bytes | penyaskito |
Comments
Comment #1
penyaskitoJust commited a test for the issue for checking CI system on d.org. Uploading the proper patch...
Comment #2
penyaskitoCommited to 7.x-1.x. Needs backport to 6.x-1.x.
Comment #3
jlbellidoBackport patch for 6.x-1.x
Comment #4
penyaskitoCommitted, thank you!