CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #25794

Cannot delete blogroll item

Added by Alexander Jahn about 2 years ago. Updated about 1 year ago.

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.

index.php.diff - Patch for /t3blog/mod5/index.php (584 Bytes) Alexander Jahn, 2011-04-06 15:11

History

Updated by Alexander Jahn about 2 years ago

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

Also available in: Atom PDF