Bug #118
Internal error when no media category is selected for deletion
| Status: | Closed | Start date: | 2009-03-22 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | Alex Cartwright | % Done: | 100% |
|
| Category: | TangoCMS::Modules | |||
| Target version: | 2.3.0 | |||
| PHP Version: |
Description
Currently, I've only seen this in the Media Module.
If no category is selected, but the user clicks "Delete" or "Purge" an internal error is given rather than a general notification.
"Uncaught "Input_KeyNoExist" Exception
input key "media_cat_ids" for data type "POST" does not exist
File: /var/www/tangocms-trunk/application/libraries/Input.php
'Line: 236"
This could be being caused by a problem within TangoCMS.
This error should probably be a red notification box saying something along the lines of "No category selected for deletion"
History
Updated by Alex Cartwright about 3 years ago
- Category set to TangoCMS::Modules
- Status changed from New to Confirmed
- Assignee set to Alex Cartwright
- Priority changed from Undecided to Low
Updated by Alex Cartwright about 3 years ago
- Subject changed from Internal error when no category is selected for deletion to Internal error when no media category is selected for deletion
Updated by Alex Cartwright almost 3 years ago
- Status changed from Confirmed to Closed
- % Done changed from 0 to 100
Applied in changeset r2434.