Log message #4032542

# At Username Text
# May 25th 2017, 22:42 obinoob I have not a single idea on how to do this that is why I'm having a fatal error, what does it mean this: Call to a member function someFunction() on null
# May 25th 2017, 22:41 jeremyharris Why not lazily construct it?
# May 25th 2017, 22:39 obinoob anyone ?
# May 25th 2017, 22:38 obinoob How can I do this?
# May 25th 2017, 22:38 obinoob I need to create a new class instance on a trait that is being used on a Controller extended class I know that I can write a construtor on the trait and call it on the class that is being used but by default it will override the Controller construct
# May 25th 2017, 22:21 obinoob Hi, I'm getting a fatal error, what does it mean this: Call to a member function someFunction() on null Error ?
# May 25th 2017, 21:32 meder_ I made a controller in src/Controller/Api/AttachedImagesController.php but can't access it in /api/attached_images.. controller name is AttachedImagesController. what did I miss?
# May 25th 2017, 21:29 inoas See you! around
# May 25th 2017, 21:21 inoas the cache invalidation here sounds hard :(
# May 25th 2017, 21:20 inoas Reverse routing (going from say Html::ink() to a url) with routes coming from the database should be cached, right?
# May 25th 2017, 21:11 meder_ thanks!
# May 25th 2017, 21:10 jeremyharris oh also the sql log in debug kit, might give you insight. anyway I have to go now, good luck!
# May 25th 2017, 21:10 meder_ ok
# May 25th 2017, 21:10 jeremyharris debug the entity after the failed save (the save result), it might tell you what you need to know.
# May 25th 2017, 21:08 meder_ thank you
# May 25th 2017, 21:08 meder_ yeah, really weird it doesn't. i'll keep messing around with it
# May 25th 2017, 21:08 meder_ ok
# May 25th 2017, 21:08 jeremyharris or rule failures
# May 25th 2017, 21:07 jeremyharris meder_ that patchedentity should save now, assuming there’s no validation errors
# May 25th 2017, 21:06 jeremyharris explicitly referencing it made it blank? that’s odd indeed
# May 25th 2017, 21:06 jeremyharris ok so that should work then
# May 25th 2017, 21:05 meder_ otherwise its like in that gist, populated
# May 25th 2017, 21:05 meder_ actually, I played around with explicitly referencing 'Attachments' in 'associated', when i explicitly reference it, attachemnts is blank
# May 25th 2017, 21:04 meder_ ok
# May 25th 2017, 21:04 meder_ https://gist.github.com/anonymous/0c0856148d937d4ffcb2be9581cf8163 patched
# May 25th 2017, 21:00 jeremyharris I’ll read through the cruft, don’t worry
# May 25th 2017, 20:59 jeremyharris this line is how I know: https://gist.github.com/anonymous/670ef8a66a390bef35011306d7a22a5e#file-entities-php-L35
# May 25th 2017, 20:59 jeremyharris looks like you modified the dump again :( please dump the full results of what we ask for, otherwise we end up taking 2 hours like this to solve an issue
# May 25th 2017, 20:58 jeremyharris ok now the patched
# May 25th 2017, 20:58 meder_ https://gist.github.com/anonymous/670ef8a66a390bef35011306d7a22a5e original entity with dirty/new
# May 25th 2017, 20:55 meder_ alright
# May 25th 2017, 20:55 meder_ k
# May 25th 2017, 20:55 jeremyharris please gist the full results
# May 25th 2017, 20:55 meder_ https://gist.github.com/anonymous/a94a69696962122805aa9224ba53cdc2
# May 25th 2017, 20:55 jeremyharris (e.g., dirty props, isNew, etc)
# May 25th 2017, 20:55 jeremyharris also, the gisted patchedEntity seems to be missing information
# May 25th 2017, 20:54 jeremyharris may as well gist requestData too
# May 25th 2017, 20:54 jeremyharris it will not be changed since you use a different variable for patchedEntity
# May 25th 2017, 20:53 jeremyharris sure
# May 25th 2017, 20:53 meder_ debug of the $entity after patch?
# May 25th 2017, 20:52 jeremyharris you still haven’t given me the original entity