Log message #4208480

# At Username Text
# Oct 11th 2019, 18:32 ron.rattie that sucks
# Oct 11th 2019, 18:32 this.impetus just me
# Oct 11th 2019, 18:32 ron.rattie anyone working on the project not working directly on the db? they would have had a copy or a dump file
# Oct 11th 2019, 18:32 this.impetus oh, no, if someone had to have done then it was me, and I periodically do this, but not since this project began, foolishly
# Oct 11th 2019, 18:32 ron.rattie basically someone may have dumped the database or some tables into a .sql file
# Oct 11th 2019, 18:32 this.impetus honestly guys I got phpmyadmin running and then never looked back, this isn't my jam at all
# Oct 11th 2019, 18:31 this.impetus sql dumps—I've heard this phrase, point me to a path and I shall explore. backups will begin post-reinstall, I assure you :cold_sweat:
# Oct 11th 2019, 18:30 ron.rattie backups? sql dumps ?
# Oct 11th 2019, 18:30 this.impetus everyone has logged out of everything and changed their passwords, etc.,
# Oct 11th 2019, 18:27 this.impetus I don't know—I am managing this small, academic server, I'm pretty unqualified to do so, I'm a front-end dev who got roped into a fullstack gig. we are literally going to just nuke the drive and reinstall
# Oct 11th 2019, 18:26 itmpls how did you . have a databreach if you dont mind me asking
# Oct 11th 2019, 18:24 this.impetus Hey guys—is there way to rebuild a MySQL database from the a cakephp project? I had a databreach yesterday and all our tables were replaced with ransom notes. Luckily the project was very much under development and so only test data was stored, but re-authoring the tabes by hand will be tedious
# Oct 11th 2019, 17:09 devito if i wanted to overload the protected fields in the schema class and add an additional one. What would be the best way to go about it?
# Oct 11th 2019, 15:32 slackebot1 !tias
# Oct 11th 2019, 15:32 slackebot1 Command sent from Slack by dereuromark:
# Oct 11th 2019, 15:32 dereuromark Didnt you try it? ;)
# Oct 11th 2019, 15:31 dereuromark Yes
# Oct 11th 2019, 15:14 jeremy.halin I've a weird question. When cakephp session expires and you are logged out, is the feature `redirect to previous page` is implemented and default behavior ?
# Oct 11th 2019, 13:17 jeremy.halin I hate cache in dev environment
# Oct 11th 2019, 13:16 jeremy.halin :,)
# Oct 11th 2019, 13:16 slackebot1 <josbeir>
# Oct 11th 2019, 13:16 josbeir i guess the cache does not get cleared after running migrations :P
# Oct 11th 2019, 13:16 jeremy.halin I use cakephp migrations
# Oct 11th 2019, 13:16 josbeir it caches the table keys
# Oct 11th 2019, 13:16 jeremy.halin thats weird
# Oct 11th 2019, 13:15 jeremy.halin :(
# Oct 11th 2019, 13:15 jeremy.halin @josbeir wow thanks...
# Oct 11th 2019, 13:15 slackebot1 <jeremy.halin>
# Oct 11th 2019, 13:15 josbeir bin/cake cache clear_all
# Oct 11th 2019, 13:15 josbeir did you clear the cache
# Oct 11th 2019, 13:14 jeremy.halin @ndm @aivaras.godliauskas `beforeSave` is working but when I assign a value to my column `start_at_utc`, it's not saved to DB (column is in `accessible` array)
# Oct 11th 2019, 13:11 scuadra @ndm thank you very much. :slightly_smiling_face:
# Oct 11th 2019, 13:05 ndm Also it should be `Countries.name` if association is named `Countries`
# Oct 11th 2019, 13:04 ndm Fields of associated tables need to be whitelisted: https://book.cakephp.org/3.0/en/controllers/components/pagination.html#control-which-fields-used-for-ordering
# Oct 11th 2019, 13:02 scuadra Hello. I am using Cake 3.7. Let's say I have tables products and countries (Products belongsTo Countries). So I want to paginate my Products and be able to sort them by Country name. But when I try to use $this->Paginator->sort('Country.name') or $this->Paginator->sort('country.name') in my view the results are not sorted by Country. Where am I wrong?
# Oct 11th 2019, 12:58 slackebot1 <jotpe>
# Oct 11th 2019, 12:58 jotpe Thanks @ndm, this was the change i needed to do:
# Oct 11th 2019, 12:53 jeremy.halin sorry, 37/5000 maybe I spoke too fast :slightly_smiling_face:
# Oct 11th 2019, 12:52 jeremy.halin @aivaras.godliauskas @ndm nope, not working :(
# Oct 11th 2019, 12:35 ndm @jeremy.halin You can, give it a try
# Oct 11th 2019, 12:35 aivaras.godliauskas @jeremy.halin i believe only ```beforeSave``` is enough