Bug #10219
Error is generated when submitting an edited post
| Status: | Closed | Start date: | 2010-10-12 | |
|---|---|---|---|---|
| Priority: | -- undefined -- | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
It seems that the editing function is not behaving as it should.
Using mm_forum 1.8.3 following message is generated:
Fatal error: Class 'tx_mmforum_indexing' not found in.....
Using mm_forum 1.9.1 the message apparently does not appear but an empty page is shown? (...or is it debugging on/off?)
To my knowledge this bug is related to it:
http://forge.typo3.org/issues/7568
Modifying the following files....
- pi1/class.tx_mmforum_postfunctions.php
- pi1/class.tx_mmforum_pi1.php
with:
require_once(t3lib_extMgm::extPath('mm_forum') . 'pi4/class.tx_mmforum_indexing.php');
here:
// Clearance for new indexing
require_once(t3lib_extMgm::extPath('mm_forum') . 'pi4/class.tx_mmforum_indexing.php');
tx_mmforum_indexing::delete_topic_ind_date($topicId);
clears the error message.
Related issues
| duplicates mm_forum - Bug #7568: Class 'tx_mmforum_indexing' not found | Resolved | 2010-04-30 |
History
Updated by Martin Helmich over 2 years ago
- Status changed from New to Closed
- Priority changed from Must have to -- undefined --
I believe this is just the same bug as #7568, which is already fixed in both the current trunk as the 1.9.x branch.