Modify ↓
Opened 15 years ago
Closed 15 years ago
#6825 closed defect (duplicate)
html_output is mandatory in trac.ini
Reported by: | Owned by: | Robert Verspuy | |
---|---|---|---|
Priority: | normal | Component: | PhpdocPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
PhpdocPlugin wiki's page says that the only required TracIni option under [phpdoc] tag is path. But, the default value for the option html_output is None. So, what happens is that os.path.join throws an exception because of this NoneType. So, I had to write the html_output option in TracIni.
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Hmm... Well, to me it was blocking even the search engine, which throws the same exception.
I use python 2.6.4, ArhcLinux x86_64 with trac 0.11.6. If no one else get this error, at leaset it is now documented.
comment:3 Changed 15 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Should be fixed after fixing #6833
Note: See
TracTickets for help on using
tickets.
In my config I only have the path option under [phpdoc], and not the html_output. And it works (I didn't check if there are any warnings in the logfile though..)