# |
Apr 24th 2019, 19:55 |
mrgrimpy |
let me do it to be more specific |
# |
Apr 24th 2019, 19:55 |
mrgrimpy |
I did try but I get a different error |
# |
Apr 24th 2019, 19:55 |
jeremyharris |
I could be wrong, but I think what you would need to do is change your route to have the .json in the path so it only matches with that ext, that would throw a missing route exception instead which is a 404 |
# |
Apr 24th 2019, 19:54 |
mrgrimpy |
I'm on version 3.4.14 |
# |
Apr 24th 2019, 19:53 |
mrgrimpy |
Didn't read the code tough |
# |
Apr 24th 2019, 19:52 |
mrgrimpy |
I read the docs 2-3 times already but I could have missed the solution |
# |
Apr 24th 2019, 19:52 |
mrgrimpy |
Thank you very much |
# |
Apr 24th 2019, 19:52 |
jeremyharris |
ok lemme dig through the docs/code to see if I can find a solution for you |
# |
Apr 24th 2019, 19:51 |
mrgrimpy |
It logs Error: [Cake\View\Exception\MissingTemplateException] Template file "Ressources/niveaux2.ctp" is missing. |
# |
Apr 24th 2019, 19:51 |
mrgrimpy |
Yes a 500 |
# |
Apr 24th 2019, 19:51 |
mrgrimpy |
I tried earlier |
# |
Apr 24th 2019, 19:51 |
jeremyharris |
probably a 500? |
# |
Apr 24th 2019, 19:51 |
jeremyharris |
ok what do you get with debug off? |
# |
Apr 24th 2019, 19:51 |
mrgrimpy |
I would rather the application throw a 404 |
# |
Apr 24th 2019, 19:51 |
mrgrimpy |
With debug on I get Cake\View\Exception\MissingTemplateException |
# |
Apr 24th 2019, 19:51 |
mrgrimpy |
Hi, yes I unfortunately still haven't found a solution |
# |
Apr 24th 2019, 19:50 |
jeremyharris |
usually you should see the json version of the missing template exception (if debug) or the 404/500 (can’t remember) if debug is off |
# |
Apr 24th 2019, 19:50 |
jeremyharris |
@mrgrimpy if you’re still working on your issue, have you deleted the template for the normal view? |
# |
Apr 24th 2019, 19:39 |
mrgrimpy |
Hi this is Coddyx, just switched platform. |
# |
Apr 24th 2019, 17:50 |
Coddyx |
Anyone? |
# |
Apr 24th 2019, 17:38 |
Coddyx |
Here is my route (within '/' scope') $routes->connect('/niveaux2', ['controller' => 'Ressources', 'action' => 'niveaux2'], ['_name' => 'niveaux2', '_ext' => ['json'], 'routeClass' => 'ADmad/I18n.I18nRoute']); |
# |
Apr 24th 2019, 17:37 |
Coddyx |
Hi, I am working on a simple controller that spits out JSON and I was wondering how to set up routes to output JSON only? I tried many things but the application always try to respond to the URL without ".json" at the end instead of throwing a 404. |
# |
Apr 24th 2019, 17:21 |
asdfgh |
so do i must start from a smallint |
# |
Apr 24th 2019, 17:21 |
asdfgh |
ok i got it, it is used for bool too |
# |
Apr 24th 2019, 17:21 |
asdfgh |
i read that i can use number until 255 in a tinyint field, is wrong? |
# |
Apr 24th 2019, 17:20 |
admad |
*MySQL not myself :) |
# |
Apr 24th 2019, 17:20 |
admad |
Because tinyint(1) is used to emulate boolean in myself since it doesn't have actual boolean type |
# |
Apr 24th 2019, 17:20 |
dereuromark |
oh geeze |
# |
Apr 24th 2019, 17:18 |
asdfgh |
why should i use INT or something bigger thatn tinyint if the table is so small ? |
# |
Apr 24th 2019, 17:18 |
dereuromark |
even for 1 entry only |
# |
Apr 24th 2019, 17:18 |
dereuromark |
doesnt matter |
# |
Apr 24th 2019, 17:18 |
asdfgh |
i will never change it |
# |
Apr 24th 2019, 17:18 |
asdfgh |
it has 100 records |
# |
Apr 24th 2019, 17:18 |
asdfgh |
dereuromark it is a fixed table |
# |
Apr 24th 2019, 17:13 |
dereuromark |
first rule: dont nano opt. prematurely |
# |
Apr 24th 2019, 17:09 |
asdfgh |
why is it wrong ? |
# |
Apr 24th 2019, 17:09 |
asdfgh |
it is a very small table |
# |
Apr 24th 2019, 17:09 |
asdfgh |
neon1024 ? why ? |
# |
Apr 24th 2019, 16:56 |
neon1024 |
I would then suggest that your database schema is setup incorrectly. Especially if your `id` column is `tinyint` :O |
# |
Apr 24th 2019, 16:55 |
neon1024 |
@asdfgh If you’re generating a snapshot, then it’s reading from your database, not generating one |
# |
Apr 24th 2019, 16:15 |
asdfgh |
neon1024 i tried with migrations 2.1.1 (the last version) but i alwyas see ->addColumn('id', 'tinyinteger' <--- |