Log message #4019913

# At Username Text
# Apr 25th 2017, 09:12 hagen00 https://book.cakephp.org/3.0/en/views/helpers/form.html#creating-radio-buttons
# Apr 25th 2017, 09:12 hagen00 Can anyone advise how to set a radio button to checked in a radio button list. The docs aren't clear on this.
# Apr 25th 2017, 08:59 digitalfotografen Thanks for a great plugin!!! I use it for stuff where You probably should use a more "professional" queue handler. But nu keeping it inside Cake simplifies installations.
# Apr 25th 2017, 08:56 dereuromark thx for the feedback guys, I tagged 3.4.0
# Apr 25th 2017, 08:55 digitalfotografen @dereuromark @birdy247 I have been using dev dev-master of Queue on CakePHP 3.3 and 3.4 for some time. It has been stable. I works great!
# Apr 25th 2017, 08:45 ashish_onmobile @birdy247
# Apr 25th 2017, 08:45 ashish_onmobile let me know if it fit to your need.
# Apr 25th 2017, 08:45 ashish_onmobile whatever table you want to use.
# Apr 25th 2017, 08:45 ashish_onmobile try like this inside contain
# Apr 25th 2017, 08:45 ashish_onmobile ‘Users’ => function ($q) {
# Apr 25th 2017, 08:43 birdy247 @dereuromark yes seems solid to me
# Apr 25th 2017, 08:42 birdy247 but you can write a count inside a contain
# Apr 25th 2017, 08:42 birdy247 I have done that
# Apr 25th 2017, 08:40 ashish_onmobile let me know if i can help you.
# Apr 25th 2017, 08:40 ashish_onmobile @birdy247 You have to write a query inside contain.
# Apr 25th 2017, 08:33 crazycoder morning
# Apr 25th 2017, 08:32 dereuromark oh right, I wanted to do that for quite some time. Do you think it is stable enough? All good?
# Apr 25th 2017, 08:32 birdy247 Do you have a feeling of when dev-master will be tagged into a release?
# Apr 25th 2017, 08:32 birdy247 but also 3.0.0 on another site
# Apr 25th 2017, 08:31 birdy247 @dereuromark I am using your queue plugin on dev-master
# Apr 25th 2017, 07:32 rchavik digitalfotografen yip
# Apr 25th 2017, 07:27 birdy247 Or would I need to use some sepearte query for that?
# Apr 25th 2017, 07:27 birdy247 Is it possible to do a count on a contain?
# Apr 25th 2017, 07:26 digitalfotografen I am not a mysql guru ;) But it like acoount setup on mysql since it sais access denied. Then a humle recommendation, don't use mysql root account for production sites. Setup a dedicated mysql account with limited privileges
# Apr 25th 2017, 07:23 rchavik it works on his dev machine, but not on his shared server
# Apr 25th 2017, 07:22 rchavik here's his screenshot: https://vk.com/doc141967230_444277365
# Apr 25th 2017, 07:21 rchavik someone else has this issue, i'm trying to get him to provide more details
# Apr 25th 2017, 07:21 rchavik unfortunately, just the generic error
# Apr 25th 2017, 07:20 digitalfotografen @rchavik what typ of error do you get?
# Apr 25th 2017, 07:02 birdy247 morning
# Apr 25th 2017, 06:54 imbhavin95 hello guys
# Apr 25th 2017, 06:37 rchavik any thing else?
# Apr 25th 2017, 06:37 rchavik i think one possible issue is unsupported password format
# Apr 25th 2017, 06:36 rchavik what are possible causes of mysql connection failure (all details are correct)?
# Apr 25th 2017, 02:12 temp1029 Er, never mind, I think I've got it
# Apr 25th 2017, 02:08 temp1029 If I want to save both new associated records and maintain existing associations, is there an easy way to do this? Basically, I have a form used for updating a record, but I also want the user to be able to add new associated records from the same form, without having to go to a separate form first.
# Apr 25th 2017, 02:05 slackebot1 !now
# Apr 25th 2017, 02:05 slackebot1 Command sent from Slack by temp1029:
# Apr 25th 2017, 02:05 slackebot1 !time
# Apr 25th 2017, 02:05 slackebot1 Command sent from Slack by temp1029:
# Apr 24th 2017, 23:53 pedroseco Hi, can Plugin::loadAll() use the autoload option? Can’t seem to make this work.