# |
Feb 21st 2020, 06:54 |
javier.villanueva |
morning all |
# |
Feb 21st 2020, 06:24 |
christianjohn.gss |
goodmorning |
# |
Feb 21st 2020, 06:24 |
alexdd55976 |
morning dudes |
# |
Feb 21st 2020, 06:00 |
admad |
Bil8411: muffin/webserice is a good (if not the best) way to organize access to REST source. If you mention specifics about what problem you are having someone might be able to help you |
# |
Feb 21st 2020, 05:08 |
christianjohn.gss |
thank you. i used `$this->Auth->user()` then redirect to another controller's method |
# |
Feb 21st 2020, 03:55 |
matthttam |
@christianjohn.gss In the Users controller under the logon function probably. https://book.cakephp.org/4/en/tutorials-and-examples/cms/authentication.html |
# |
Feb 21st 2020, 03:47 |
christianjohn.gss |
where can i insert code to redirect me on dashboard if user is logged in? my current situation is that the user is logged in and i open again the app on different tab, it goes back to login page |
# |
Feb 21st 2020, 03:30 |
Bil8411 |
I've been trying for days now to figure out an ORM setup for accessing a remote REST api. I've been working to implement Muffin/Webservice ^4.0 (beta) but I'm not having much luck. Am I going about this all wrong? What is the best way to organize using a remote REST source using cakephp 4.x? |
# |
Feb 21st 2020, 03:30 |
challgren |
Do you have a ddos service such as Cloudflare that is maybe blocking it? |
# |
Feb 21st 2020, 03:28 |
challgren |
Have you tried replicating the request with postman? Checking logs? Checking auth |
# |
Feb 21st 2020, 03:25 |
itamer |
Cake seems to be throwing 302 headers when a bot visits but 200 headers when a human visits. Where's all that happening? |
# |
Feb 20th 2020, 23:01 |
tomrwaller |
Haha cheers mate! |
# |
Feb 20th 2020, 23:01 |
ricksaccous |
i gotta peace out and stuff, ciao |
# |
Feb 20th 2020, 23:00 |
ricksaccous |
Enjoy your funkadelic future, breh |
# |
Feb 20th 2020, 23:00 |
tomrwaller |
Oh man, I wish I'd seen that before. Thanks @ricksaccous - looks like that will do it! |
# |
Feb 20th 2020, 23:00 |
ricksaccous |
;) |
# |
Feb 20th 2020, 23:00 |
ricksaccous |
always reference the default ones |
# |
Feb 20th 2020, 23:00 |
ricksaccous |
in the template, like the default one has |
# |
Feb 20th 2020, 23:00 |
ricksaccous |
all you need is a [] after name |
# |
Feb 20th 2020, 22:59 |
ricksaccous |
https://github.com/cakephp/cakephp/blob/0cbace0fa29fda713f611f29135bdf7db443366d/src/View/Helper/FormHelper.php#L87 |
# |
Feb 20th 2020, 22:59 |
tomrwaller |
Do you happen to have a link? I've been searching but I've come up short so far. |
# |
Feb 20th 2020, 22:58 |
ricksaccous |
that would give you a good idea |
# |
Feb 20th 2020, 22:58 |
ricksaccous |
have you looked at the default templates? |
# |
Feb 20th 2020, 22:58 |
tomrwaller |
Guess I need to append [] to name={{name}} in my template but not sure where to do this. |
# |
Feb 20th 2020, 22:57 |
ricksaccous |
oh nice |
# |
Feb 20th 2020, 22:57 |
slackebot |
- `'selectMultiple' => '<select class="form-control" multiple="multiple" {{attrs}} name={{name}}>{{content}}</select>'` |
# |
Feb 20th 2020, 22:57 |
tomrwaller |
Anyone got any idea why when I use a form template the HTML name attribute for a select is different? I've narrowed down my issue and it is because I'm missing a set of braces... This code fails - `<select name="associated_technologies[_ids]" multiple="multiple" id="associated-technologies-ids">` This code works - `<select name="associated_technologies[_ids]*[]*" multiple="multiple" id="associated-technologies-ids">` This is the template |
# |
Feb 20th 2020, 22:57 |
ricksaccous |
oh mannnn |
# |
Feb 20th 2020, 22:55 |
slackebot |
<challgren> |
# |
Feb 20th 2020, 22:55 |
ricksaccous |
oh funkadelic what's up with ur forms, i'm sure you are about to tell us more |
# |
Feb 20th 2020, 22:49 |
ricksaccous |
ahahahhaa |
# |
Feb 20th 2020, 22:49 |
challgren |
@ricksaccous you sound like me! :P |
# |
Feb 20th 2020, 22:49 |
ricksaccous |
Croogo can have anything you want ;) if you program it to ;) |
# |
Feb 20th 2020, 22:48 |
jan-willem |
Doesn't Croogo have any import? |
# |
Feb 20th 2020, 22:48 |
dereuromark |
sounds like this https://github.com/FriendsOfCake/awesome-cakephp#cms-and-applications-built-on-cakephp Croogo a bit. Which basically can do that. |
# |
Feb 20th 2020, 22:47 |
dereuromark |
or the blogging part, with some role management :) |
# |
Feb 20th 2020, 22:46 |
ricksaccous |
i have no idea though |
# |
Feb 20th 2020, 22:46 |
ricksaccous |
it sounds like he might just want to transfer the membership portion over to the new CakePHP portal |
# |
Feb 20th 2020, 22:45 |
challgren |
There wouldnt really be a way to convert wordpress to cakephp, you’d have to redesign/code everything from anew |
# |
Feb 20th 2020, 22:45 |
challgren |
@info519 wordpress and cakephp are 2 different beasts |
# |
Feb 20th 2020, 22:31 |
info519 |
Has anyone ever managed to convert a Wordpress/Buddypress membership based site to CakePHP ? if any experience, please share your ideas |