Log message #4054772

# At Username Text
# Jul 20th 2017, 15:03 jeremyharris eBugg glad to help
# Jul 20th 2017, 15:03 eBugg jeremyharris: I think I was able to track it down. Js indeed as you said. Thank you for the debug($this->Form) stuff. I didn't know about it.
# Jul 20th 2017, 15:01 jeremyharris manually creating the session means you need to pass config etc
# Jul 20th 2017, 15:01 shuyi I see , thanks
# Jul 20th 2017, 15:01 jeremyharris Cake\Network\Session — although generally you want to use the existing object on the request
# Jul 20th 2017, 15:00 shuyi quick question ... what is the use statement for Session in Cake 3 ?
# Jul 20th 2017, 14:57 eBugg there some jQuery hanging at the beggining of the .ctp
# Jul 20th 2017, 14:56 jeremyharris so that tells you that JS is likely disabling it
# Jul 20th 2017, 14:55 eBugg no disabled
# Jul 20th 2017, 14:55 eBugg debug give this: '<div class="input number"><label for="OperacionVentaPrecioDirectoEuro">Precio Directo Euro</label><input name="data[OperacionVenta][precio_directo_euro]" step="0.000001" type="number" id="OperacionVentaPrecioDirectoEuro"/></div>'
# Jul 20th 2017, 14:53 jeremyharris eBugg the reason I ask for debugging directly from the PHP template/view is to be certain nothing else is fiddling with it (like JS)
# Jul 20th 2017, 14:53 eBugg this is a plain cakephp installation
# Jul 20th 2017, 14:52 eBugg jeremyharris: let me try that. My only tools are vim and Firefox
# Jul 20th 2017, 14:51 jeremyharris sorry, you’re using input. debug($this->Form->input(‘…’))
# Jul 20th 2017, 14:51 eBugg what would you put in the Form->control() ? the controller or the field ?
# Jul 20th 2017, 14:51 jeremyharris eBugg okay. again, are you debugging directly from PHP or pasting from dev tools? also, have you checked for custom templates yet?
# Jul 20th 2017, 14:50 eBugg jeremyharris: I have some js but nothing like .disabled
# Jul 20th 2017, 14:50 admad adios
# Jul 20th 2017, 14:49 admad the cake is a lie!
# Jul 20th 2017, 14:49 jeremyharris fakephp?
# Jul 20th 2017, 14:49 eBugg admad: what if it were FAKE cakephp ??
# Jul 20th 2017, 14:49 admad 0wned!
# Jul 20th 2017, 14:48 jeremyharris (I have no defense :P )
# Jul 20th 2017, 14:48 jeremyharris hey now
# Jul 20th 2017, 14:48 admad if you are american it could be the russians
# Jul 20th 2017, 14:48 jeremyharris better yet, debug($this->Form->control(‘…’)) to see exactly what it’s outputting
# Jul 20th 2017, 14:47 jeremyharris and JS
# Jul 20th 2017, 14:47 jeremyharris did you check your templates yet?
# Jul 20th 2017, 14:47 eBugg as per code
# Jul 20th 2017, 14:47 inoas urgh urgh
# Jul 20th 2017, 14:47 inoas urgh now $viewVars['_serialize'] doesnt necessarily exist
# Jul 20th 2017, 14:47 eBugg echo $this->Form->input('referencia', array('autofocus' => 'autofocus'));
# Jul 20th 2017, 14:46 eBugg admad: it was a failed edited copy/paste
# Jul 20th 2017, 14:46 shuyi you can just do $collection->addLast($x)
# Jul 20th 2017, 14:46 jeremyharris this is certainly a mystery :P
# Jul 20th 2017, 14:46 hmic inoas, just use + with arrays :p
# Jul 20th 2017, 14:46 admad so you definitely have a custom helper
# Jul 20th 2017, 14:46 shuyi i use laravel collection in cake, works like a charm
# Jul 20th 2017, 14:45 admad autofocus="autofocus" also never gets added automatically
# Jul 20th 2017, 14:45 jeremyharris is JS disabling it eBugg ?
# Jul 20th 2017, 14:45 inoas I liked am in 1.x ;)