Log message #4153508

# At Username Text
# Jun 23rd 2018, 08:22 birdy247 File uploaded https://cakesf.slack.com/files/U0T295QA3/FBCQYBYCS/-.php / https://slack-files.com/T053DPNCM-FBCQYBYCS-cb0fdf75c1
# Jun 23rd 2018, 08:22 birdy247 Here is the method
# Jun 23rd 2018, 08:21 birdy247 Presumably I need to stub these?
# Jun 23rd 2018, 08:21 birdy247 One of my methods inside this class does a couple of lookups to cake models
# Jun 23rd 2018, 08:20 birdy247 I am trying to unit test it
# Jun 23rd 2018, 08:20 birdy247 I have made a custom class to handle "Invoices"
# Jun 23rd 2018, 08:04 birdy247 Morning
# Jun 23rd 2018, 03:58 admad Welcome :slightly_smiling_face:
# Jun 23rd 2018, 03:54 c Also @admad now that I’m here thank you for that plugin I use it a lot!
# Jun 23rd 2018, 03:51 c Wow! Thanks :-)
# Jun 23rd 2018, 03:49 admad Don't sell yourself short. Your English is good enough :slightly_smiling_face:
# 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