I converted from v8 to v9 and see this error when i wanted to run the application under development environment:
“Fatal error: Redefinition of parameter $uid in C:\Program Files\NetMake\v9\wwwroot\scriptcase\app\project_x10\form_commerce_order\index.php on line 3324”
Line: 3324: function ajax_form_commerce_order_lkpedt_refresh_billing_profile_id($uid, $uid, $nmgp_refresh_fields, $script_case_init)
{
global $inicial_form_commerce_order;
//register_shutdown_function(“form_commerce_order_pack_ajax_response”);
$inicial_form_commerce_order->contr_form_commerce_order->NM_ajax_flag = true;
$inicial_form_commerce_order->contr_form_commerce_order->NM_ajax_opcao = ‘lkpedt_refresh_billing_profile_id’;
$inicial_form_commerce_order->contr_form_commerce_order->NM_ajax_info[‘param’] = array(
‘uid’ => NM_utf8_urldecode($uid),
‘uid’ => NM_utf8_urldecode($uid),
‘nmgp_refresh_fields’ => NM_utf8_urldecode($nmgp_refresh_fields),
‘script_case_init’ => NM_utf8_urldecode($script_case_init),
‘buffer_output’ => true,
);
I deleted the project and do the conversion again. I also just update to the latest version this morning. They didn’t work.
It works when i run the application under v8.