Hello everybody,
I am developping an application with Rhom API calls which was working alright with Rhodes 5.0.2.
Then, I recently upgraded to Rhodes 5.0.25 and the very same code is not working anymore with the following systematic error :
TypeError: 'undefined' is not a function (evaluating 'Rho.ORMHelper.dbConnection('user').$execute_sql("UPDATE client_info SET reset=1")')
It seems to me that it is related to the 3 new generated js files in public/api (rhoapi-modules-ORMHelper.js, rhoapi-modules-Ruby-RunTime.js, rhoapi-modules-Rhosim-Fix.js).
Could anyone help me here ?
Thanks,
Thierry
1 Replies
OK, shame on me !
You can all wooooo me !
I was still pointing to the 5.0.2 Rhom's online doc and did not see I had to include these 3 js files... :-(
Now it is working fine.
Thierry