# |
Jul 17th 2018, 21:41 |
hippo |
Had a quick look over the security component and how the integration test adds the tokens but I couldn't see where it was going wrong :S |
# |
Jul 17th 2018, 21:40 |
hippo |
Hi everyone :slightly_smiling_face: I'm trying to test a method but keep getting "Invalid security debug token". ``` $this->enableCsrfToken(); $this->enableSecurityToken(); $this->enableRetainFlashMessages(); $this->post('/admin/apps/approve/2'); ``` |
# |
Jul 17th 2018, 20:47 |
ricksaccous |
;) |
# |
Jul 17th 2018, 20:47 |
ricksaccous |
'url' => array('controller' => 'whatever', 'action' => 'whenever') |
# |
Jul 17th 2018, 20:47 |
ricksaccous |
it doesn't want an actual url, but the url array |
# |
Jul 17th 2018, 20:46 |
ricksaccous |
'url' option in Form accepts an array |
# |
Jul 17th 2018, 20:46 |
ricksaccous |
to url |
# |
Jul 17th 2018, 20:46 |
ricksaccous |
you don't need to feed $this->Html->url |
# |
Jul 17th 2018, 20:34 |
mr.mjsm |
hello everyone, how to submit a form into another controller ? i found online people use this "$this->Form->create('Cmt', array('url'=>$this->Html->url(array('controller'=>'cmts', 'action'=>'add'))));" but it is not working, i tried to change Html to Form but same problem |
# |
Jul 17th 2018, 19:56 |
rightscoreanalysis |
ahhh I have to use 'sum' not 'sumOf'!!! |
# |
Jul 17th 2018, 19:45 |
rightscoreanalysis |
... which doesn't work |
# |
Jul 17th 2018, 19:43 |
rightscoreanalysis |
that's right, and I need a sum |
# |
Jul 17th 2018, 19:43 |
ricksaccous |
rather than the actual summed score |
# |
Jul 17th 2018, 19:43 |
ricksaccous |
wouldn't that get a count of all records though |
# |
Jul 17th 2018, 19:42 |
ricksaccous |
great |
# |
Jul 17th 2018, 19:42 |
rightscoreanalysis |
if I change the func to count rather than sumOf it works fine without to Array |
# |
Jul 17th 2018, 19:36 |
ricksaccous |
maybe i'm wrong about that |
# |
Jul 17th 2018, 19:36 |
ricksaccous |
you would have to do a ->toArray to foreach it wait |
# |
Jul 17th 2018, 19:35 |
ricksaccous |
you can't foreach it |
# |
Jul 17th 2018, 19:35 |
ricksaccous |
it's an object |
# |
Jul 17th 2018, 19:33 |
rightscoreanalysis |
when i try to foreach the result: ______________________________ Warning (2): Invalid argument supplied for foreach() |
# |
Jul 17th 2018, 19:30 |
rightscoreanalysis |
I want to get a list of the highest rated Articles |
# |
Jul 17th 2018, 19:30 |
rightscoreanalysis |
Articles and Ratings |
# |
Jul 17th 2018, 19:30 |
rightscoreanalysis |
File uploaded https://cakesf.slack.com/files/U8TPM938F/FBRV81PN0/-.php / https://slack-files.com/T053DPNCM-FBRV81PN0-49e83d8861 |
# |
Jul 17th 2018, 19:29 |
rightscoreanalysis |
Can anyone tell me what is wrong with this: |
# |
Jul 17th 2018, 17:45 |
ricksaccous |
yep |
# |
Jul 17th 2018, 17:45 |
andre |
thank u |
# |
Jul 17th 2018, 17:44 |
andre |
I'll try |
# |
Jul 17th 2018, 17:43 |
ricksaccous |
https://book.cakephp.org/3.0/en/bake/development.html#creating-a-bake-theme |
# |
Jul 17th 2018, 17:43 |
andre |
How do I do it? |
# |
Jul 17th 2018, 17:42 |
ricksaccous |
@andre yes |
# |
Jul 17th 2018, 17:42 |
andre |
Hello Guys , does anyone know if there is an option, to bake a model from a plugin like templates does? I want that my plugin beeing able to generate all the bake (model ,controller and views) is it possible? |
# |
Jul 17th 2018, 15:17 |
slackebot |
Action: josbeir hides |
# |
Jul 17th 2018, 15:17 |
josbeir |
@bogdan use josbeir/cakephp-filesystem |
# |
Jul 17th 2018, 15:10 |
admad |
Just up the limit |
# |
Jul 17th 2018, 14:41 |
Martin` |
I think I have a stupid helper that adds a lot of input boxes :( |
# |
Jul 17th 2018, 14:41 |
Martin` |
Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0 :'( |
# |
Jul 17th 2018, 14:35 |
admad |
it's not cake, it's PHP which doesn't allow instantiating an abstract class, hence cake can't "find" it and hence the error |
# |
Jul 17th 2018, 14:31 |
zmurphy |
I've found that if I have an abstract controller class and attempt to go to a url that would reference it, I get a missing controller exception. That's good since that's what I want, but how does cake know not to attempt to use the abstract class? |
# |
Jul 17th 2018, 14:18 |
rrd564 |
I would need an example bitbucket-pipelines.yml file for my CakePHP project wich uses mysql for testing |
# |
Jul 17th 2018, 14:16 |
madbbb |
trying to install burzum/cakephp-file-storage for cakephp 3.6, but it has cakephp/migrations ~1.0 requirement and cakephp already has 2.0. is there any workaround to bypass cakephp-file-storage/composer.json requirements check for migration package? |