CWB IT
CWB IT
+1 for Grouping by "thought" (topic), but *not* by responsibility (not by designer vs developer) The topic grouping seems more natural (you yourself used it naturally in the opening line...
What size file are you trying to upload? The limit (set in the `nginx.conf` and the `php overrides` files) is 100 MB, with 108 MB page memory.
Somethig about the `POST` is too large (see the first line of your error message). Might not be related to the image at all. What happens if you remove the...
https://github.com/cwbit/cakephp-docker#myapp-php-fpm---the-php-processor > You can configure what PHP extensions are loaded by editing /php-fpm/Dockerfile > You can configure PHP overrides by editing /php-fpm/php-ini-overrides.ini
This project expects your entire cake app to be inside a `cakephp` folder in the root directory (same level as the `docker` folder) - unless you changed the defaults. All...
looking at the error message you posted, it looks like you're incorrectly accessing the image URL. leave out the `webroot`, that's implied. `/img/pastensell_example.png` NOT `/webroot/img/pastensell_example.png` ``` 2018-06-29 18:47:48 Error: [Cake\Routing\Exception\MissingControllerException]...