Ticket #2698 (closed defect: fixed)

Opened 5 years ago

Last modified 3 years ago

NewsFlash broken

Reported by: didley@gmx.de Assigned to: 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

Change History

02/07/10 04:32:58 changed by rjollos

I have seen a similar issue previously with the FullBlogPlugin, and it was due to having the following method defined:

def get_htdocs_dirs(self):
    from pkg_resources import resource_filename
    return [("sqlquery", resource_filename(__name__, "htdocs"))]

, 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.

08/28/10 05:55:47 changed by rjollos

  • status changed from new to closed.
  • resolution set to fixed.

(In [8485]) There is no htdocs dir, so the ITemplateProvider method should return nothing. Fixes #2698.


Add/Change #2698 (NewsFlash broken)




Change Properties
Action