BUG when triyng to set up Databases connections (After last update 9.3.007)

Deployment generated on ZIP, for a linux Centos 7 serveur. WHen trying to setup the database connection with mysql I have the fololwing screen with errors between DBMS Typee and Username.

I just copied the few first lines :

‘);$(’#td_dados_rep’).html("" + arr_html_retorno[1] + “”);console.log(arr_html_retorno);if (arr_html_retorno[2].length > 100){$(’#td_more_dados_rep’).html("" + arr_html_retorno[2] + “”);if ($(’#tr_more_info’).css(‘display’) != ‘none’){$(’#tr_more_dados_rep’).show();}}else{$(’#td_more_dados_rep’).html(’’);}$(’#td_load_ajax’).hide();$(’#td_dados_rep’).show();$(’#td_dados_usu’).show();if (str_start != null && str_start == ‘S’ && $(’#dbms’).val() == ‘mysql’ && $(’#server’).val() != ‘’ && $(’#user’).val() != ‘’ && ($(’#pass’).val() != ‘’ || ($(’#pass’).val() == ‘’ && first_time == ‘S’))){if($(’#pass’).val() == ‘’ && first_time == ‘S’){fc_get_db($(’#base’).val(), ‘S’);setConnCharset($(’#base’).val());first_time = ‘N’;}else{fc_get_db($(’#base’).val(), ‘N’);//setConnCharset($(’#base’).val());}}}}); } function nm_test_conn() {if (!bln_test) return;$(’#span_msg_err_test_auto’).hide();$(’#span_iframe_test_conn’).hide();$(’#span_load_ajax_test_conn’).show();document.test_conn.action = ‘/ocm_console2/_lib/prod/lib/php/devel/iface/admin_sys_allconections_test.php?rand=’ + Math.random();document.test_conn.target = ‘testaconn’;str_objs_form = ‘’;for (nI = 0; nI <=

… etc …

So after lest update :
1 - TAR deployement doesn’t work any more (se my other BUG)
2 - ZIP deployement failed when trying to setup database.

Can it be fixed quickly ?

Thank you
Regards

Yes, I also expect an urgent correction for this.

In the mean time, I found a way to go thru this issue by taking all files from a previous working installation from _lib/prod/lib/php and replace in the new (not working) installation. And it works !
The right thing would be to replace only the file which contains the error… but it needs some more investigation, and the Scriptcase/Netmake team will be definitevely more efficient than me…

Expect some news shortly …

Best regards

Dear dev/debug team, I did the job, can you put the fixe in the official release, details below :

in file : _lib/prod/lib/php/devel/class/pagenmPageAdminSysAllConectionsCreateWizard.class.php

line 787

change
html_retorno.split(’#$@$#’);
";

by
html_retorno.split(’#$’ + ‘@’ + '$#’);
";

in other words replace ‘#$@$#’ by ‘#$’ + ‘@’ + '$#

and it works

I expect an official patch soon …

Hello, @Olicorbel and @rinolt

Thank you for these reports.

This issue will be analysed and a feedback will be given soon.