Log message #4046221

# At Username Text
# Jun 29th 2017, 10:48 jarard line 31 is where I have configured use of UserType
# Jun 29th 2017, 10:47 jarard https://gist.github.com/spacebiscuit/6f31fbc486ad1edb9be9815c631915b9
# Jun 29th 2017, 10:47 jarard I'm stuggling to get TinyAuth to work with UserType model in place of Roles, this is my app controller
# Jun 29th 2017, 10:43 savant @steinkel and I are working on workarounds :slightly_smiling_face:
# Jun 29th 2017, 10:36 casmo Thanks for Google Cache :)
# Jun 29th 2017, 10:33 steinkel pointing the domain directly to the server works
# Jun 29th 2017, 10:30 megan Thanks savant! :slightly_smiling_face:
# Jun 29th 2017, 10:29 savant Hopefully rackspace can resolve the issue on their own, if not, I’ll work on migration in the morning.
# Jun 29th 2017, 10:29 savant I don’t have access to our DNS so even if I setup servers elsewhere, can’t switch quickly
# Jun 29th 2017, 10:28 savant Nope. It’s pretty late here and we don’t (yet) have good disaster recovery atm
# Jun 29th 2017, 10:26 steinkel awesome, you can't open a ticket at this time https://nimbus.everhelper.me/client/notes/share/989499/1ei565i6xp5q55zolkcp ... :see_no_evil:
# Jun 29th 2017, 10:25 neon1024 Take that as you will #internet
# Jun 29th 2017, 10:25 neon1024 The guys here have found a tweet saying all the Rackspace load balancers have died
# Jun 29th 2017, 10:25 megan :O
# Jun 29th 2017, 10:25 savant lolol
# Jun 29th 2017, 10:25 savant https://cl.ly/1v0B1b2k3K1y
# Jun 29th 2017, 10:25 savant now I get this
# Jun 29th 2017, 10:24 savant a few refreshes later, they only returned two of our servers
# Jun 29th 2017, 10:20 neon1024 Eek
# Jun 29th 2017, 10:20 savant https://cl.ly/3W2m1I3e0B2C
# Jun 29th 2017, 10:20 savant their admin panel is also shitting the bed
# Jun 29th 2017, 10:20 spriz damn!
# Jun 29th 2017, 10:20 savant rackspace is down…
# Jun 29th 2017, 10:20 spriz sure is :( :)
# Jun 29th 2017, 10:19 spriz readthedocs.io? ;)
# Jun 29th 2017, 10:19 spriz http://downforeveryoneorjustme.com/crud.readthedocs.io/ :thinking_face:
# Jun 29th 2017, 10:17 neon1024 :thinking_face:
# Jun 29th 2017, 10:17 neon1024 I wonder if it’ll move to phinx.cakephp.org
# Jun 29th 2017, 10:16 megan oh dear :S
# Jun 29th 2017, 10:09 neon1024 http://downforeveryoneorjustme.com/docs.phinx.org
# Jun 29th 2017, 10:09 neon1024 Ruh roh!
# Jun 29th 2017, 09:49 slackebot :then"])
# Jun 29th 2017, 09:49 slackebot :now AND :then"]) ->bind(':now', Time::parse($args['select_date']), 'date') ->bind(':then', (Time::parse($args['select_date']))->addDays(7), 'date'); }]); this works fine. But I want to add max(days) [from PrescriptionItems] value in Prescriptions.created on line no 4. something like this - return $query->andWhere(["DATE(ADDDATE(Prescriptions.created, MAX(PrescriptionItems.days)) BETWE
# Jun 29th 2017, 09:49 adityapansari Hey all. #cakephp3.2 I am using FriendsOfCake/ Search Plugin. I have two tables - Prescriptions and PrescriptionItems PrescriptionItems have days column. Inside PrescriptionsTable, I have - $this->hasMany('PrescriptionItems'); $this->searchManager() ->add('select_date', 'Search.Callback', [ 'callback' => function ($query, $args, $manager) { return $query->andWhere(["Prescriptions.cre
# Jun 29th 2017, 09:45 justrohu Hello all I have more than 20000+ records in my table and I want to export all of those record to a csv file. I don't want to use SELECT FILEINTO mysql option. can anyone please suggest me how do I do this. I have optimized the query. the issue is coming in foreach loop that I am using
# Jun 29th 2017, 09:42 jarard this is cake 2.x - the model is UserType, if i try any other variation I get "Missing relationship between User and Role" so I think UserType is correct
# Jun 29th 2017, 09:38 adriencs UsersTypeS ?
# Jun 29th 2017, 09:35 jarard using the above I get: Unknown column 'UserType.alias' in 'field list'
# Jun 29th 2017, 09:35 jarard is this the correct way to use a custom model for my 'group' in TinyAuth: https://gist.github.com/spacebiscuit/b35b4374011ea5d73c5cfad3ad347a6d
# Jun 29th 2017, 09:25 marcusgoede both screenshots appeared for the same error. I only switched the php version
# Jun 29th 2017, 09:24 adriencs :thinking_face: