Few problems with latest Github version

sales2010

Well-Known Member
Hello,

Please check the following possible problems:

List view: autocomplete filter stops working for a field element:

Firefox:



Chrome


Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://salesintranet3/aplicatii/ind...ld&method=autocomplete_options&package=fabrik
Uncaught TypeError: Cannot call method 'map' of null

btw, the element id is not displayed in Fabrik/Elements.


Package then New (i want to create a new export package):

500 Layout bootstrap not found


Thank you
 
the autocomplete filter should be working now, and I've added back the element id's into the element list.
For me the package add page works, could you try updating to see if that fixes it for you?
 
Thank you, Rob, the autocomplete filter work fine, but the latest github update broke any CDD and database join elements that belong to a joined list (unknown column contracte_date_agenti_0.agent in...)
 
friendly bump..

i tried again to update to latest github version and i encounter same errors:

1054 Unknown column 'contracte_date_agent___agent' in 'where clause' SQL=SELECT DISTINCT(`contracte_date_agent_0`.`echipa`) AS value, `contracte_date_agent_0`.`echipa`AS text FROM `contracte_date_agent` AS `contracte_date_agent_0` WHERE contracte_date_agent___agent = '50' ORDER BY text ASC

The column exist and all work fine with a previous version from github (don't know where to look to see the version number)

the element in case is a databasejoin element. A similar error appear for a cdd element rendered as checkboxes. Please note that i'm using the same field ("agent") for both value and label in element.
 
Yes, all the cdd had lost the selections made before :(

Another problem: the autofill plugin failed, no field is filled. Looking into plugin options, the option "Autofill on load" doesn't have any value to be selected. This is quite urgent for me if you can take a look..

Also, the values from form js file will no longer use join___id?
 
I'd need full instructions on what you are attempting to do with the autofill plugin to be able to advise.
 
Also, the values from form js file will no longer use join___id?
Correct,

JavaScript:
// X = form id
// Y = row id.
 
// First repeat element
Fabrik.blocks['form_X_Y'].formElements.get('tablename___elementname_0');
 
// Second repeat element.
Fabrik.blocks['form_X_Y'].formElements.get('tablename___elementname_1');
 
I'd need full instructions on what you are attempting to do with the autofill plugin to be able to advise.

Nothing else than to use the autofill plugin. In my current version, the autofill plugin run fine, but soon as i update to latest version, it stops filling the fields with values. No changes has been made to the plugin, i just updated the fabrik code.

I'm not 100% sure it's about autofill plugin because the "Confirmation message" appear in form if it's activated, but the problem appear only for this plugin and i don't see any error in Firefox debug console.
 
Could you try updating, I found an issue with my autofill test which I think relates to this, which I have just fixed
thx
Rob
 
Rob, can you check also the following possible issue:

one dbjoin element rendered as checkbox but the element will retrieve data from a database table like tablename___repeat_element. In other words, a CDD rendered as checkbox that observe a database join element rendered also as checkbox but from another form.

When i try to concat the label i'm seeing an error about how the column selected for label does not exist.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top