Log message #4174353

# At Username Text
# Jan 18th 2019, 23:25 thomas078 @drouard.noelie if you are new, start with skeleton app
# Jan 18th 2019, 23:18 drouard.noelie The Urls are good, but I can't access the pages, nor the css, nor the JS, anything. I get a 404 error even though the url are good. I don't know what to do anymore
# Jan 18th 2019, 23:17 drouard.noelie iquana I used jQuery so i think it is but I am new on cake
# Jan 18th 2019, 23:16 drouard.noelie Hey it's me again sorry
# Jan 18th 2019, 23:08 thomas078 How do you folks do frontend javasrict nowadays with Cake. jQuery seems to be still good option?
# Jan 18th 2019, 20:29 drouard.noelie a lot
# Jan 18th 2019, 20:29 drouard.noelie thanks
# Jan 18th 2019, 20:29 drouard.noelie ok
# Jan 18th 2019, 20:25 graziel yeah dont worry about it, getting proper setup will take some time and for beginning its ok to just copy everything
# Jan 18th 2019, 20:19 drouard.noelie and yes
# Jan 18th 2019, 20:13 drouard.noelie I didn't get this error
# Jan 18th 2019, 20:09 graziel and iirc he said he just used ftp to copy everything?
# Jan 18th 2019, 20:08 graziel well there is also requirements.php for checks : )
# Jan 18th 2019, 20:08 ricksaccous lol
# Jan 18th 2019, 20:08 ricksaccous wouldn't you get this error on trying to composer install
# Jan 18th 2019, 20:08 ricksaccous out of curiosity
# 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