All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Getting Low_fieldtype_bridge::get_setting() error when trying to display a variable

bendukt 1 May 2013 22:13 problem, complete

Hey there,

I'm in the process of making Dukt Videos compatible with Low Variables but I'm getting the following error when trying to display the field :

Fatal error: Call to undefined method Low_fieldtype_bridge::get_setting() in /Users/ben/code/dukt/playground/ee/system/expressionengine/third_party/low_variables/mod.low_variables.php on line 148


Here is my template code :

{exp:low_variables:parse var="lv_video"}


Dukt Videos doesn't use fieldtype settings. Could this be related to this problem ?

Thanks for your help !

Replies

  1. bendukt 1 May 2013 22:14

    Also, I don't think I'm in the same situation as this one as I'm not using Switch :

    https://getsatisfaction.com/low/topic...

  2. Low 2 May 2013 06:40

    Have you added a display_var_tag() method to your fieldtype? That's needed if you want to use the Tag syntax.

  3. bendukt 2 May 2013 17:46

    Hey Lodewijk, thanks for the prompt response.

    I think I was being confused with fields & tags, and was actually trying to debug this on the field side. Working late is not always a good thing... display_var_tag() worked perfectly.

    Sorry about that and thanks for your time !