# |
Feb 13th 2020, 11:01 |
challgren |
No the whole connect you have in your routes |
# |
Feb 13th 2020, 11:01 |
sebastian.krzewinski. |
you mean index()? |
# |
Feb 13th 2020, 11:00 |
challgren |
remove the connect |
# |
Feb 13th 2020, 11:00 |
sebastian.krzewinski. |
i have a created admin/userscontroller |
# |
Feb 13th 2020, 10:59 |
challgren |
you need --prefix Admin |
# |
Feb 13th 2020, 10:59 |
challgren |
Id remove the connect and create a controller in /src/Controllers/Admin/UsersController.php |
# |
Feb 13th 2020, 10:59 |
sebastian.krzewinski. |
bin/cake bake all users |
# |
Feb 13th 2020, 10:59 |
challgren |
Well if your baking controllers correctly you honestly dont need to connect it |
# |
Feb 13th 2020, 10:58 |
sebastian.krzewinski. |
yea but i want just to see /admin/users. /users is useless |
# |
Feb 13th 2020, 10:57 |
challgren |
move that up into the other block |
# |
Feb 13th 2020, 10:56 |
sebastian.krzewinski. |
https://i.imgur.com/1Zs8tds.png |
# |
Feb 13th 2020, 10:56 |
challgren |
thats why |
# |
Feb 13th 2020, 10:56 |
sebastian.krzewinski. |
yes |
# |
Feb 13th 2020, 10:56 |
challgren |
is your users prefix inside the admin prefix? |
# |
Feb 13th 2020, 10:56 |
sebastian.krzewinski. |
users apears in /users and /admin/users |
# |
Feb 13th 2020, 10:55 |
sebastian.krzewinski. |
but |
# |
Feb 13th 2020, 10:55 |
sebastian.krzewinski. |
today i made "users" |
# |
Feb 13th 2020, 10:55 |
ndm |
Actuall it wont if the file exists |
# |
Feb 13th 2020, 10:55 |
sebastian.krzewinski. |
now i know it |
# |
Feb 13th 2020, 10:55 |
challgren |
yeah but if you have a prefix cake is going to try to process the requests to /admin/* |
# |
Feb 13th 2020, 10:54 |
sebastian.krzewinski. |
.. webroot/admin was for files |
# |
Feb 13th 2020, 10:53 |
challgren |
Whats your problem? |
# |
Feb 13th 2020, 10:53 |
challgren |
Yeah and a folder called wwwroot/admin |
# |
Feb 13th 2020, 10:52 |
sebastian.krzewinski. |
yesterday i created prefix in routes "/admin" |
# |
Feb 13th 2020, 10:51 |
sebastian.krzewinski. |
i have a little problem |
# |
Feb 13th 2020, 10:48 |
sebastian.krzewinski. |
Hello all |
# |
Feb 13th 2020, 10:40 |
neon1024 |
I’d have a look in the logs |
# |
Feb 13th 2020, 10:39 |
neon1024 |
Probably redirecting back to an action after failing validation I would imagine |
# |
Feb 13th 2020, 10:30 |
noel |
Also it's a bit of a mixed message the full error is: ```<h2>A validation error occurred</h2> <p class="error"> <strong>Error: </strong> The requested address <strong>'/api/enquiries'</strong> was not found on this server.</p>``` ... which sounds like a routing... er... validation error? |
# |
Feb 13th 2020, 10:28 |
noel |
With `friendsofcake/CRUD` how can I find out what the validation error is?: `Error: [Crud\Error\Exception\ValidationException] A validation error occurred ` |
# |
Feb 13th 2020, 10:18 |
javier.villanueva |
thanks ! |
# |
Feb 13th 2020, 10:18 |
challgren |
And yeah I was looking at the wrong ServerRequest docs |
# |
Feb 13th 2020, 10:18 |
javier.villanueva |
: D |
# |
Feb 13th 2020, 10:17 |
challgren |
IDK you called tech support and like everything in tech it always works when you get support involved! |
# |
Feb 13th 2020, 10:16 |
javier.villanueva |
but why? |
# |
Feb 13th 2020, 10:16 |
javier.villanueva |
mmm... now works |
# |
Feb 13th 2020, 10:16 |
challgren |
You sure your using ServerRequest correctly? |
# |
Feb 13th 2020, 10:15 |
javier.villanueva |
```$referer_params = Router::parseRequest(new ServerRequest(['url' => str_replace(Router::fullbaseUrl(),'',$this->referer())]));``` :_) |
# |
Feb 13th 2020, 10:15 |
challgren |
Im not seeing the full thing |
# |
Feb 13th 2020, 10:03 |
javier.villanueva |
with url without base |
# |
Feb 13th 2020, 10:03 |
javier.villanueva |
@challgren ``` Router::parseRequest(``` |