Modify ↓
Opened 5 years ago
Closed 3 years ago
#2698 closed defect (fixed)
NewsFlash broken
| Reported by: | didley@… | Owned by: | JamesMills |
|---|---|---|---|
| Priority: | normal | Component: | SqlQueryMacro |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
Hi again,
when I'm enable the SQLQueryMacro after this the NewsFlashMacro is broken. There is no format of my input. It's only text on my wiki page.
Attachments (0)
Change History (2)
comment:1 Changed 3 years ago by rjollos
comment:2 Changed 3 years ago by rjollos
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.


I have seen a similar issue previously with the FullBlogPlugin, and it was due to having the following method defined:
, but not having an actual htdocs directory.
This seems to be the case here as well. I'd suggest making an empty htdocs dir and seeing if that fixes the issue.