Extension, Fieldtype

Archived
Forum
(read-only)

Updatable Select Dropdown

ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From Denza

     

Conflict with Low Variables 2.0.3

General

Lee
Lee

Hi Denza, I’m getting this error when clicking on LV extension settings:

A PHP Error was encountered

Severity: Notice

Message: Undefined property: Addons_extensions::$api_channel_fields

Filename: cstslct/ft.cstslct.php

Line Number: 25

Fatal error: Call to a member function include_handler() on a non-object in /www/public_html/system/expressionengine/third_party/cstslct/ft.cstslct.php on line 25

denza
# 1
Developer
denza

Sorry about this Lee, but this addon is not compatable with LV yet
actually I have not LV to fix this issue (because I do not use it) 
you may initiate a return of money for Updatable Select Dropdown

denza
# 2
Developer
denza

Lee, just try one “blind” workaround:
comment lines 24 and 25

// $this->EE =& get_instance();
// $this->EE->api_channel_fields->include_handler('select'); 

and pacte this code:

$_field_type 'select';
$_file 'ft.'.$_field_type.'.php';
$_path PATH_FT.$_field_type.'/';   
require_once 
$_path.$_file

but this solution need to be tested with LV (without LV it is working)

Lee
# 3
Lee

Hi Denza, many thanks for looking into it, seems to be working OK with that fix.