# |
Feb 9th 2018, 06:43 |
jkarlmen |
? |
# |
Feb 9th 2018, 06:43 |
jkarlmen |
so i have to call parent::initialize before it will load the stuff from app controller |
# |
Feb 9th 2018, 06:43 |
jkarlmen |
oh ... oh my |
# |
Feb 9th 2018, 06:43 |
ricksaccous |
ie initialize() { doing stuff here} instead of initialize() {parent::initialize(); dostuffhere} |
# |
Feb 9th 2018, 06:42 |
ricksaccous |
are you calling methods in other controllers that are over-riding appController method? |
# |
Feb 9th 2018, 06:42 |
jkarlmen |
yup just checked |
# |
Feb 9th 2018, 06:42 |
jkarlmen |
as far as I can tell |
# |
Feb 9th 2018, 06:41 |
ricksaccous |
are your other controllers extending AppController class? |
# |
Feb 9th 2018, 06:35 |
jkarlmen |
anyone have any idea why that is |
# |
Feb 9th 2018, 06:35 |
jkarlmen |
So it wouldn't work until I loaded it into ExampleController.php |
# |
Feb 9th 2018, 06:35 |
jkarlmen |
it wasn't apply it to the sub classes |
# |
Feb 9th 2018, 06:34 |
jkarlmen |
Turns out although i loaded the th CakeDC/Users.UserAuth component in AppController.php |
# |
Feb 9th 2018, 06:34 |
jkarlmen |
so I wound up figuring out why cakedc authlinks weren't working |
# |
Feb 9th 2018, 06:25 |
admad |
php doesn't like, if it says it doesn't have permission than it doesn't :slightly_smiling_face: |
# |
Feb 9th 2018, 06:22 |
jameg83 |
Hi can anyone help with CakePdf? I’m getting an error500 ‘permission denied when executing command “usr/bin...”. I’ve checked binary file permissions and all users can execute. |
# |
Feb 9th 2018, 05:46 |
kevin |
my wife used to be a competitive figure skater, so she made some nice strong drinks and turned on the olympics while I worked on this. |
# |
Feb 9th 2018, 05:45 |
kevin |
Ballmer* |
# |
Feb 9th 2018, 05:45 |
kevin |
ugh im over the Bahlmer curve. |
# |
Feb 9th 2018, 05:40 |
ricksaccous |
or maybe the Text class has a method that will work now |
# |
Feb 9th 2018, 05:39 |
ricksaccous |
another option is just save them with normal line breaks (not wrote in) and I think the Text class utility has an option to display it properly |
# |
Feb 9th 2018, 05:37 |
kevin |
sweet thanks |
# |
Feb 9th 2018, 05:35 |
ricksaccous |
or there are other options to do post-processing like afterFind |
# |
Feb 9th 2018, 05:34 |
ricksaccous |
look up entities, you can use setters or getters there, forgot really which applies since i don't use them often |
# |
Feb 9th 2018, 05:33 |
kevin |
I can use the php nl2br() function, but I dont know how I would incorporate it |
# |
Feb 9th 2018, 05:32 |
kevin |
how can I tell cakephp to replace \r\n with actual breaklines |
# |
Feb 9th 2018, 05:31 |
kevin |
the $widget[‘details’] is a multi-line text input, but in the DB, I save it as line1\r\nline2\r\nline3\r\n. when I Form->create($widget), it loads the text without parsing the \r\n’s properly |
# |
Feb 9th 2018, 05:28 |
kevin |
one that I cant find the answer to |
# |
Feb 9th 2018, 05:28 |
kevin |
ugh okay now I have a real one |
# |
Feb 9th 2018, 05:14 |
ricksaccous |
;) |
# |
Feb 9th 2018, 05:14 |
kevin |
dont answer that. ill never learn if you do |
# |
Feb 9th 2018, 05:14 |
kevin |
actually nm. im going to RTFM more |
# |
Feb 9th 2018, 05:13 |
kevin |
that should create the whole form, right> |
# |
Feb 9th 2018, 05:13 |
kevin |
if I do $widget = $this->Widget->get($id); $this->set(‘widget’, $widget); then in the view, I did $this->Form->create($widget); |
# |
Feb 9th 2018, 05:09 |
ricksaccous |
It has something to do with security or something, lol |
# |
Feb 9th 2018, 05:09 |
ricksaccous |
be sure to use h() when spitting out entity values |
# |
Feb 9th 2018, 05:09 |
kevin |
3.5, yes |
# |
Feb 9th 2018, 05:08 |
ricksaccous |
are you using cake3? |
# |
Feb 9th 2018, 05:08 |
kevin |
im a pentester by trade now, so I am a stickler for security :P |
# |
Feb 9th 2018, 05:08 |
kevin |
i like using the framework for the added security protections |
# |
Feb 9th 2018, 05:08 |
kevin |
lol yeah I guess |
# |
Feb 9th 2018, 05:07 |
ricksaccous |
well if there is a plugin I know about that I think will work well I'll use it but if I think it's simple enough I'll probably avoid the plugin |