Active
Project:
Views Custom Field
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Aug 2009 at 11:12 UTC
Updated:
7 Dec 2009 at 22:13 UTC
Trying to use Custom Field PHP & Markup in a view together, I got the SQL error:
user warning: Unknown column 'customfield.phpcode' in 'field list'.
When I delete one of the Custom Fields PHP (I have 3 on that View), the error goes away.
I'm trying to get the user's role, and can't get it with the $data variable. Therefore, I'm using a Markup like:
to get the path to my site's template folder using one of the Custom Fields PHP.
The rest two of PHP fields are for formatting.
Comments
Comment #1
deggertsen commentedAre you trying to use Views Calc? I had this error come up for me but not until I used Views Calc. See #515832: No Integration with Views Custom Field