Bug #3699
Misleading error message when calling inactive package
| Status: | Resolved | Start date: | 2009-06-18 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Karsten Dambekalns | % Done: | 100% |
|
| Category: | MVC | |||
| Target version: | TYPO3 Flow Base Distribution - 1.0 alpha 3 | |||
| PHP Version: | Complexity: | |||
| Has patch: | FLOW3 version affected: | |||
| Votes: | 0 |
Description
When trying to use an inactive package you currently get a "404 Not Found - No controller could be resolved which would match your request."
It would be awesome to get a hint at package activation, the message should inform about the package not being available/active. After all that's different from the package being available but the controller not.
Associated revisions
[+BUGFIX] FLOW3 (MVC): When calling a controller on an inactive package the user no longer simply get's a 404 but a helpful hint. Fixes #3699.
History
Updated by Bastian Waidelich almost 4 years ago
- Assignee set to Bastian Waidelich
I'll upload a patch with a suggested solution tomorrow.
Updated by Bastian Waidelich almost 4 years ago
- File FLOW3_misleading_error_message_when_calling_inactive_package_1.patch added
- Status changed from New to Needs Feedback
- Assignee deleted (
Bastian Waidelich)
Please have a look at the attached patch.
It brings some extensive changes to the way the controller is resolved and I'm not perfectly sure about the implementation.
But IMO the request was involved too much in package/controller determination anyways...
Maybe the request should have no dependency to the PackageManager at all!?
Updated by Robert Lemke almost 4 years ago
- Priority changed from Should have to Must have
- Target version set to 283
Updated by Robert Lemke almost 4 years ago
- Priority changed from Must have to Should have
- Target version changed from 283 to 1.0 alpha 3
Updated by Karsten Dambekalns almost 4 years ago
- Assignee set to Karsten Dambekalns
Updated by Karsten Dambekalns almost 4 years ago
- Status changed from Needs Feedback to Resolved
- % Done changed from 0 to 100
Applied in changeset r2888.