Log message #4105336

# At Username Text
# Dec 21st 2017, 12:18 obinoob johan yes and I get this ERROR 1293 (HY000): Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause
# Dec 21st 2017, 12:17 obinoob not entirely sure but I think it's due to the timestamp syntax right?
# Dec 21st 2017, 12:17 johan Have you tried just using TIMESTAMP instead of TIMESTAMP(0) ?
# Dec 21st 2017, 12:16 obinoob this is the sql https://gist.github.com/obinoob/efd29cc4dc15a0c4aa553e4b8a3eafa6
# Dec 21st 2017, 12:16 obinoob hi, I'm getting the following error while alter database. ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(0) NOT NULL DEFAULT CURRENT_TIMESTAMP AFTER `active`, ADD COLUMN `updated` TIME' at line 2
# Dec 21st 2017, 11:22 neon1024 I must remember that processing a remote sites HTML using PHP domDocument is a real pain in the ass :(
# Dec 21st 2017, 10:58 neon1024 :thumbsup:
# Dec 21st 2017, 10:58 jotpe works perfect, thanks @neon1024
# Dec 21st 2017, 10:57 neon1024 Or you can just add the symlink command to your composer post install scripts
# Dec 21st 2017, 10:57 neon1024 Plus if you use a relative path you can then commit the symlinks to Git as well if you want to
# Dec 21st 2017, 10:56 neon1024 Or at least, it used to ;)
# Dec 21st 2017, 10:56 neon1024 It prevents CakePHP doing an extra request to process the plugin prefix
# Dec 21st 2017, 10:55 neon1024 `$ bin/cake plugin assets symlink`
# Dec 21st 2017, 10:55 jotpe ok
# Dec 21st 2017, 10:55 neon1024 Symlink the resources into your webroot folder instead
# Dec 21st 2017, 10:55 neon1024 Don’t do it
# Dec 21st 2017, 10:53 jotpe any ideas?
# Dec 21st 2017, 10:51 jotpe i did <?= $this->Html->css('FoundationUI.foundation.css') ?> in the layout, since i want to include it in any view. unfortunately i get a 404 for the css, and the href is /foundation_u_i/css/foundation.css
# Dec 21st 2017, 10:50 jotpe hey guys. I have a plugin called FoundationUI with a default layout and want to include css from the plugins webroot/css
# Dec 21st 2017, 10:34 makallio85 lul, sounds like burden in programming perspective :) Dont tell her
# Dec 21st 2017, 10:28 ludovic.barman @neon1024 Awesome thanks a lot!
# Dec 21st 2017, 10:21 dereuromark I dont think cells need much anyway, looking at the code
# Dec 21st 2017, 10:21 dereuromark We understand
# Dec 21st 2017, 10:19 neon1024 Plus I’ve started seeing a girl, so that’s taking up time ;)
# Dec 21st 2017, 10:18 neon1024 I haven’t really felt motivated to do much hobby coding recently
# Dec 21st 2017, 10:18 neon1024 I will eventually, but might not be until 2018 now
# Dec 21st 2017, 10:18 neon1024 Sorry
# Dec 21st 2017, 10:18 neon1024 I’m not sure I’ll get to the Cell stuff
# Dec 21st 2017, 10:18 neon1024 Sure thing
# Dec 21st 2017, 10:17 dereuromark @neon1024 So I can tag a new release then
# Dec 21st 2017, 09:40 k4t helllo
# Dec 21st 2017, 09:34 neon1024 Morning all
# Dec 21st 2017, 08:49 neon1024 You can add them in your userland code though if you’re running PHP 7.x, I know we do here at work
# Dec 21st 2017, 08:49 neon1024 I think it’s something which will happen with the 4.0 release though
# Dec 21st 2017, 08:49 neon1024 Until the minimum PHP is 7.0+ return types can’t be added
# Dec 21st 2017, 08:48 neon1024 https://github.com/cakephp/cakephp/blob/master/composer.json#L31
# Dec 21st 2017, 08:48 neon1024 @ludovic.barman No I don’t think so
# Dec 21st 2017, 08:45 ludovic.barman hi guys, sorry to bother. I couldn't find this info in the net. Is the latest Cakephp3.5.x using Php7 's types in the models and functions when I bake something ? e.g. it knows that the `id` in my `Article` is an `int`, etc? thanks!
# Dec 21st 2017, 08:04 em. http://mcms.local.192.168.50.78.xip.io/admin/nodes/nodes?type_id=2
# Dec 21st 2017, 07:21 rchavik yes
# Dec 21st 2017, 07:11 tukangkod guys, can we do contain inside custom find?