Log message #4213365

# At Username Text
# Nov 14th 2019, 17:10 shifat.it I need a github project built with Cakephp and accepting PRs and best for beginners
# Nov 14th 2019, 17:09 ndm Well, you might have come to the right place, explain what you need help with and we'll see.
# Nov 14th 2019, 17:07 shifat.it need someone who can help me through this
# Nov 14th 2019, 17:06 shifat.it good for beginner
# Nov 14th 2019, 17:06 shifat.it OPen source project by CAKEPHP
# Nov 14th 2019, 17:06 shifat.it I want to talk about contributing to a open source project
# Nov 14th 2019, 17:06 ndm If you have any questions, just ask them, if someone can answer them, they usually will
# Nov 14th 2019, 17:05 ndm Depends on what you want to talk about.
# Nov 14th 2019, 17:04 want_to is there any one to talk>??
# Nov 14th 2019, 17:04 want_to Hello
# Nov 14th 2019, 15:18 admad good to hear
# Nov 14th 2019, 15:17 admad in 3.x it would have been silent and you would still not have figured out what was the source of the problem
# Nov 14th 2019, 15:17 kevin.pfeifer the only problems I had with cakephp 4 were fixed very fast after I submitted the issue on the githbu repo. Everything else works like a charm like in cakephp 3
# Nov 14th 2019, 15:17 admad the strict typing in 4.x should help spot problems early
# Nov 14th 2019, 15:16 admad @kevin.pfeifer it's good to hear feedback on 4.x nonetheless
# Nov 14th 2019, 15:12 admad good to know. maybe not for you but us at least :P
# Nov 14th 2019, 15:11 kevin.pfeifer there seems to be a problem with the session mamagenemnt on my server side, therefore no CakePHP problem. Sorry^^
# Nov 14th 2019, 15:10 kevin.pfeifer ah no the success flash
# Nov 14th 2019, 15:10 slackebot1 <kevin.pfeifer>
# Nov 14th 2019, 15:10 kevin.pfeifer the delete operation of my controller
# Nov 14th 2019, 15:08 admad what's on `CategoriesController.php:126` ?
# Nov 14th 2019, 15:05 kevin.pfeifer well no it cant be the Flash Component since i get a Flash after creating a new entry. Seems i got a permission problem with my PHP _SESSION
# Nov 14th 2019, 14:57 kevin.pfeifer the strange thing is, the deletion is done corretly and my entry is gone but i dont get the "your entry has been deleted" message. Probably something with the flashcomponent?
# Nov 14th 2019, 14:56 slackebot1 /var/www/my_tools/webvol/vendor/cakephp/cakephp/src/Http/Server.php:86 - /var/www/my_tools/webvol/webroot/index.php:40 Request URL: /categories/delete/30 ```
# Nov 14th 2019, 14:56 slackebot1 /var/www/my_tools/webvol/vendor/cakephp/cakephp/src/Http/Runner.php:58 - /var/www/my_tools/webvol/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php:162 - /var/www/my_tools/webvol/vendor/cakephp/cakephp/src/Http/Runner.php:73 - /var/www/my_tools/webvol/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php:68 - /var/www/my_tools/webvol/vendor/cakephp/cakephp/src/Http/Runner.php:73 -
# Nov 14th 2019, 14:56 slackebot1 /var/www/my_tools/webvol/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php:99 - /var/www/my_tools/webvol/vendor/cakephp/cakephp/src/Http/Runner.php:73 - /var/www/my_tools/webvol/vendor/cakephp/debug_kit/src/Middleware/DebugKitMiddleware.php:60 - /var/www/my_tools/webvol/vendor/cakephp/cakephp/src/Http/Runner.php:73 - /var/www/my_tools/webvol/vendor/cakephp/cakephp/src/Http/Runner.php:58 -
# Nov 14th 2019, 14:56 slackebot1 /var/www/my_tools/webvol/vendor/cakephp/cakephp/src/Controller/Component/FlashComponent.php:112 - /var/www/my_tools/webvol/vendor/cakephp/cakephp/src/Controller/Component/FlashComponent.php:155 - /var/www/my_tools/webvol/src/Controller/CategoriesController.php:126 - /var/www/my_tools/webvol/vendor/cakephp/cakephp/src/Controller/Controller.php:524 - /var/www/my_tools/webvol/vendor/cakephp/cakephp/src/Controller/ControllerFactory.php:79 -
# Nov 14th 2019, 14:56 slackebot1 /var/www/my_tools/webvol/vendor/cakephp/cakephp/src/Http/BaseApplication.php:229 - /var/www/my_tools/webvol/vendor/cakephp/cakephp/src/Http/Runner.php:77 - /var/www/my_tools/webvol/vendor/cakephp/cakephp/src/Http/Runner.php:77 - /var/www/my_tools/webvol/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php:136 - /var/www/my_tools/webvol/vendor/cakephp/cakephp/src/Http/Runner.php:73 -
# Nov 14th 2019, 14:56 kevin.pfeifer ``` [TypeError] Argument 1 passed to Cake\Http\Session::_overwrite() must be of the type array, null given, called in /var/www/my_tools/webvol/vendor/cakephp/cakephp/src/Http/Session.php on line 485 in /var/www/my_tools/webvol/vendor/cakephp/cakephp/src/Http/Session.php on line 531 Stack Trace: - /var/www/my_tools/webvol/vendor/cakephp/cakephp/src/Http/Session.php:485 -
# Nov 14th 2019, 14:47 kevin.pfeifer this doesnt happen inside my docker dev environment
# Nov 14th 2019, 14:46 kevin.pfeifer Quick Question: I just tested my CakePHP 4 instance on my live server and i get the following message when i try to delete any entry inside any table. ``` Argument 1 passed to Cake\Http\Session::_overwrite() must be of the type array, null given, called in /var/www/my_tool/webvol/vendor/cakephp/cakephp/src/Http/Session.php on line 485 ``` This happens on all my controllers inside the delete action. Any ideas?
# Nov 14th 2019, 14:42 sumitsehgal What can be the best schema for making schedule based todos. And tasks can be recurring in nature.. Like daily, monthly, weekly,  2nd and 4th days of the week etc... ?
# Nov 14th 2019, 14:00 alexmax ughhhhhh, I'm not calling the parent constructor, that's why
# Nov 14th 2019, 13:52 alexmax I have an old form that overrides `_buildValidator` and it validates just fine in 3.5. However, when upgrading to 3.8, the form now always passes validation. I suppose I can just change the validation method to the new one, but is the old one completely breaking intentional? Usually Cake just warns me about deprecated stuff but it continues working.
# Nov 14th 2019, 13:27 scuadra Hello. I have the following issue. I am using this plugin (https://github.com/UseMuffin/Slug) to create slug for my products. But I want to use both `id` and `title` as `displayField`. Since the `id` field is not present when the slug is build I got an error and cannot save my records. Is it possible somehow to make this work or I should remove `id` from `displayField`?
# Nov 14th 2019, 12:50 frank @rk.thedigifrog What @admad said
# Nov 14th 2019, 12:31 pieceof id remove parenthesis from where
# Nov 14th 2019, 12:29 admad you might have whitespace in the saved value
# Nov 14th 2019, 12:28 pieceof try like ?
# Nov 14th 2019, 12:12 rk.thedigifrog @frank ^
# Nov 14th 2019, 12:09 rk.thedigifrog Not working means query is not working even if I hit same query in MYSQL console