Log message #4174337

# At Username Text
# Jan 18th 2019, 20:07 drouard.noelie yeeah another error message but intl is finally enabled! :)
# Jan 18th 2019, 20:01 graziel and dont forget to restart nginx and php-fpm after change to php.ini
# Jan 18th 2019, 20:01 graziel but sometimes its different name or something else so its more about research for your setup
# Jan 18th 2019, 20:00 graziel sometimes its just enough to add `extension=intl` to php.ini
# Jan 18th 2019, 20:00 graziel basicly google it : )
# Jan 18th 2019, 19:56 drouard.noelie eeeer enable it
# Jan 18th 2019, 19:56 drouard.noelie no indeed, how do we formate it
# Jan 18th 2019, 19:54 graziel the class you are missing is part of this extension http://php.net/manual/en/class.intldateformatter.php
# Jan 18th 2019, 19:54 graziel https://objects-us-east-1.dream.io/kbimages/images/2018-05_php_extension_intl.png
# Jan 18th 2019, 19:54 graziel when you phpinfo(); you should get something like
# Jan 18th 2019, 19:52 slackebot1 <drouard.noelie>
# Jan 18th 2019, 19:49 graziel and enabled?
# Jan 18th 2019, 19:46 drouard.noelie no the three extension are here
# Jan 18th 2019, 19:33 drouard.noelie really
# Jan 18th 2019, 19:33 drouard.noelie thanks for your help
# Jan 18th 2019, 19:30 drouard.noelie gonna take care of this
# Jan 18th 2019, 19:30 drouard.noelie yeah indeed it isn't
# Jan 18th 2019, 19:27 graziel to be 100% sure its there and enabled for fpm
# Jan 18th 2019, 19:27 graziel to `phpinfo(); die;`
# Jan 18th 2019, 19:27 graziel hm you can double check by modifying index.php
# Jan 18th 2019, 19:26 drouard.noelie so that's weird
# Jan 18th 2019, 19:26 drouard.noelie When we checked it was installed
# Jan 18th 2019, 19:25 graziel here are requirements that you need on your server https://book.cakephp.org/3.0/en/installation.html#requirements
# Jan 18th 2019, 19:24 graziel when you run `php -m` it should be listed there
# Jan 18th 2019, 19:24 graziel it sounds like you dont have installed `intl` extension for php
# Jan 18th 2019, 19:23 graziel thats progress
# Jan 18th 2019, 19:23 drouard.noelie I changed debug to true and tried and that's what I got
# Jan 18th 2019, 19:22 slackebot1 <drouard.noelie>
# Jan 18th 2019, 19:19 drouard.noelie retrying
# Jan 18th 2019, 19:19 drouard.noelie ok
# Jan 18th 2019, 19:03 graziel at least thats what he said on discourse
# Jan 18th 2019, 19:02 graziel it should still log error in `/logs/error.log` thats wierd
# Jan 18th 2019, 19:00 ricksaccous ah ok
# Jan 18th 2019, 19:00 graziel we will see
# Jan 18th 2019, 19:00 graziel ok, so try to change in `config/app.php` `debug' => true
# Jan 18th 2019, 19:00 ricksaccous @graziel that's cake problem and not routing huh?
# Jan 18th 2019, 18:59 slackebot1 <drouard.noelie>
# Jan 18th 2019, 18:59 drouard.noelie the result
# Jan 18th 2019, 18:53 drouard.noelie er slight misunderstanding xD
# Jan 18th 2019, 18:52 graziel are you sure hes typing 'php index.php' ?
# Jan 18th 2019, 18:51 graziel but 500 is server response not php