Feature #29604
Module mm_forum -> Install does not check write permissions
| Status: | New | Start date: | 2011-09-09 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Backend Module | |||
| Target version: | - | Estimated time: | 0.50 hour | |
| Votes: | 2 (View) |
Description
When trying to modify froum settings via mm_forum -> install it is not checked that typo3conf/tx_mmforum_config.ts is writable.
Took me quite a while to figure out that a write permission problem prevented mm_forum from storing it's configuration values.
Solution: Check typo3conf/tx_mmforum_config.ts for appropriate file permission when saving config values.