Log message #4103918

# At Username Text
# Dec 15th 2017, 19:31 joopm before asking a made a lot of experiments
# Dec 15th 2017, 19:30 joopm hello all
# Dec 15th 2017, 17:55 dereuromark Es: you need to be more specific
# Dec 15th 2017, 17:55 Es0teric question -- does anyone know of a way that cake interpolates strings within lang files in 2.x?
# Dec 15th 2017, 17:44 rafael.junqueira.sant @dereuromark I'll be using my jerry rig for now, to save time, until the issue is fixed. Thank you for your attention.
# Dec 15th 2017, 17:26 Es0teric question -- does anyone know of a way that cake interpolates strings within lang files in 2.x?
# Dec 15th 2017, 17:25 rafael.junqueira.sant That's the one I tried to use.
# Dec 15th 2017, 17:25 rafael.junqueira.sant By default, cakephp comes with Template/Element/Flash/success.ctp - is that what you're talking about?
# Dec 15th 2017, 17:23 dereuromark but that is besides your problem, yours is about $message etc
# Dec 15th 2017, 17:23 dereuromark if you put it into the same directory
# Dec 15th 2017, 17:22 dereuromark 'Flash/my_custom_whatever'
# Dec 15th 2017, 17:22 dereuromark Do you see 'element' => 'Flash/success'? I would expect your custom overwrite to have the same folder nesting
# Dec 15th 2017, 17:22 rafael.junqueira.sant alright, next time.
# Dec 15th 2017, 17:21 dereuromark Please never here inline, always as pastebin or inside the ticket.
# Dec 15th 2017, 17:13 rafael.junqueira.sant To me, the session seems normal.
# Dec 15th 2017, 17:09 rafael.junqueira.sant I'll edit it, I printed it after rendering Flash, which clears it from the session
# Dec 15th 2017, 17:08 slackebot3 'fixedNowTime' => false }, 'modified' => object(Cake\I18n\FrozenTime) { 'time' => '2017-11-09T09:53:40+00:00', 'timezone' => 'UTC', 'fixedNowTime' => false }, 'img_hash' => 'hash' ] ] ]
# Dec 15th 2017, 17:08 rafael.junqueira.sant [ 'Config' => [ 'time' => (int) 1513357646 ], 'Flash' => [], 'user_id' => (int) 3, 'full_name' => 'Rafael', 'email' => 'email@gmail.com', 'img_hash' => 'hash', 'Auth' => [ 'User' => [ 'id' => (int) 3, 'full_name' => 'Rafael', 'email' => 'email@gmail.com', 'deleted' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) { 'time' => '2017-11-09T09:40:36+00:00', 'timezone' => 'UTC',
# Dec 15th 2017, 17:07 dereuromark And compare with that one in tests: https://github.com/cakephp/cakephp/blob/master/tests/TestCase/View/Helper/FlashHelperTest.php#L74
# Dec 15th 2017, 17:05 dereuromark how does your structure look like
# Dec 15th 2017, 17:05 dereuromark You can help providing your session info
# Dec 15th 2017, 17:05 rafael.junqueira.sant thank you very much!
# Dec 15th 2017, 17:04 dereuromark @admad Would you mind reopening with the new info collected? Sounds like a core issue with the session structure to be changed in a few this helper feature doesnt work anymore.
# Dec 15th 2017, 17:02 rafael.junqueira.sant I would like to rely on plugins only if really necessary, and seek to fix unexpected behaviors in the core.
# Dec 15th 2017, 17:01 rafael.junqueira.sant either the problem is in the documentation, or in the code. maybe there is something I missing, but then the documentation isn't any clear for me.
# Dec 15th 2017, 17:01 rafael.junqueira.sant if I continue the ticket, I think it will be disturbing to him.
# Dec 15th 2017, 17:00 rafael.junqueira.sant it seems you understood what happened. can you tell admad in the ticket? maybe he'll understand you more clearly
# Dec 15th 2017, 16:59 dereuromark I remember that there were changes around stacked messages and thus a now nested structure.. (sth I have been using for 10 years now using my own Flash plugin, thus I wouldnt know what happened in core)
# Dec 15th 2017, 16:59 dereuromark dd($_SESSION) etc
# Dec 15th 2017, 16:58 rafael.junqueira.sant how do I do it?
# Dec 15th 2017, 16:58 dereuromark Maybe the test session structure is not the real one anymore (you can check that by comparing to your own)
# Dec 15th 2017, 16:58 dereuromark Strange, there is a test: https://github.com/cakephp/cakephp/blob/master/tests/TestCase/View/Helper/FlashHelperTest.php#L181
# Dec 15th 2017, 16:57 rafael.junqueira.sant it works, but I was trying to understand the expected behavior in the default functionality.
# Dec 15th 2017, 16:57 rafael.junqueira.sant what I did didn't please me: in the Flash component, instead of setting the element as success, I set the key as success and rendered it in the element.
# Dec 15th 2017, 16:56 rafael.junqueira.sant good. I just want to find a clean solution
# Dec 15th 2017, 16:55 dereuromark I suspect that the merging changed, and thus doesnt work anymore
# Dec 15th 2017, 16:55 dereuromark its important to always post the data of your session structure in "flash" key, also the result in your template. otherwise it is impossible to help here.
# Dec 15th 2017, 16:54 dereuromark thats how the code can be read: $message = $options + $message;
# Dec 15th 2017, 16:54 rafael.junqueira.sant Notice (8): Undefined variable: message [APP/Template\Element\Flash\success.ctp, line 3]
# Dec 15th 2017, 16:54 rafael.junqueira.sant this is the error I still receive:
# Dec 15th 2017, 16:54 dereuromark yeah they should all be using that element then