Closed (fixed)
Project:
Views (for Drupal 7)
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 May 2012 at 08:37 UTC
Updated:
4 Jan 2014 at 02:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehnerHere is the patch, nothing special.
Comment #2
tim.plunkettTagging.
Comment #3
bojanz commentedLooks good.
Comment #4
merlinofchaos commentedI suppose it's too much to ask to try and get a drupal_include() function into core that's smarter that module_load_include(), eh? :)
Comment #5
dawehnerI really like the idea, i will open an issue for that.
#1604942: Create a drupal_include similar to ctools_include
Comment #6
manuel garcia commentedPatch applied cleanly:
However, after attempting to clear the cache, I got WSOD. Here is the error log:
Comment #7
manuel garcia commentedThe Fatal error apparently is trigged in line 113 of ctools.module, which reads as follows:
require_once DRUPAL_ROOT . '/' . drupal_get_path('module', $module) . "$dir$file.inc";As part of the
ctools_includefunction.Comment #8
manuel garcia commentedI did a search views for calls for
ctools_include:Comment #9
manuel garcia commentedThe problem (I think) was that the new views_include function had a call to ctools_include in it in the previous patch.
I removed that call and the WSOD is gone.
Comment #11
dawehnerThis is the last patch which is missing beside the actual subsystems which will dissappear as well.
Comment #12
tim.plunkettThis could have been in #1742858: Remove #dependency out of the filter, but looks good now.
Comment #13
dawehnerAbsolutely but i totally forgot that