Ticket #6825 (closed defect: duplicate)

Opened 2 years ago

Last modified 2 years ago

html_output is mandatory in trac.ini

Reported by: gustavotkg@gmail.com Assigned to: exarv
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

Change History

03/18/10 16:53:40 changed by exarv

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

03/18/10 18:19:41 changed by anonymous

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.

03/30/10 16:44:58 changed by exarv

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

Should be fixed after fixing #6833


Add/Change #6825 (html_output is mandatory in trac.ini)




Change Properties
Action