Closed (duplicate)
Project:
Views (for Drupal 7)
Version:
6.x-2.9
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2010 at 09:29 UTC
Updated:
12 Apr 2010 at 06:49 UTC
Jump to comment: Most recent file
Comments
Comment #1
dawehnerHow do you embed the imagefield with php custom field?
Perhaps this code helps to understand the problem.
Comment #2
KoCo commentedThe only thing I push to data is the randomly selected imagefield.
It's set to be excluded from display, no label and only returns the 'path to file'.
I attached the views export, but you can find the custom php here:
I will be testing this a bit further during the next couple of days, and in between working hours.
thx
Koen
Comment #3
merlinofchaos commentedIt wasn't the intent that modules should have to update for this. So I am not at all certain what the problem is. There is a very similar error reported for date.module as well. The hack patch there is interesting but doesn't explain to me what's going on.
Comment #4
Lloyd commentedI'm also experiencing an issue with Views Custom Field. I'm using a markup field rewriting the output as:
[image_image] <span class="client_center_icon_text">[field_display_text_value]</span>I've also output the field as a link using a class. The problem is that now the word "[markup]" appears before the display text.
Comment #5
merlinofchaos commentedProblem identified here: http://drupal.org/node/765296#comment-2822578 -- please use that issue for now.
Comment #6
Lloyd commentedThat issue is for the fatal error message, right? I posted my problem in the Custom Field issues although I'm not sure if it's "their" problem or Views itself.
Comment #7
merlinofchaos commentedCould be either. Check to see if there's already an issue for the views custom field -- there were two items in this issue and I focused on the fatal one. If not, please post a new issue with just the views custom field, and preferably a tiny export and I'll see if I can duplicate it.
Comment #8
KoCo commentedA note, my problem with views custom field is solved with the patch added to views 2.10.