PHP Notice: Undefined property: FormConnector::$extra_outpu

I’ve updated my dhtmlx libraries and now I am getting the following error:

PHP Notice: Undefined property: FormConnector::$extra_output in C:\Inetpub\wwwroot\toitoi\dhtmlx\connector\codebase\base_connector.php on line 714

whenever I try to run my connector php scripts.

below is a sample of such script:

No need to state that if I try to run the query as is i.e.
select (…field list as below)
from ordini
where ordId = 102

it runs fine!

<?php require_once("toitoi_config.php"); require_once("./dhtmlx/connector/codebase/form_connector.php"); $res=mysql_connect($mysql_server,$mysql_user,$mysql_pass); mysql_select_db($mysql_db); $form = new FormConnector($res); $form->render_table("ordini","ordId","COD_FILIALE,prevId,ANNO,NUMERO,DATA,CLIENTE,NOMINATIVO,NOMINATIVO2,INDIRIZZO,CITTA,CAP,PV,ATTENZIONE,COD_PAG,IVA,PERC_IVA,SPI,NF,DATA_DISDETT,CHIUSO,DES_RAG_SOC1,DES_RAG_SOC2,IND_DEST,CITTA_DEST,CAP_DEST,PROV_DEST,LAT,LNG,REFERENTE,TELEF_DEST,DATA_DECO,DATA_REST_PR,DATA_REST_CO,INTERVALLO_P,TOTALE_NETTO,TOTALE_SCONT,TRASPORTO,COSTO_SPURGO,TOTALE_IMP,TOTALE_IVA,TOTALE_FATTU,NOTE"); ?>

Unfortunately we can’t reconstruct the same issue locally
Anyway, please try to update the connectors package with next one

s3.amazonaws.com/uploads.hipcha … onn009.zip