Log message #4189050

# At Username Text
# Jun 11th 2019, 01:11 slackebot1 am not sure how to go about modifying the request data while rewriting the least amount of code.
# Jun 11th 2019, 01:11 stephenzgalbraith Perhaps I'm just extremely tired, but I can't seem to figure out how I would do the following: In a form, let's say I have two fields: page and action --- I want to be able to write a comma separated list into the action field and have individual records entered for the page field and then each individual action once the field is exploded by the comma. I'm figuring it has something to do with saving multiple entities at once, but I
# Jun 10th 2019, 20:26 nucc1 hi, i'm running a cakephp site out of my home directory, and I thought if i simply made the tmp/ directory (recursively) writable by the webserver user, it would be fine, but I keep getting filesystem errors, is there something i'm missing?
# Jun 10th 2019, 18:46 challgren Im gonna have to play around and see what I can hack together
# Jun 10th 2019, 18:39 challgren Thanks JDD
# Jun 10th 2019, 18:15 wbprgrmr86 Awesome! Thanks @jeremyharris!
# Jun 10th 2019, 18:14 jeremyharris @wbprgrmr86 yes! you can pass a query object to it
# Jun 10th 2019, 18:02 JDD_Canada Not sure if that will fit your layout, but I thought Id throw the idea at you
# Jun 10th 2019, 18:01 JDD_Canada @challgren I am doing something similar, each item in my app needs to be updated, and they want to see a timeline, I decided to make the item static, and added a new object "interaction", i moved some of the fields to it, and they operate on it - I use the interaction object to show the changes, generate a timeline
# Jun 10th 2019, 17:47 wbprgrmr86 is it possible in ```$this->paginate()``` to have a where clause option?
# Jun 10th 2019, 16:43 challgren Hehe yep! I mean I do charge per post, so I could duplicate it and charge double my comission :P
# Jun 10th 2019, 16:39 jeremyharris too bad clients pay the bills, eh? :)
# Jun 10th 2019, 16:38 challgren Hmm ok Im gonna have to think this through a bit, client wanted to just duplicate the Posts but has already complained the Posts list is too many. Told them <sarcasm>yeah duplicating them wont solve that problem at all </sarcasm>
# Jun 10th 2019, 16:37 jeremyharris then you know what hasMany tags version to pull
# Jun 10th 2019, 16:37 jeremyharris you could maybe add a tag_version_id and update that as well at the time
# Jun 10th 2019, 16:36 challgren I do update the “Post” when the tags have been changed, via counter cache and manually updating the modified time
# Jun 10th 2019, 16:35 jeremyharris I use that version plugin as well, but your requirement doesn’t quite fit what it does. You might be able to align version_ids (if you use those) but that can be problematic as well
# Jun 10th 2019, 16:34 challgren Damm
# Jun 10th 2019, 16:33 jeremyharris I think for something like that you would need custom versioning or to store tags/fks on the posts table itself
# Jun 10th 2019, 16:29 slackebot1 individual tags.
# Jun 10th 2019, 16:29 challgren Does anyone know of a version/audit plugin that also plays nice with hasManys? I’ve looked into https://github.com/josegonzalez/cakephp-version but I need something that shows the versioned hasManys? Basically I have say a Post that has many tags. Version 1 of the Post has 2 tags and then Version 2 of the post has 8 tags, and version 3 has 3 tags. I wanna be able to look at the Post with different versions instead of looking at the
# Jun 10th 2019, 14:23 ricksaccous just breaded and fried pork
# Jun 10th 2019, 14:23 jeremyharris no I haven’t
# Jun 10th 2019, 14:23 ricksaccous i love it
# Jun 10th 2019, 14:23 ricksaccous have you ever made tonkatsu
# Jun 10th 2019, 14:22 jeremyharris but to each his own :P
# Jun 10th 2019, 14:21 jeremyharris I’d prefer croutons, breadcrumbs are better for breading + frying or as a binder like for a meatball
# Jun 10th 2019, 14:20 ricksaccous speaking of breadcrumbs, an actual salad with breadcrumbs would be great rightnow
# Jun 10th 2019, 14:19 jeremyharris helpers are loaded onto views, not controllers, so that’s why you’re getting that error on a controller
# Jun 10th 2019, 13:48 mehov I'm on 3.7.2. and `$this->loadHelper('Breadcrumbs');` itself doesn't seem to be giving me any errors. However, when I change *Breadcrumbs* to something random, it does show an error
# Jun 10th 2019, 13:46 mehov Hey guys, I need help getting Breadcrumbs to work. I'm putting `$this->loadHelper('Breadcrumbs');` into src/View/AppView, but still when I call `$this->Breadcrumbs->...` in my controller, it gives me *Undefined property: PriceTestingController::$Breadcrumbs*
# Jun 10th 2019, 12:27 yamcomnet i think i finally need to learn map/reduce :)
# Jun 10th 2019, 12:22 yamcomnet i will look if i can find something usable from Collections
# Jun 10th 2019, 12:22 yamcomnet now i just need to map object somehow to one-dimensional
# Jun 10th 2019, 12:20 yamcomnet im using xml view for now. Seems to be working :)
# Jun 10th 2019, 12:19 dereuromark depends. comma separated list for example if that suffices
# Jun 10th 2019, 12:13 yamcomnet easiest way to flatten hasmany orm object? for xml/excel purposes
# Jun 10th 2019, 11:38 revillosakristianpaol btw im using aws linux
# Jun 10th 2019, 11:38 revillosakristianpaol when i open the webpage, it was route to my login page. but i returns 404 error
# Jun 10th 2019, 11:37 revillosakristianpaol it already working, but i have another issue
# Jun 10th 2019, 11:34 revillosakristianpaol i just tested to 777 (i was thinking also about permission so i tried)