You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in a renderlet with ajax majixrepaint the datasource sql gives an error in the routine fetchdata of the class_tx_mkforms_ds_db_Main. The doQuery does not give a correct result back and crashes on $iNumRows = count($rows). However on normal loading the sql statement is correctly executed.
but that is not really the problem. count($rows) does not work and the solution is to calculate the count by going through the found results. Then it works for version 9. However majix does not work at all in version 10
in a renderlet with ajax majixrepaint the datasource sql gives an error in the routine fetchdata of the class_tx_mkforms_ds_db_Main. The doQuery does not give a correct result back and crashes on $iNumRows = count($rows). However on normal loading the sql statement is correctly executed.
my majixrepaint is done by the renderlet:
I am using version 9.5.2 of mkforms.
and the error is the following
The text was updated successfully, but these errors were encountered: