Log message #4179679

# At Username Text
# Mar 14th 2019, 06:16 pawan.kumar Hello to all, I am getting this error in cakephp 3.7
# Mar 14th 2019, 05:54 grossolive4 I cannot use the router "/:lang/banner/:controller/:action/*" localhost/en/banner/banners/index => Error missing controller please help, thanks
# Mar 14th 2019, 05:50 slackebot <grossolive4>
# Mar 14th 2019, 05:49 grossolive4 hello to all I have a problem with the plugin cakephp-i18n, I can't use router in plugin https://github.com/ADmad/cakephp-i18n
# Mar 14th 2019, 05:41 challgren @kgb.acct.personal no but the php sdk works fine. Also signalwire.com has same API but better prices
# Mar 14th 2019, 05:34 kgb.acct.personal Is there an official Twilio plugin for cakephp?
# Mar 14th 2019, 03:44 challgren Looking like its pretty much not exposed anymore
# Mar 14th 2019, 03:34 rochasmarcelo or in the custom FormAuthenticator could be better
# Mar 14th 2019, 03:32 rochasmarcelo Not sure, but you will need to get the identifier from successfull authenticator. Also need to make sure to only rehash in form url
# Mar 14th 2019, 03:21 challgren https://github.com/CakeDC/users/pull/777 was my previous fix
# Mar 14th 2019, 03:20 challgren LoginComponent::handleLogin
# Mar 14th 2019, 03:19 rochasmarcelo When do you pretend to do this?
# Mar 14th 2019, 03:14 challgren Ok so I got the CakeDC/Users develop in but now I’m stuck trying to figure out how to access the PasswordHasher to determine if the password needs rehashed
# Mar 14th 2019, 02:03 challgren Yay 3.7.5 is released!!
# Mar 13th 2019, 23:14 challgren Ahhh so some other plugin was loading auth I had to move my $this->addPlugin() to be lower in the plugin list
# Mar 13th 2019, 23:09 rochasmarcelo I guess you will need to add a permission for it
# Mar 13th 2019, 22:58 challgren But Rabc seems to be blocking debugkit
# Mar 13th 2019, 22:56 challgren Seems to be working on the develop branch
# Mar 13th 2019, 22:39 rochasmarcelo please try using develop branch
# Mar 13th 2019, 22:38 challgren Damm
# Mar 13th 2019, 22:38 challgren Ahh yeah ^8.0
# Mar 13th 2019, 22:38 rochasmarcelo It's using 8.0
# Mar 13th 2019, 22:38 rochasmarcelo The example repo seems to be using wrong cakedc/users version
# Mar 13th 2019, 22:35 challgren This is my Application.php
# Mar 13th 2019, 22:33 challgren Its almost like the plugin.php middleware isnt being called
# Mar 13th 2019, 22:33 rochasmarcelo let me check one thing
# Mar 13th 2019, 22:32 challgren https://challgren.geoclique.me/login
# Mar 13th 2019, 22:32 challgren Weird Im following that and when I try to login I get The request object does not contain the required ‘authentication’ attribute
# Mar 13th 2019, 22:25 rochasmarcelo @challgren https://github.com/CakeDC/users-example this is 'work in progress' but could help.
# Mar 13th 2019, 20:47 challgren @steinkel or @CakeDC team do you have any example apps with CakeDC/Users dev-develop loaded? Running into some issues and would be helpful to look at an example. The develop docs are all over the place
# Mar 13th 2019, 19:35 ricksaccous not sure if you already looked at that
# Mar 13th 2019, 19:35 ricksaccous @tunafish https://book.cakephp.org/3.0/en/orm/query-builder.html#subqueries
# Mar 13th 2019, 18:38 ruc0la is the configuration correct and the problem is somewhere else?
# Mar 13th 2019, 18:38 ruc0la this cakephp2 was installed with composer and I get server error (500)
# Mar 13th 2019, 18:38 slackebot <ruc0la>
# Mar 13th 2019, 18:37 ruc0la Hey all, Can somebody assist me with some nginx configuration for cakephp2?
# Mar 13th 2019, 18:08 slackebot +-----------+---------------+---------+---------------------+ ``` The part which I can't figure out and can't find in the docs, is how to alias the table in the subquery. Any help would be greatly appreciated.
# Mar 13th 2019, 18:08 slackebot query which fetches the current version for every `software_name` in the table. The SQL which does this, looks like this: ``` select server_id, software_name, version, state_date from server_software_versions WHERE state_date = (select MAX(myAlias.state_date) FROM server_software_versions myAlias WHERE server_software_versions.software_name = myAlias.software_name) order by state_date; ``` The results of this query: ```
# Mar 13th 2019, 18:08 slackebot +-----------+---------------+---------+---------------------+ | server_id | software_name | version | state_date | +-----------+---------------+---------+---------------------+ | 7 | keepalived | 1.2.13 | 2018-06-12 09:22:01 | | 7 | haproxy | 1.7.11 | 2018-06-18 13:00:46 | | 7 | filebeat | 5.6.10 | 2018-06-18 13:00:46 | | 7 | exim | 4.84_2 | 2018-06-18 13:00:46 |
# Mar 13th 2019, 18:08 slackebot 2018-06-12 09:22:01 | | 7 | 7 | keepalived | 1.2.13 | 2018-06-12 09:22:01 | | 8 | 7 | exim | 4.84_2 | 2018-06-12 09:22:01 | | 9 | 7 | haproxy | 1.7.11 | 2018-06-18 13:00:46 | | 10 | 7 | filebeat | 5.6.10 | 2018-06-18 13:00:46 | | 11 | 7 | exim | 4.84_2 | 2018-06-18 13:00:46 | +----+-----------+---------------+---------+---------------------+ ``` What I want, is to have on
# Mar 13th 2019, 18:08 slackebot +----+-----------+---------------+---------+---------------------+ | 1 | 7 | haproxy | 1.7.11 | 2018-06-05 17:23:10 | | 2 | 7 | filebeat | 5.6.9 | 2018-06-05 17:23:10 | | 3 | 7 | keepalived | 1.2.13 | 2018-06-05 17:23:10 | | 4 | 7 | exim | 4.84_2 | 2018-06-05 17:23:10 | | 5 | 7 | haproxy | 1.7.11 | 2018-06-12 09:22:01 | | 6 | 7 | filebeat | 5.6.9 |