Log message #4218125

# At Username Text
# Dec 10th 2019, 13:26 javier.villanueva https://book.cakephp.org/3/en/development/testing.html
# Dec 10th 2019, 13:26 javier.villanueva do you know IntegrationTestTrait ?
# Dec 10th 2019, 13:22 damiano i cannot write/read sessions
# Dec 10th 2019, 13:22 damiano when i test my website with bin/cake server do the sessions work correctly?
# Dec 10th 2019, 13:16 yadav.manu36 No, it is not stored in session, it is like $_GET. you can say getQuery() provide clean data
# Dec 10th 2019, 13:15 martin @ndm oh ok haha :P
# Dec 10th 2019, 13:13 damiano to avoid showing parameters
# Dec 10th 2019, 13:13 damiano maybe store the getQuery() in session ?=
# Dec 10th 2019, 13:13 damiano @yadav.manu36 can i create more "user/seo friendly querystring parameters?
# Dec 10th 2019, 13:11 damiano thanks!
# Dec 10th 2019, 13:11 damiano @yadav.manu36
# Dec 10th 2019, 12:58 ndm @martin It's the Migrations plugin Cookbook, not the CakePHP Cookbook, ie it's the Migrations plugin version 2.x docs
# Dec 10th 2019, 12:49 kiwi_46 hello
# Dec 10th 2019, 12:48 neon1024 Maybe open a ticket on cakephp/docs
# Dec 10th 2019, 12:47 neon1024 Even 1.0.0 depends on 3.x
# Dec 10th 2019, 12:47 neon1024 https://packagist.org/packages/cakephp/migrations#1.0.0
# Dec 10th 2019, 12:47 neon1024 No, you’re right there @martin
# Dec 10th 2019, 12:44 neon1024 That was pre-Phinx though I think :thinking_face:
# Dec 10th 2019, 12:44 neon1024 Migrations worked with 2.x
# Dec 10th 2019, 12:41 martin https://book.cakephp.org/migrations/2/en/index.html# << why is this in the 2.x cookbook? this is 3.x right?
# Dec 10th 2019, 12:37 yadav.manu36 @damiano use query string with view detail URL <?= $this->Html->link("View Detail", ['action' => 'view', $user->id, '?' => $this->request->getQuery()], ['alt' => __('View user'), 'title' => __('View user')]) ?> and when you want to go back then use below url <?= $this->Html->link("Back", ['action' => 'index', '?' => $this->request->getQuery()], ['alt' => __('Go Back'), 'title' => __('Go Back')]) ?>
# Dec 10th 2019, 12:32 damiano to go back without using the browser i mean
# Dec 10th 2019, 12:32 damiano guys what is the best way to "remember" the page (pagination) when i go to the detail of a product of the list i have paginated?
# Dec 10th 2019, 12:22 ashish_onmobile I am not able to instal intl extension
# Dec 10th 2019, 12:22 ashish_onmobile did anyone try latest xampp vm update
# Dec 10th 2019, 12:01 yadav.manu36 can anyone help me?
# Dec 10th 2019, 11:56 gianmarxgagliardi @neon1024 wrooooooooooooooo
# Dec 10th 2019, 11:55 gianmarxgagliardi @jotpe @steinkel thanks I hope I haven't forgotten anyone
# Dec 10th 2019, 11:55 gianmarxgagliardi solved big boys
# Dec 10th 2019, 11:53 gianmarxgagliardi it was a problem of fields
# Dec 10th 2019, 11:52 gianmarxgagliardi ok it works
# Dec 10th 2019, 11:50 steinkel your `$fields` are matching the form field names?
# Dec 10th 2019, 11:49 steinkel well, it says the credentials are not found
# Dec 10th 2019, 11:48 gianmarxgagliardi @steinkel yes, but it says that they are not valid even if they are
# Dec 10th 2019, 11:48 yadav.manu36 I want to use only vendor plugin templates in root plugin structure but it is not working. can anyone help me?
# Dec 10th 2019, 11:46 slackebot2 <gianmarxgagliardi>
# Dec 10th 2019, 11:45 steinkel are you using valid credentials and submitting the form?
# Dec 10th 2019, 11:45 gianmarxgagliardi yes
# Dec 10th 2019, 11:45 steinkel you should see the login form right?
# Dec 10th 2019, 11:45 steinkel go to /users/login page
# Dec 10th 2019, 11:44 gianmarxgagliardi @steinkel I didn't understand what I should do