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