Bug #25794
Cannot delete blogroll item
| Status: | Resolved | Start date: | 2011-04-06 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Dmitry Dulepov | % Done: | 0% |
|
| Category: | Bug | |||
| Target version: | - | Estimated time: | 0.25 hour | |
| Votes: | 0 |
Description
Trying to delete an item in the blogroll results in error:
"Attempt to modify table '0' without permission"
This is due to an error in /t3blog/mod5/index.php line 111.
The var $table is used to indicate which table to alter. However, $table is never set and therefore, TYPO3 attempts to alter table '0'.
Fix is easy: replace $table with string 'tx_t3blog_blogroll' like it is used in the other buttons.
History
Updated by Alexander Jahn about 2 years ago
- File index.php.diff added
Provided diff is against TER version of t3blog 1.1.0
Updated by Felix Nagel almost 2 years ago
- Category set to Bug
- Status changed from New to Accepted
- Assignee set to Dmitry Dulepov
- Estimated time set to 0.25
Issue confirmed. It is currently not possible to delete a blogroll entry.
Attached patch works for me. TYPO3 4.5.3, T3Blog 1.1.1
Updated by Dmitry Dulepov about 1 year ago
- Status changed from Accepted to Resolved
This is already fixed in the current trunk