Log message #4017316

# At Username Text
# Apr 19th 2017, 03:01 voycey You use prefixes
# Apr 19th 2017, 03:01 davinci Trying to wrap my head around best practice for building a cakephp web application in a modular format so that different tiers of users can have access to different functionality. Is there a standard practice for this kind of thing? A good tutorial around? Or any initial thoughts on a good way to handle?
# Apr 19th 2017, 03:00 voycey I am doing it with the psyshell
# Apr 19th 2017, 02:59 davinci @voycey what do you mean "external tool"?
# Apr 19th 2017, 02:20 voycey Is there a way to generate a password with bcrypt using an external tool and the security salt?
# Apr 19th 2017, 00:01 slackebot5 direction?
# Apr 19th 2017, 00:01 thomasnucleus I've got the soap plugin set up, and when a person clicks on a button, this triggers a soap response in another method in the same controller. I'm wondering though, how would I add the response data to the current view and not have a redirect or render occur? I've tried setting autoRender to false, but this just gives me a blank page. I've tried other things but I will spare everyone a list of my attempts. Could someone lead me in the
# Apr 18th 2017, 23:59 chatter29 to accept Islam say that i bear witness that there is no deity worthy of worship except Allah and Muhammad peace be upon him is his slave and messenger
# Apr 18th 2017, 23:59 chatter29 sun is not doing allah is doing
# Apr 18th 2017, 23:58 chatter29 allah is doing
# Apr 18th 2017, 23:58 chatter29 hey guys
# Apr 18th 2017, 22:06 jay12 Thanks, i will try that one out
# Apr 18th 2017, 22:03 ceeram use something like bootstrap progress bar
# Apr 18th 2017, 22:03 ceeram this is a shell helper, cant use it in your web app
# Apr 18th 2017, 22:02 ceeram i dont know how you would upload using a shell though
# Apr 18th 2017, 22:01 ceeram doesnt that show you how to use it?
# Apr 18th 2017, 22:01 ceeram https://book.cakephp.org/3.0/en/console-and-shells/helpers.html#progress-helper
# Apr 18th 2017, 22:00 jay12 I need a sample on how to use it, especially for uploads
# Apr 18th 2017, 21:59 ceeram i havent used it, but what is the problem with it?
# Apr 18th 2017, 21:52 jay12 i need help on that
# Apr 18th 2017, 21:52 jay12 Anyone know how to use cakephp 3.x progressbar helper?
# Apr 18th 2017, 21:52 jay12 hi
# Apr 18th 2017, 21:10 sjundee Problem solved. This was the answer: http://stackoverflow.com/questions/36730909/cakephp-3-post-method-403-forbidden. I just can't get the reason.
# Apr 18th 2017, 20:35 sjundee Okay. So, on my virtual box, when editing a record in a form works fine. But when submitting a edit-form on my production server, I get 403 Forbidden error when reading the network. Any ideas?
# Apr 18th 2017, 20:19 philipgrey Would I use the conditions param in the rels definition?
# Apr 18th 2017, 20:19 philipgrey I want to filter it by the company_id
# Apr 18th 2017, 20:19 philipgrey Right now, both rels are going to return all data from Table2
# Apr 18th 2017, 20:18 philipgrey ```$this->belongsToMany('Company1Table2',[ 'className' => 'Table2', 'foreignKey' => 'table_1_id', 'targetForeignKey'=>'table_2_id', ]); $this->belongsToMany('Company2Table2',[ 'className' => 'Company1Table2', 'foreignKey' => 'table_1_id', 'targetForeignKey'=>'table_2_id' ]);```
# Apr 18th 2017, 20:18 philipgrey sup guys, hope all is well. so let’s say i have table 1 that has a belongsToMany with table 2. table 2 has a field called company_id. i want to make a rel on table 1 to get a set of records associated with company_id 1 and company_id 2, so i’m defining multiple rels like so…
# Apr 18th 2017, 20:13 sjundee I have granted all privileges to db user to see if that was the problem, which it wasnt
# Apr 18th 2017, 20:11 sjundee I had a similar problem on the virtual box before I added `$this->Auth->allow([*])` in AppController.
# Apr 18th 2017, 20:10 sjundee Now when I'm deploying my app, most things seems to run fine, but when trying to edit/update rows, some strange things happens: 1. flash for if($saved) does not appear and I don't get redirected. 2. flash for if(!$saved) does not appear
# Apr 18th 2017, 19:57 kailas @sjundee ah, it was actually correct as written. the issue was that the validation was for creation of associated records and i wasn’t handling the validation failure correctly
# Apr 18th 2017, 19:36 kailas k, will try
# Apr 18th 2017, 19:29 sjundee Try to `debug($context)`
# Apr 18th 2017, 19:29 sjundee @kailas I think it should be only `$context['order_qty']`
# Apr 18th 2017, 19:23 kailas @sjundee yeah. https://book.cakephp.org/3.0/en/core-libraries/validation.html#custom-validation-rules suggested that the data was passed through $context, but i’m honestly not exactly sure what that means.
# Apr 18th 2017, 19:18 sjundee @theaxiom Thanks for your help! Now I have at least managed to make a subdomain with DocumentRoot: `~/my_app_name/webroot/`. Composer works, so things looks good :slightly_smiling_face: Thanks alot for taking your time.
# Apr 18th 2017, 19:09 sjundee @kailas You are comparing `$value` to `$context['data']['order_qty']` ?
# Apr 18th 2017, 19:05 kailas I’m trying to create a validation rule for one field (invoice_qty) that’s based on another field (order_qty). https://gist.github.com/kailasnarendran/e4dfc479757d693844c0d35aa8838175 is that correct? if so, doesn’t seem to work, so i must be missing something :slightly_smiling_face:
# Apr 18th 2017, 18:58 sjundee Is it only files and folder inside apache DocumentRoot that is public?