Log message #4048330

# At Username Text
# 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
# Jul 5th 2017, 15:35 juststeveking It doesnt seem to like me
# Jul 5th 2017, 15:34 jeremyharris we just want to see what tables cake is getting from the database
# Jul 5th 2017, 15:34 jeremyharris just to see (needs to happen after datasources are configured of course)
# Jul 5th 2017, 15:33 jeremyharris debug and die
# Jul 5th 2017, 15:33 jeremyharris yeah run it in the bootstrap/core
# Jul 5th 2017, 15:32 juststeveking I just run that one in my cod?
# Jul 5th 2017, 15:32 jeremyharris ConnectionManager::getDataSource(‘default’)->listSources()
# Jul 5th 2017, 15:29 juststeveking Thanks! I have created those directories (didn't exsist)