Bug #25463
Fatal error on deleting posts
| Status: | Needs Feedback | Start date: | 2011-03-30 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 1.9.3 | |||
| Votes: | 0 |
Description
The "action" "post_del" in tx_mmforum_pi1 calls the function "post_del" of the class "tx_mmforum_postfunctions" statically. But this function uses the internal object "tool", which is set only if the init()-function is called. This constellation leeds to the following error and prevents the scheduled redirect:
"*Fatal error*: Call to a member function getAbsoluteUrl() on a non-object in */typo3conf/ext/mm_forum/pi1/class.tx_mmforum_postfunctions.php on line 965"
History
Updated by Hauke Hain almost 2 years ago
- Status changed from New to Needs Feedback
I cannot reproduce this error. I used mm_forum 1.9.2 from the TER. With a regular user I posted something and deleted it with the delete button afterwards. I had no error in the TYPO3 4.5 errorlog.
What do I have to do and where do I have to look to get the message?