# |
Jul 5th 2017, 16:20 |
jarard01 |
I also read the whiteListing is only required for virtual fields and related models? |
# |
Jul 5th 2017, 16:19 |
jarard01 |
jeremyharris, I just edited controller and view to both only use the field name, it still doesn't work |
# |
Jul 5th 2017, 16:19 |
jeremyharris |
can you gist your find? |
# |
Jul 5th 2017, 16:18 |
pedroseco |
@jeremyharris sorry to bother you again, but i was trying to read the data that I saved before on the joinTable but the $post find with contain(Files) returns the records but they just contain the ID. Do you know if its necessary to do something else to read the rest of the record? |
# |
Jul 5th 2017, 16:17 |
jeremyharris |
posted |
# |
Jul 5th 2017, 16:15 |
jeremyharris |
(answering) |
# |
Jul 5th 2017, 16:15 |
jarard01 |
https://stackoverflow.com/questions/44928493/cake3-paginator-sort-error |
# |
Jul 5th 2017, 16:14 |
jeremyharris |
and what field you are trying to paginate |
# |
Jul 5th 2017, 16:14 |
jeremyharris |
specifically the paginator setup |
# |
Jul 5th 2017, 16:14 |
jeremyharris |
do you have a gist I can see? |
# |
Jul 5th 2017, 16:14 |
jeremyharris |
nah it has affected other users who use apache. I haven’t read through the who PHP bug itself though https://bugs.php.net/bug.php?id=74833 |
# |
Jul 5th 2017, 16:14 |
jarard01 |
jeremyharris, any idea regarding ym paginator sort issue? |
# |
Jul 5th 2017, 16:13 |
jarard01 |
likely my low quality WAMP setup |
# |
Jul 5th 2017, 16:13 |
jeremyharris |
check out the issue, it’s a PHP bug unfortunately |
# |
Jul 5th 2017, 16:12 |
jarard01 |
and now it has disappeared |
# |
Jul 5th 2017, 16:12 |
jarard01 |
i simply updated a field |
# |
Jul 5th 2017, 16:12 |
jeremyharris |
jarard01: https://github.com/cakephp/chronos/issues/147 |
# |
Jul 5th 2017, 16:11 |
jarard01 |
wow - out of the blue: Fatal error: Class Cake\Chronos\Chronos contains 2 abstract methods and must therefore be declared abstract or implement the remaining methods (DateTimeInterface::format, DateTimeInterface::) |
# |
Jul 5th 2017, 15:44 |
neon1024 |
Or use h(), then you can see the tags as text :slightly_smiling_face: |
# |
Jul 5th 2017, 15:44 |
rudy1976s |
thank you all |
# |
Jul 5th 2017, 15:44 |
rudy1976s |
I will make some test , it should come from a textarea |
# |
Jul 5th 2017, 15:43 |
neon1024 |
Or try wrapping it with strip_tags() |
# |
Jul 5th 2017, 15:43 |
jeremyharris |
does description have html in it? if so, you’ll want to add ‘html’ => true in the options array |
# |
Jul 5th 2017, 15:43 |
rudy1976s |
yes so I need to understand why on my side :scream: it does |
# |
Jul 5th 2017, 15:42 |
jeremyharris |
it doesn’t add a p tag if that’s your question |
# |
Jul 5th 2017, 15:42 |
rudy1976s |
a small question about Text::truncate : it is normal that it output a p> tag ? I am using this markup : <?=\Cake\Utility\Text::truncate($item->description,50)? |
# |
Jul 5th 2017, 15:41 |
rudy1976s |
hello |
# |
Jul 5th 2017, 15:39 |
juststeveking |
I used a plugin for this, it was working, until I wrapped it in an if condition |
# |
Jul 5th 2017, 15:39 |
juststeveking |
I will have to look into the issue tomorrow, it is getting nowhere :S strange |
# |
Jul 5th 2017, 15:38 |
neon1024 |
Oh right, I was in the interface! D’oh |
# |
Jul 5th 2017, 15:37 |
jeremyharris |
nope: https://api.cakephp.org/3.4/class-Cake.Datasource.EntityTrait.html#_getOriginal |
# |
Jul 5th 2017, 15:37 |
neon1024 |
Hm, is this some filthy magic method? |
# |
Jul 5th 2017, 15:37 |
jeremyharris |
:+1: |
# |
Jul 5th 2017, 15:37 |
neon1024 |
Ahh, thanks @jeremyharris |
# |
Jul 5th 2017, 15:37 |
neon1024 |
Using ->get(‘[original]‘) has nothing |
# |
Jul 5th 2017, 15:37 |
jeremyharris |
getOriginal and getOriginalValues |
# |
Jul 5th 2017, 15:36 |
neon1024 |
I’d like to log the previous value to a table in my beforeSave() |
# |
Jul 5th 2017, 15:36 |
neon1024 |
How do I access the ‘[original]’ in the entity? |
# |
Jul 5th 2017, 15:36 |
juststeveking |
500 :anguished: |
# |
Jul 5th 2017, 15:36 |
jeremyharris |
throw it in your app controller before filter maybe. You might need to do $db = ConnectionManager::get(‘default’); debug($db->listSources()); die; |
# |
Jul 5th 2017, 15:36 |
juststeveking |
That is erroring |