Log message #4099017

# At Username Text
# Nov 28th 2017, 09:57 neon1024 Morning everyone
# Nov 28th 2017, 09:49 HumanG33k thx .)
# Nov 28th 2017, 09:49 HumanG33k …
# Nov 28th 2017, 09:49 HumanG33k missing <?php
# Nov 28th 2017, 09:48 HumanG33k hum find
# Nov 28th 2017, 09:45 HumanG33k my form is in src/Form/WikiForm.php
# Nov 28th 2017, 09:44 HumanG33k and i have done use App\Form\WikiForm; in the top of the file
# Nov 28th 2017, 09:44 HumanG33k i follow the model less example but when i do a $course = new WikiForm(); it’s not working
# Nov 28th 2017, 09:41 HumanG33k TotoForm in TitiController
# Nov 28th 2017, 09:41 HumanG33k Maybe stupid question but if i use a model less form can i do it even in controller with not the same name ie :
# Nov 28th 2017, 09:08 HumanG33k (if you know of course)
# Nov 28th 2017, 09:08 HumanG33k thx
# Nov 28th 2017, 09:08 HumanG33k if no when ?
# Nov 28th 2017, 09:07 HumanG33k things are fix ?
# Nov 28th 2017, 09:07 HumanG33k Hello i wan’t to know more about that https://www.nccgroup.trust/us/our-research/cakephp-security-assessment/?research=Public+Reports
# Nov 28th 2017, 09:01 rajaslack @stoykovnet it'll return as array instead of entities. If you get the records with this you can't use those records in form auto assign field.
# Nov 28th 2017, 08:43 stoykovnet Hello cakes! I found the `Table` method `enableHydration` and I wondered in what cases would you use `$this->MyTable->find()->enableHydration(false);`? What are the pros and cons? :thinking_face: :)
# Nov 28th 2017, 06:46 arnis Morning. Advice wanted. I have such an code fragment - https://gist.github.com/arneefreeman/ea2f018a78c2097fc608d1b82ef19008 I'm wondering if I could somehow include a virtual products count field in my $attributes->atribute_values variable (via $query->func()->count() maybe?) ? Products belongsToMany attributeValues, attributeValues belongsTo attributes.
# Nov 28th 2017, 03:07 chan hello! i take vertical photo with iphone and then i upload that photo on i create cakephp website (coding is file upload) but photo is show by horizontal. why? Can i fix this problem? if you know, please give advice to me. thanks all.
# Nov 28th 2017, 00:44 ndm Good night everybody :sleeping:
# Nov 28th 2017, 00:44 ndm I've traced things down to `__debugInfo()` being invoked on a query object in the variable panels shutdown function... looks like this causes the erroneous query to be executed again, causing a second exception to be triggered, and then things go south. Not sure where to go from here, I'm way to tired to pursue this any further now, guess I'll either log an issue tomorrow or harass @lorenzo , he's used to it :slightly_smiling_face:
# Nov 28th 2017, 00:41 ndm No problem...
# Nov 28th 2017, 00:37 casmo Ah, misread it, my bad
# Nov 28th 2017, 00:35 ndm No, it works fine then. That's what I mean when I say "disabling debug kit", debug mode is still on, I've just commented loading the plugin.
# Nov 28th 2017, 00:33 casmo Is it still happening if you put debug = true and remove the plugin::load('debugkit') from your bootstrap.php ?
# Nov 28th 2017, 00:32 ndm Well, if things work as expected with debug kit disabled, then I'm of course going to poke it to see what's going on there :slightly_smiling_face:
# Nov 28th 2017, 00:30 casmo I find it strange that you are searching within debugKit for the problem, though
# Nov 28th 2017, 00:29 ndm Thanks nonetheless... I'm slooooowly getting to it, looks like they key is `VariablesPanel::shutdown()`
# Nov 28th 2017, 00:26 casmo I do not know
# Nov 28th 2017, 00:23 ndm Not sure what exactly you mean by "debug message"? It's the same error/message ("x is not associated with y"), but with DebugKit enabled (specifically with ToolbarService::loadPanels() being invoked), it's being rendered as HTML instead of / additionally to JSON.
# Nov 28th 2017, 00:21 casmo What I'm trying to ask is: Are you sure it is the debugkit, not just a debug message?
# Nov 28th 2017, 00:20 ndm sure, that's just how it's configured in my app
# Nov 28th 2017, 00:19 casmo And visaversa
# Nov 28th 2017, 00:19 casmo Well, you can disable debugkit and still have debug = true
# Nov 28th 2017, 00:19 ndm both, the former depends on the latter
# Nov 28th 2017, 00:18 ndm And by fine I mean once, as JSON, as requested.
# Nov 28th 2017, 00:18 casmo When debugkit is enabled or when debug == true?
# Nov 28th 2017, 00:17 ndm I'm seeig a kinda tricky issue, where it seems that specific errors are being renderd twice, first as serialized JSON, then as HTML, and the latter wins, ie is being output, but this only happens when DebugKit is enabled, and only for some errors, in this case for a missing association, while errors like missing tables are being rendered fine
# Nov 28th 2017, 00:17 casmo Does that work?
# Nov 28th 2017, 00:15 ndm Nah, just stomped with the foot to see who's there, so that I could maybe annoy someone specific :slightly_smiling_face:
# Nov 28th 2017, 00:11 casmo Did I miss your question?