Log message #4182020

# At Username Text
# Apr 3rd 2019, 18:59 ricksaccous if you ran the same code outside of a test i think it should work
# Apr 3rd 2019, 18:59 ricksaccous not even sure if i'm making sense/am correct about that
# Apr 3rd 2019, 18:58 ricksaccous test cases use fixtures and i think what's happening is the data doesn't save as expected because fixtures are static and dynamic changes (saves etc) are dropped
# Apr 3rd 2019, 18:58 ricksaccous is this in a test case?
# Apr 3rd 2019, 18:58 ricksaccous do not reset the contact_form entity there
# Apr 3rd 2019, 18:57 ricksaccous $contact_form = $this->contact_forms->get(1); $this->assertEquals('New header text', $contact_form->get('header_text'));
# Apr 3rd 2019, 18:57 ricksaccous there's no need to re-query again here
# Apr 3rd 2019, 18:49 lepidottero I've opened a thread in the forum https://discourse.cakephp.org/t/wrong-result-when-retrieving-old-data-after-an-update/5889 without any luck
# Apr 3rd 2019, 18:48 lepidottero And the db has the new data correctly saved
# Apr 3rd 2019, 18:48 lepidottero values are in originals
# Apr 3rd 2019, 18:48 lepidottero Well, I'm having a problem updating data and getting it back. The problem is that, when I query again the data the returned entity has the old data while the changed field with the correct
# Apr 3rd 2019, 18:35 rochasmarcelo yes
# Apr 3rd 2019, 18:31 lepidottero Hi all! Is this the right place to have help on CakePHP 3 ?
# Apr 3rd 2019, 16:17 asdfgh guys a good image upload plugin for cakephp 3.7 ?
# Apr 3rd 2019, 15:35 neon1024 If you’re expecting the file, it’s clearly not been copied onto the server
# Apr 3rd 2019, 15:32 kieran.bowler Thanks @neon1024 I'll check the routes. @ricksaccous yeah as far as I can tell my nginx setup is all good.
# Apr 3rd 2019, 15:28 birdy247 Googles framework for cross platform Apps
# Apr 3rd 2019, 15:28 birdy247 App
# Apr 3rd 2019, 15:28 neon1024 Ooh, what are those? I haven’t heard of them
# Apr 3rd 2019, 15:26 birdy247 Looking at flutter and dart now :slightly_smiling_face:
# Apr 3rd 2019, 15:26 birdy247 but you know what I mean
# Apr 3rd 2019, 15:26 birdy247 wrong word
# Apr 3rd 2019, 15:25 birdy247 "easy"
# Apr 3rd 2019, 15:25 birdy247 its pretty easy once you get above the clouds
# Apr 3rd 2019, 15:25 neon1024 The interface for the guys in the call centre is all vue
# Apr 3rd 2019, 15:25 birdy247 Similar here
# Apr 3rd 2019, 15:25 birdy247 :+1:
# Apr 3rd 2019, 15:25 neon1024 S’all good thanks, done a third project now which is up in prod
# Apr 3rd 2019, 15:24 birdy247 How are you going with vue by the way?
# Apr 3rd 2019, 15:24 neon1024 Probably variations on the same theme I would imagine
# Apr 3rd 2019, 15:24 birdy247 will look at array_intersect
# Apr 3rd 2019, 15:23 birdy247 I used array_diff and extract, as it was only part of the entity
# Apr 3rd 2019, 15:23 birdy247 nice
# Apr 3rd 2019, 15:23 neon1024 @birdy247 Also you could just do `array_intersect($first->toArray(), $second->toArray())` I reckon
# Apr 3rd 2019, 15:22 neon1024 @birdy247 It gets very complicated if you also compare associations!
# Apr 3rd 2019, 15:22 neon1024 @kieran.bowler I would suggest that your routes.php file still has `/` configured to load the PagesController
# Apr 3rd 2019, 15:20 birdy247 extract and array diff :+1:
# Apr 3rd 2019, 15:11 birdy247 Looking to compare 2 entities, trying to think of the most effieict way
# Apr 3rd 2019, 15:09 gapiangco if yes, follow what @admad said and change the column field's data type from `boolean` to `string` (or varchar)
# Apr 3rd 2019, 15:07 gapiangco @isaiah, do you mean changing the saved value IN the Database?
# Apr 3rd 2019, 15:05 WAGWAN Hello