Log message #4153497

# At Username Text
# Jun 23rd 2018, 03:47 c And sorry for my english, it’s not my first language ,:)
# Jun 23rd 2018, 03:47 c NIce!! Thank you very much @admad
# Jun 23rd 2018, 03:45 admad @c https://github.com/cakephp/cakephp/pull/12242
# Jun 23rd 2018, 03:42 c Thanks!
# Jun 23rd 2018, 03:42 admad :+1:
# Jun 23rd 2018, 03:42 c Oh! great thanks @admad I searched for a issue on the github repo and couldn’t find one related
# Jun 23rd 2018, 03:41 c Yep I did that :)
# Jun 23rd 2018, 03:41 admad It's a bug in core which will be fixed in next release
# Jun 23rd 2018, 03:40 admad @c just remove the addPlugin() call from Application:: bootstrap ()
# Jun 23rd 2018, 03:38 c If I remove that line and add the plugin loading on the `boostrap.php` file everything works, is it a bug?
# Jun 23rd 2018, 03:37 c File uploaded https://cakesf.slack.com/files/UB6G053A6/FBCHB1FU4/-.js / https://slack-files.com/T053DPNCM-FBCHB1FU4-69254ac14a
# Jun 23rd 2018, 03:37 c My dependencies are these:
# Jun 23rd 2018, 03:36 c Apparently it is expecting the `ADmad\JwtAuth\Plugin` namespace
# Jun 23rd 2018, 03:36 c File uploaded https://cakesf.slack.com/files/UB6G053A6/FBCPWTNLS/screenshot_2018-06-22_screenshot.png / https://slack-files.com/T053DPNCM-FBCPWTNLS-8f8a019d5d
# Jun 23rd 2018, 03:35 c An it gives me this error
# Jun 23rd 2018, 03:34 c File uploaded https://cakesf.slack.com/files/UB6G053A6/FBCLYC6RH/-.php / https://slack-files.com/T053DPNCM-FBCLYC6RH-1db8790ec6
# Jun 23rd 2018, 03:34 c If I run this command `bin/cake plugin load ADmad/JwtAuth` it adds this line on the Application.php file
# Jun 23rd 2018, 03:33 c I’m having a problem with the bake console and the plugin loading
# Jun 23rd 2018, 03:33 c Hello everyone!
# Jun 22nd 2018, 23:34 ra7bi is that possible with that plugin ? thanks
# Jun 22nd 2018, 23:33 ra7bi File uploaded https://cakesf.slack.com/files/U1M5X5JBZ/FBDKYEH7G/helpresource.ashx.png / https://slack-files.com/T053DPNCM-FBDKYEH7G-eb57eb5e7d - i need it something like this , two inputs with labels in each line
# Jun 22nd 2018, 23:32 ra7bi File uploaded https://cakesf.slack.com/files/U1M5X5JBZ/FBDQ5TBBR/screen_shot_2018-06-23_at_3.31.29_am.png / https://slack-files.com/T053DPNCM-FBDQ5TBBR-21bcd605b9 - i've installed <https://github.com/FriendsOfCake/bootstrap-ui> plugin and i followed the steps , i want to make 2 inputs with label in each line but it gives me only one im using horizontal setup
# Jun 22nd 2018, 21:56 ra7bi thanks , i got the problem PK was not AI
# Jun 22nd 2018, 21:54 ra7bi when i do bake --everything it does not work but if i do it one by one it works
# Jun 22nd 2018, 21:53 saeideng `$this->setPrimaryKey('id');`
# Jun 22nd 2018, 21:53 itmpls double check
# Jun 22nd 2018, 21:53 itmpls you sure it's the right table?
# Jun 22nd 2018, 21:52 ra7bi i've primary key for details table
# Jun 22nd 2018, 21:52 ra7bi i got an error with bake ` Wrote `/Applications/AMPPS/www/store/src/Template/Details/edit.ctp` Cannot generate views for models with no primary key `
# Jun 22nd 2018, 21:52 ra7bi hi
# Jun 22nd 2018, 18:16 elovin ah okay, thanks
# Jun 22nd 2018, 18:13 lorenzo Classes are need only when you want to customize stuff
# Jun 22nd 2018, 18:13 lorenzo It will use the base table class by default
# Jun 22nd 2018, 18:09 elovin another question though, as it seems I do not need any table classes to access existing Tables with the TableLocator ?
# Jun 22nd 2018, 18:08 elovin okay mybad, missed a simple error in my cache config
# Jun 22nd 2018, 18:00 elovin I tried that, same result, connection is refused, might be an error in my docker-compose
# Jun 22nd 2018, 17:57 lorenzo What if you use the same port in cake as you did directly in pdo?
# Jun 22nd 2018, 17:46 elovin any ideas ?
# Jun 22nd 2018, 17:45 elovin well yes, but I have a different problem right now, I get SQLSTATE[HY000] [2002] Connection refused when using the stand alone app but the regular cakePHP app works just fine with the same database config, also using PDO directly strangely only works with 8889 but im on linux + docker ..
# Jun 22nd 2018, 17:30 lorenzo elovin still need help with that?
# Jun 22nd 2018, 16:26 elovin can I just copy the database model folder from my other cakePHP project to the stand alone project where I use the cakePHP orm ? If so, where should I place it ?